Color: #BBDDF5

#BBDDF5 Color Information

#BBDDF5 is a light color. The closest websafe version is #BBDDF5. A complement of this color would be #F5D4BC, perceived brightness is 0.84, and the grayscale version is #D8D8D8.

In the HSL color space, this color has a hue angle of 205°,a saturation of 74%, and a lightness of 85%.The HSV representation shows a hue of 205°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BBDDF5 is composed of 73% red, 87% green and 96% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 10% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 68.43, x: 0.3069, and y: 0.3356.

Color Code #BBDDF5

HEX
#BBDDF5
RGB
rgb(187, 221, 245)
HSL
hsl(205, 74%, 85%)
HSV
hsv(205, 24%, 96%)
CMYK
24%, 10%, 0%, 4%
XYZ
X: 62.58, Y: 68.43, Z: 72.92
Lab
L: 86.22, a: -7.70, b: -15.69
Name

Shades of Color #BBDDF5

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

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

About #BBDDF5 Color Code

In the HSL color space, this color has a hue angle of 205°, a saturation of 74%, and a lightness of 85%. The HSV representation shows a hue of 205°, a saturation of 24%, and a value of 96%.

  • HEX: #BBDDF5
  • RGB: rgb(187, 221, 245)
  • HSL: hsl(205, 74%, 85%)
  • HSV: hsv(205, 24%, 96%)
  • CMYK: 24.00% cyan, 10.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 62.58, 68.43, 72.92
  • Yxy: 68.43, 0.3069, 0.3356
  • Hunter Lab: 86.22, -7.70, -15.69
  • CIE-Lab: 86.22, -7.70, -15.69

In the XYZ color space, this color is represented as X: 62.58, Y: 68.43, Z: 72.92. The Yxy representation further refines this as Y: 68.43, x: 0.3069, and y: 0.3356.

In the Hunter Lab color space, this color is represented as L: 86.22, a: -7.70, and b: -15.69. Similarly, in the CIE-Lab color space, it is represented as L: 86.22, a: -7.70, and b: -15.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 #BBDDF5

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

Analogous Colors of #BBDDF5

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

Monochromatic Colors of #BBDDF5

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

Complementary Color of #BBDDF5

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

/* Using HEX */
body {
  background-color: #bbddf5;
}
/* Using RGB */
body {
  background-color: rgb(187, 221, 245);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 221, 245, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(205, 74%, 85%);
}
/* Text color */
p {
  color: #bbddf5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbddf5;
}

HTML Examples of #BBDDF5

<!-- Using HEX -->
<div style="background-color: #bbddf5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 221, 245); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 221, 245, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(205, 74%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bbddf5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bbddf5; width: 100px; height: 100px;"></div>

Related Colors of #BBDDF5

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