Color: #BEEFFC

#BEEFFC Color Information

#BEEFFC is a light color. The closest websafe version is #BEEFFC. A complement of this color would be #FCCDC0, perceived brightness is 0.89, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 193°,a saturation of 91%, and a lightness of 87%.The HSV representation shows a hue of 193°, a saturation of 25%, and a value of 99%.

In a RGB color space, #BEEFFC is composed of 75% red, 94% green and 99% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 5% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 79.24, x: 0.3060, and y: 0.3483.

Color Code #BEEFFC

#BEEFFCrgb(190, 239, 252)
HEX
#BEEFFC
RGB
rgb(190, 239, 252)
HSL
hsl(193, 91%, 87%)
HSV
hsv(193, 25%, 99%)
CMYK
25%, 5%, 0%, 1%
XYZ
X: 69.62, Y: 79.24, Z: 78.62
Lab
L: 91.34, a: -14.12, b: -11.73
Name

Shades of Color #BEEFFC

Shades are created by darkening the original color #BEEFFC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BEEFFC

Tints are created by lightening the original color #BEEFFC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BEEFFCrgb(190, 239, 252)

About #BEEFFC Color Code

In the HSL color space, this color has a hue angle of 193°, a saturation of 91%, and a lightness of 87%. The HSV representation shows a hue of 193°, a saturation of 25%, and a value of 99%.

  • HEX: #BEEFFC
  • RGB: rgb(190, 239, 252)
  • HSL: hsl(193, 91%, 87%)
  • HSV: hsv(193, 25%, 99%)
  • CMYK: 25.00% cyan, 5.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 69.62, 79.24, 78.62
  • Yxy: 79.24, 0.3060, 0.3483
  • Hunter Lab: 91.34, -14.12, -11.73
  • CIE-Lab: 91.34, -14.12, -11.73

In the XYZ color space, this color is represented as X: 69.62, Y: 79.24, Z: 78.62. The Yxy representation further refines this as Y: 79.24, x: 0.3060, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 91.34, a: -14.12, and b: -11.73. Similarly, in the CIE-Lab color space, it is represented as L: 91.34, a: -14.12, and b: -11.73.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BEEFFC

Triadic colors are three colors evenly spaced around the color wheel, including #BEEFFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BEEFFC

Analogous colors are adjacent to #BEEFFC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BEEFFC

Split complementary colors are two colors adjacent to the complementary color of #BEEFFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BEEFFC

Tetradic colors form a rectangle on the color wheel, including #BEEFFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BEEFFC

Monochromatic colors are variations of #BEEFFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BEEFFC

The complementary color of #BEEFFC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BEEFFC

/* Using HEX */
body {
  background-color: #beeffc;
}
/* Using RGB */
body {
  background-color: rgb(190, 239, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 239, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(193, 91%, 87%);
}
/* Text color */
p {
  color: #beeffc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beeffc;
}
/* Border color */
.box {
  border: 4px solid #beeffc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #beeffc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #beeffc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEEFFC
On Black Background
#BEEFFC
On White Background
#BEEFFC

HTML Examples of #BEEFFC

<!-- Using HEX -->
<div style="background-color: #beeffc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 239, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 239, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(193, 91%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #beeffc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #beeffc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #beeffc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #beeffc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #beeffc; color: #fff; padding: 16px; border-radius: 8px;">
  #BEEFFC
</div>
#BEEFFC
On Black Background
#BEEFFC
On White Background
#BEEFFC

Related Colors of #BEEFFC

These colors are similar to #BEEFFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.