Shades of Heather #BDC7CA
Tints of Heather #BDC7CA
RGB
CMYK
RGB Variations
Color information
#BDC7CA (or 0xBDC7CA) is known color: Heather. HEX triplet: BD, C7 and CA. RGB value is (189,199,202). Sum of RGB (Red+Green+Blue) = 189+199+202=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CA is #423835. Grayscale: #C4C4C4. Windows color (decimal): -4339766 or 13289405. OLE color: 13289405.
HSL color Cylindrical-coordinate representation of color #BDC7CA: hue angle of 193.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC7CA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 199 | 202 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.21 |
| HSL | 193.85º | 0.11% | 0.77% | - |
| HSV(B) | 193.85º | 0.06% | 0.79% | - |
| XYZ | 52.07 | 55.93 | 63.93 | - |
| YUV | 196.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 202 | 0.06 | 0.01 | 0 | 0.21 | 193.85 | 0.11 | 0.77 |
| Hex | BD | C7 | CA | 6 | 1 | 0 | 15 | C2 | B | 4D |
| Octal | 275 | 307 | 312 | 6 | 1 | 0 | 25 | 302 | 13 | 115 |
| Binary | 10111101 | 11000111 | 11001010 | 110 | 1 | 0 | 10101 | 11000010 | 1011 | 1001101 |
Color Harmonies of #BDC7CA
Complementary color
Monochromatic Colors of #BDC7CA
Black with #BDC7CA
Text Example
Text Example
White with #BDC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7CA; }
p { color: rgb(189,199,202); }
H1.HeaderClassName
{
color: #BDC7CA;
}
.AnyTagClassName
{
color: #BDC7CA;
}
</style>
background-color css
<style>
a { background-color: #BDC7CA; }
a { background-color: rgb(189,199,202); }
div.DivClassName
{
background-color: #BDC7CA;
}
.BgClassName
{
background-color: #BDC7CA;
}
</style>
border-color css
<style>
span { border-color: #BDC7CA; }
span { border-color: rgb(189,199,202); }
td.TdClassName
{
border-color: #BDC7CA;
}
.TagClassName
{
border-color: #BDC7CA;
}
</style>