Color: #BBF0CC

#BBF0CC Color Information

#BBF0CC is a light color. The closest websafe version is #BBF0CC. A complement of this color would be #F0BCE0, perceived brightness is 0.86, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 139°,a saturation of 64%, and a lightness of 84%.The HSV representation shows a hue of 139°, a saturation of 22%, and a value of 94%.

In a RGB color space, #BBF0CC is composed of 73% red, 94% green and 80% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 15% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 77.18, x: 0.3303, and y: 0.3992.

Color Code #BBF0CC

#BBF0CCrgb(187, 240, 204)
HEX
#BBF0CC
RGB
rgb(187, 240, 204)
HSL
hsl(139, 64%, 84%)
HSV
hsv(139, 22%, 94%)
CMYK
22%, 0%, 15%, 6%
XYZ
X: 63.86, Y: 77.18, Z: 52.28
Lab
L: 90.41, a: -22.81, b: 11.69
Name

Shades of Color #BBF0CC

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

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

#BBF0CCrgb(187, 240, 204)

About #BBF0CC Color Code

In the HSL color space, this color has a hue angle of 139°, a saturation of 64%, and a lightness of 84%. The HSV representation shows a hue of 139°, a saturation of 22%, and a value of 94%.

  • HEX: #BBF0CC
  • RGB: rgb(187, 240, 204)
  • HSL: hsl(139, 64%, 84%)
  • HSV: hsv(139, 22%, 94%)
  • CMYK: 22.00% cyan, 0.00% magenta, 15.00% yellow, 6.00% black
  • XYZ: 63.86, 77.18, 52.28
  • Yxy: 77.18, 0.3303, 0.3992
  • Hunter Lab: 90.41, -22.81, 11.69
  • CIE-Lab: 90.41, -22.81, 11.69

In the XYZ color space, this color is represented as X: 63.86, Y: 77.18, Z: 52.28. The Yxy representation further refines this as Y: 77.18, x: 0.3303, and y: 0.3992.

In the Hunter Lab color space, this color is represented as L: 90.41, a: -22.81, and b: 11.69. Similarly, in the CIE-Lab color space, it is represented as L: 90.41, a: -22.81, and b: 11.69.

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

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

Analogous Colors of #BBF0CC

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

Monochromatic Colors of #BBF0CC

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

Complementary Color of #BBF0CC

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

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

HTML Examples of #BBF0CC

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

Related Colors of #BBF0CC

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