Shades of Heather #BDCACF
Tints of Heather #BDCACF
RGB
CMYK
RGB Variations
Color information
#BDCACF (or 0xBDCACF) is known color: Heather. HEX triplet: BD, CA and CF. RGB value is (189,202,207). Sum of RGB (Red+Green+Blue) = 189+202+207=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCACF is #423530. Grayscale: #C6C6C6. Windows color (decimal): -4338993 or 13617853. OLE color: 13617853.
HSL color Cylindrical-coordinate representation of color #BDCACF: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCACF is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 202 | 207 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.19 |
| HSL | 196.67º | 0.16% | 0.78% | - |
| HSV(B) | 196.67º | 0.09% | 0.81% | - |
| XYZ | 53.37 | 57.56 | 67.33 | - |
| YUV | 198.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 207 | 0.09 | 0.02 | 0 | 0.19 | 196.67 | 0.16 | 0.78 |
| Hex | BD | CA | CF | 9 | 2 | 0 | 13 | C5 | 10 | 4E |
| Octal | 275 | 312 | 317 | 11 | 2 | 0 | 23 | 305 | 20 | 116 |
| Binary | 10111101 | 11001010 | 11001111 | 1001 | 10 | 0 | 10011 | 11000101 | 10000 | 1001110 |
Color Harmonies of #BDCACF
Complementary color
Monochromatic Colors of #BDCACF
Black with #BDCACF
Text Example
Text Example
White with #BDCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCACF; }
p { color: rgb(189,202,207); }
H1.HeaderClassName
{
color: #BDCACF;
}
.AnyTagClassName
{
color: #BDCACF;
}
</style>
background-color css
<style>
a { background-color: #BDCACF; }
a { background-color: rgb(189,202,207); }
div.DivClassName
{
background-color: #BDCACF;
}
.BgClassName
{
background-color: #BDCACF;
}
</style>
border-color css
<style>
span { border-color: #BDCACF; }
span { border-color: rgb(189,202,207); }
td.TdClassName
{
border-color: #BDCACF;
}
.TagClassName
{
border-color: #BDCACF;
}
</style>