Color: #BBBCCD

#BBBCCD Color Information

#BBBCCD is a light color. The closest websafe version is #BBBCCD. A complement of this color would be #CDCCBC, perceived brightness is 0.74, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 237°,a saturation of 15%, and a lightness of 77%.The HSV representation shows a hue of 237°, a saturation of 9%, and a value of 80%.

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

In the Yxy color space, this color is represented as Y: 50.81, x: 0.3323, and y: 0.3393.

Color Code #BBBCCD

#BBBCCDrgb(187, 188, 205)
HEX
#BBBCCD
RGB
rgb(187, 188, 205)
HSL
hsl(237, 15%, 77%)
HSV
hsv(237, 9%, 80%)
CMYK
9%, 8%, 0%, 20%
XYZ
X: 49.77, Y: 50.81, Z: 49.18
Lab
L: 76.56, a: 2.10, b: -8.71
Name

Shades of Color #BBBCCD

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

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

#BBBCCDrgb(187, 188, 205)

About #BBBCCD Color Code

In the HSL color space, this color has a hue angle of 237°, a saturation of 15%, and a lightness of 77%. The HSV representation shows a hue of 237°, a saturation of 9%, and a value of 80%.

  • HEX: #BBBCCD
  • RGB: rgb(187, 188, 205)
  • HSL: hsl(237, 15%, 77%)
  • HSV: hsv(237, 9%, 80%)
  • CMYK: 9.00% cyan, 8.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 49.77, 50.81, 49.18
  • Yxy: 50.81, 0.3323, 0.3393
  • Hunter Lab: 76.56, 2.10, -8.71
  • CIE-Lab: 76.56, 2.10, -8.71

In the XYZ color space, this color is represented as X: 49.77, Y: 50.81, Z: 49.18. The Yxy representation further refines this as Y: 50.81, x: 0.3323, and y: 0.3393.

In the Hunter Lab color space, this color is represented as L: 76.56, a: 2.10, and b: -8.71. Similarly, in the CIE-Lab color space, it is represented as L: 76.56, a: 2.10, and b: -8.71.

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

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

Analogous Colors of #BBBCCD

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

Monochromatic Colors of #BBBCCD

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

Complementary Color of #BBBCCD

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

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

HTML Examples of #BBBCCD

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

Related Colors of #BBBCCD

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