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