Color: #BDDACF
#BDDACF Color Information
#BDDACF is a light color. The closest websafe version is #BDDACF. A complement of this color would be #DABEC9, perceived brightness is 0.82, and the grayscale version is #CBCBCB.
In the HSL color space, this color has a hue angle of 157°,a saturation of 28%, and a lightness of 80%.The HSV representation shows a hue of 157°, a saturation of 13%, and a value of 85%.
In a RGB color space, #BDDACF is composed of 74% red, 85% green and 81% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 5% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 65.37, x: 0.3310, and y: 0.3723.
Color Code #BDDACF
Shades of Color #BDDACF
Shades are created by darkening the original color #BDDACF 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 #BDDACF
Tints are created by lightening the original color #BDDACF 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 #BDDACF Color Code
In the HSL color space, this color has a hue angle of 157°, a saturation of 28%, and a lightness of 80%. The HSV representation shows a hue of 157°, a saturation of 13%, and a value of 85%.
- HEX: #BDDACF
- RGB: rgb(189, 218, 207)
- HSL: hsl(157, 28%, 80%)
- HSV: hsv(157, 13%, 85%)
- CMYK: 13.00% cyan, 0.00% magenta, 5.00% yellow, 15.00% black
- XYZ: 58.12, 65.37, 52.08
- Yxy: 65.37, 0.3310, 0.3723
- Hunter Lab: 84.67, -11.58, 2.02
- CIE-Lab: 84.67, -11.58, 2.02
In the XYZ color space, this color is represented as X: 58.12, Y: 65.37, Z: 52.08. The Yxy representation further refines this as Y: 65.37, x: 0.3310, and y: 0.3723.
In the Hunter Lab color space, this color is represented as L: 84.67, a: -11.58, and b: 2.02. Similarly, in the CIE-Lab color space, it is represented as L: 84.67, a: -11.58, and b: 2.02.
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 #BDDACF
Triadic colors are three colors evenly spaced around the color wheel, including #BDDACF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BDDACF
Split complementary colors are two colors adjacent to the complementary color of #BDDACF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BDDACF
Monochromatic colors are variations of #BDDACF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDDACF
The complementary color of #BDDACF 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 #BDDACF
/* Using HEX */ body { background-color: #bddacf; }
/* Using RGB */ body { background-color: rgb(189, 218, 207); }
/* Using RGB with opacity */ body { background-color: rgba(189, 218, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(157, 28%, 80%); }
/* Text color */ p { color: #bddacf; }
/* Box shadow */ div { box-shadow: 4px 4px #bddacf; }
/* Border color */ .box { border: 4px solid #bddacf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bddacf; }
/* Background with text */ div { background: #bddacf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BDDACF
<!-- Using HEX --> <div style="background-color: #bddacf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 218, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 218, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(157, 28%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bddacf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bddacf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bddacf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bddacf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bddacf; color: #fff; padding: 16px; border-radius: 8px;"> #BDDACF </div>
Related Colors of #BDDACF
These colors are similar to #BDDACF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.