Shades of Heather #BDC7CC
Tints of Heather #BDC7CC
RGB
CMYK
RGB Variations
Color information
#BDC7CC (or 0xBDC7CC) is known color: Heather. HEX triplet: BD, C7 and CC. RGB value is (189,199,204). Sum of RGB (Red+Green+Blue) = 189+199+204=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CC is #423833. Grayscale: #C4C4C4. Windows color (decimal): -4339764 or 13420477. OLE color: 13420477.
HSL color Cylindrical-coordinate representation of color #BDC7CC: hue angle of 200º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC7CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 199 | 204 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.2 |
| HSL | 200º | 0.13% | 0.77% | - |
| HSV(B) | 200º | 0.07% | 0.8% | - |
| XYZ | 52.31 | 56.03 | 65.18 | - |
| YUV | 196.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 204 | 0.07 | 0.02 | 0 | 0.2 | 200 | 0.13 | 0.77 |
| Hex | BD | C7 | CC | 7 | 2 | 0 | 14 | C8 | D | 4D |
| Octal | 275 | 307 | 314 | 7 | 2 | 0 | 24 | 310 | 15 | 115 |
| Binary | 10111101 | 11000111 | 11001100 | 111 | 10 | 0 | 10100 | 11001000 | 1101 | 1001101 |
Color Harmonies of #BDC7CC
Complementary color
Monochromatic Colors of #BDC7CC
Black with #BDC7CC
Text Example
Text Example
White with #BDC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7CC; }
p { color: rgb(189,199,204); }
H1.HeaderClassName
{
color: #BDC7CC;
}
.AnyTagClassName
{
color: #BDC7CC;
}
</style>
background-color css
<style>
a { background-color: #BDC7CC; }
a { background-color: rgb(189,199,204); }
div.DivClassName
{
background-color: #BDC7CC;
}
.BgClassName
{
background-color: #BDC7CC;
}
</style>
border-color css
<style>
span { border-color: #BDC7CC; }
span { border-color: rgb(189,199,204); }
td.TdClassName
{
border-color: #BDC7CC;
}
.TagClassName
{
border-color: #BDC7CC;
}
</style>