Color: #BBFECC

#BBFECC Color Information

#BBFECC is a light color. The closest websafe version is #BBFECC. A complement of this color would be #FEB9ED, perceived brightness is 0.90, and the grayscale version is #DDDDDD.

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

In a RGB color space, #BBFECC is composed of 73% red, 100% green and 80% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 20% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 85.77, x: 0.3297, and y: 0.4130.

Color Code #BBFECC

#BBFECCrgb(187, 254, 204)
HEX
#BBFECC
RGB
rgb(187, 254, 204)
HSL
hsl(135, 97%, 86%)
HSV
hsv(135, 26%, 100%)
CMYK
26%, 0%, 20%, 0%
XYZ
X: 68.47, Y: 85.77, Z: 53.44
Lab
L: 94.21, a: -28.97, b: 16.99
Name

Shades of Color #BBFECC

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

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

#BBFECCrgb(187, 254, 204)

About #BBFECC Color Code

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

  • HEX: #BBFECC
  • RGB: rgb(187, 254, 204)
  • HSL: hsl(135, 97%, 86%)
  • HSV: hsv(135, 26%, 100%)
  • CMYK: 26.00% cyan, 0.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 68.47, 85.77, 53.44
  • Yxy: 85.77, 0.3297, 0.4130
  • Hunter Lab: 94.21, -28.97, 16.99
  • CIE-Lab: 94.21, -28.97, 16.99

In the XYZ color space, this color is represented as X: 68.47, Y: 85.77, Z: 53.44. The Yxy representation further refines this as Y: 85.77, x: 0.3297, and y: 0.4130.

In the Hunter Lab color space, this color is represented as L: 94.21, a: -28.97, and b: 16.99. Similarly, in the CIE-Lab color space, it is represented as L: 94.21, a: -28.97, and b: 16.99.

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

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

Analogous Colors of #BBFECC

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

Monochromatic Colors of #BBFECC

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

Complementary Color of #BBFECC

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

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

HTML Examples of #BBFECC

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

Related Colors of #BBFECC

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