Color: #BDFDDC

#BDFDDC Color Information

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

In the HSL color space, this color has a hue angle of 149°,a saturation of 94%, and a lightness of 87%.The HSV representation shows a hue of 149°, a saturation of 25%, and a value of 99%.

In a RGB color space, #BDFDDC is composed of 74% red, 99% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 13% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 86.08, x: 0.3227, and y: 0.3954.

Color Code #BDFDDC

#BDFDDCrgb(189, 253, 220)
HEX
#BDFDDC
RGB
rgb(189, 253, 220)
HSL
hsl(149, 94%, 87%)
HSV
hsv(149, 25%, 99%)
CMYK
25%, 0%, 13%, 1%
XYZ
X: 70.25, Y: 86.08, Z: 61.36
Lab
L: 94.35, a: -25.71, b: 9.06
Name

Shades of Color #BDFDDC

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

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

#BDFDDCrgb(189, 253, 220)

About #BDFDDC Color Code

In the HSL color space, this color has a hue angle of 149°, a saturation of 94%, and a lightness of 87%. The HSV representation shows a hue of 149°, a saturation of 25%, and a value of 99%.

  • HEX: #BDFDDC
  • RGB: rgb(189, 253, 220)
  • HSL: hsl(149, 94%, 87%)
  • HSV: hsv(149, 25%, 99%)
  • CMYK: 25.00% cyan, 0.00% magenta, 13.00% yellow, 100.00% black
  • XYZ: 70.25, 86.08, 61.36
  • Yxy: 86.08, 0.3227, 0.3954
  • Hunter Lab: 94.35, -25.71, 9.06
  • CIE-Lab: 94.35, -25.71, 9.06

In the XYZ color space, this color is represented as X: 70.25, Y: 86.08, Z: 61.36. The Yxy representation further refines this as Y: 86.08, x: 0.3227, and y: 0.3954.

In the Hunter Lab color space, this color is represented as L: 94.35, a: -25.71, and b: 9.06. Similarly, in the CIE-Lab color space, it is represented as L: 94.35, a: -25.71, and b: 9.06.

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

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

Analogous Colors of #BDFDDC

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

Split Complementary Colors of #BDFDDC

Split complementary colors are two colors adjacent to the complementary color of #BDFDDC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BDFDDC

Tetradic colors form a rectangle on the color wheel, including #BDFDDC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BDFDDC

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

Complementary Color of #BDFDDC

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

/* Using HEX */
body {
  background-color: #bdfddc;
}
/* Using RGB */
body {
  background-color: rgb(189, 253, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 253, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(149, 94%, 87%);
}
/* Text color */
p {
  color: #bdfddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdfddc;
}
/* Border color */
.box {
  border: 4px solid #bdfddc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bdfddc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bdfddc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDFDDC
On Black Background
#BDFDDC
On White Background
#BDFDDC

HTML Examples of #BDFDDC

<!-- Using HEX -->
<div style="background-color: #bdfddc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(189, 253, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(189, 253, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(149, 94%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bdfddc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bdfddc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bdfddc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bdfddc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bdfddc; color: #fff; padding: 16px; border-radius: 8px;">
  #BDFDDC
</div>
#BDFDDC
On Black Background
#BDFDDC
On White Background
#BDFDDC

Related Colors of #BDFDDC

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