Shades of Heather #BDC0C1
Tints of Heather #BDC0C1
RGB
CMYK
RGB Variations
Color information
#BDC0C1 (or 0xBDC0C1) is known color: Heather. HEX triplet: BD, C0 and C1. RGB value is (189,192,193). Sum of RGB (Red+Green+Blue) = 189+192+193=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0C1 is #423F3E. Grayscale: #BFBFBF. Windows color (decimal): -4341567 or 12697789. OLE color: 12697789.
HSL color Cylindrical-coordinate representation of color #BDC0C1: hue angle of 195º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDC0C1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 192 | 193 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.24 |
| HSL | 195º | 0.03% | 0.75% | - |
| HSV(B) | 195º | 0.02% | 0.76% | - |
| XYZ | 49.46 | 52.37 | 57.95 | - |
| YUV | 191.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 193 | 0.02 | 0.01 | 0 | 0.24 | 195 | 0.03 | 0.75 |
| Hex | BD | C0 | C1 | 2 | 1 | 0 | 18 | C3 | 3 | 4B |
| Octal | 275 | 300 | 301 | 2 | 1 | 0 | 30 | 303 | 3 | 113 |
| Binary | 10111101 | 11000000 | 11000001 | 10 | 1 | 0 | 11000 | 11000011 | 11 | 1001011 |
Color Harmonies of #BDC0C1
Complementary color
Monochromatic Colors of #BDC0C1
Black with #BDC0C1
Text Example
Text Example
White with #BDC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0C1; }
p { color: rgb(189,192,193); }
H1.HeaderClassName
{
color: #BDC0C1;
}
.AnyTagClassName
{
color: #BDC0C1;
}
</style>
background-color css
<style>
a { background-color: #BDC0C1; }
a { background-color: rgb(189,192,193); }
div.DivClassName
{
background-color: #BDC0C1;
}
.BgClassName
{
background-color: #BDC0C1;
}
</style>
border-color css
<style>
span { border-color: #BDC0C1; }
span { border-color: rgb(189,192,193); }
td.TdClassName
{
border-color: #BDC0C1;
}
.TagClassName
{
border-color: #BDC0C1;
}
</style>