Shades of Heather #BCC0C2
Tints of Heather #BCC0C2
RGB
CMYK
RGB Variations
Color information
#BCC0C2 (or 0xBCC0C2) is known color: Heather. HEX triplet: BC, C0 and C2. RGB value is (188,192,194). Sum of RGB (Red+Green+Blue) = 188+192+194=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C2 is #433F3D. Grayscale: #BFBFBF. Windows color (decimal): -4407102 or 12763324. OLE color: 12763324.
HSL color Cylindrical-coordinate representation of color #BCC0C2: hue angle of 200º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC0C2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 192 | 194 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.24 |
| HSL | 200º | 0.05% | 0.75% | - |
| HSV(B) | 200º | 0.03% | 0.76% | - |
| XYZ | 49.33 | 52.29 | 58.53 | - |
| YUV | 191.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 194 | 0.03 | 0.01 | 0 | 0.24 | 200 | 0.05 | 0.75 |
| Hex | BC | C0 | C2 | 3 | 1 | 0 | 18 | C8 | 5 | 4B |
| Octal | 274 | 300 | 302 | 3 | 1 | 0 | 30 | 310 | 5 | 113 |
| Binary | 10111100 | 11000000 | 11000010 | 11 | 1 | 0 | 11000 | 11001000 | 101 | 1001011 |
Color Harmonies of #BCC0C2
Complementary color
Monochromatic Colors of #BCC0C2
Black with #BCC0C2
Text Example
Text Example
White with #BCC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C2; }
p { color: rgb(188,192,194); }
H1.HeaderClassName
{
color: #BCC0C2;
}
.AnyTagClassName
{
color: #BCC0C2;
}
</style>
background-color css
<style>
a { background-color: #BCC0C2; }
a { background-color: rgb(188,192,194); }
div.DivClassName
{
background-color: #BCC0C2;
}
.BgClassName
{
background-color: #BCC0C2;
}
</style>
border-color css
<style>
span { border-color: #BCC0C2; }
span { border-color: rgb(188,192,194); }
td.TdClassName
{
border-color: #BCC0C2;
}
.TagClassName
{
border-color: #BCC0C2;
}
</style>