Color: #BBEDFC

#BBEDFC Color Information

#BBEDFC is a light color. The closest websafe version is #BBEDFC. A complement of this color would be #FCCABA, perceived brightness is 0.88, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 194°,a saturation of 92%, and a lightness of 86%.The HSV representation shows a hue of 194°, a saturation of 26%, and a value of 99%.

In a RGB color space, #BBEDFC is composed of 73% red, 93% green and 99% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 6% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 77.67, x: 0.3041, and y: 0.3462.

Color Code #BBEDFC

#BBEDFCrgb(187, 237, 252)
HEX
#BBEDFC
RGB
rgb(187, 237, 252)
HSL
hsl(194, 92%, 86%)
HSV
hsv(194, 26%, 99%)
CMYK
26%, 6%, 0%, 1%
XYZ
X: 68.21, Y: 77.67, Z: 78.44
Lab
L: 90.63, a: -14.10, b: -12.80
Name

Shades of Color #BBEDFC

Shades are created by darkening the original color #BBEDFC 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 #BBEDFC

Tints are created by lightening the original color #BBEDFC 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.

#BBEDFCrgb(187, 237, 252)

About #BBEDFC Color Code

In the HSL color space, this color has a hue angle of 194°, a saturation of 92%, and a lightness of 86%. The HSV representation shows a hue of 194°, a saturation of 26%, and a value of 99%.

  • HEX: #BBEDFC
  • RGB: rgb(187, 237, 252)
  • HSL: hsl(194, 92%, 86%)
  • HSV: hsv(194, 26%, 99%)
  • CMYK: 26.00% cyan, 6.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 68.21, 77.67, 78.44
  • Yxy: 77.67, 0.3041, 0.3462
  • Hunter Lab: 90.63, -14.10, -12.80
  • CIE-Lab: 90.63, -14.10, -12.80

In the XYZ color space, this color is represented as X: 68.21, Y: 77.67, Z: 78.44. The Yxy representation further refines this as Y: 77.67, x: 0.3041, and y: 0.3462.

In the Hunter Lab color space, this color is represented as L: 90.63, a: -14.10, and b: -12.80. Similarly, in the CIE-Lab color space, it is represented as L: 90.63, a: -14.10, and b: -12.80.

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 #BBEDFC

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

Analogous Colors of #BBEDFC

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

Monochromatic Colors of #BBEDFC

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

Complementary Color of #BBEDFC

The complementary color of #BBEDFC 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 #BBEDFC

/* Using HEX */
body {
  background-color: #bbedfc;
}
/* Using RGB */
body {
  background-color: rgb(187, 237, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 237, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(194, 92%, 86%);
}
/* Text color */
p {
  color: #bbedfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbedfc;
}
/* Border color */
.box {
  border: 4px solid #bbedfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bbedfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bbedfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBEDFC
On Black Background
#BBEDFC
On White Background
#BBEDFC

HTML Examples of #BBEDFC

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

Related Colors of #BBEDFC

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