Shades of Heather #BCC0C4
Tints of Heather #BCC0C4
RGB
CMYK
RGB Variations
Color information
#BCC0C4 (or 0xBCC0C4) is known color: Heather. HEX triplet: BC, C0 and C4. RGB value is (188,192,196). Sum of RGB (Red+Green+Blue) = 188+192+196=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C4 is #433F3B. Grayscale: #BFBFBF. Windows color (decimal): -4407100 or 12894396. OLE color: 12894396.
HSL color Cylindrical-coordinate representation of color #BCC0C4: hue angle of 210º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC0C4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 192 | 196 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.23 |
| HSL | 210º | 0.06% | 0.75% | - |
| HSV(B) | 210º | 0.04% | 0.77% | - |
| XYZ | 49.55 | 52.38 | 59.72 | - |
| YUV | 191.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 196 | 0.04 | 0.02 | 0 | 0.23 | 210 | 0.06 | 0.75 |
| Hex | BC | C0 | C4 | 4 | 2 | 0 | 17 | D2 | 6 | 4B |
| Octal | 274 | 300 | 304 | 4 | 2 | 0 | 27 | 322 | 6 | 113 |
| Binary | 10111100 | 11000000 | 11000100 | 100 | 10 | 0 | 10111 | 11010010 | 110 | 1001011 |
Color Harmonies of #BCC0C4
Complementary color
Monochromatic Colors of #BCC0C4
Black with #BCC0C4
Text Example
Text Example
White with #BCC0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C4; }
p { color: rgb(188,192,196); }
H1.HeaderClassName
{
color: #BCC0C4;
}
.AnyTagClassName
{
color: #BCC0C4;
}
</style>
background-color css
<style>
a { background-color: #BCC0C4; }
a { background-color: rgb(188,192,196); }
div.DivClassName
{
background-color: #BCC0C4;
}
.BgClassName
{
background-color: #BCC0C4;
}
</style>
border-color css
<style>
span { border-color: #BCC0C4; }
span { border-color: rgb(188,192,196); }
td.TdClassName
{
border-color: #BCC0C4;
}
.TagClassName
{
border-color: #BCC0C4;
}
</style>