Shades of Heather #BCC0C3
Tints of Heather #BCC0C3
RGB
CMYK
RGB Variations
Color information
#BCC0C3 (or 0xBCC0C3) is known color: Heather. HEX triplet: BC, C0 and C3. RGB value is (188,192,195). Sum of RGB (Red+Green+Blue) = 188+192+195=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C3 is #433F3C. Grayscale: #BFBFBF. Windows color (decimal): -4407101 or 12828860. OLE color: 12828860.
HSL color Cylindrical-coordinate representation of color #BCC0C3: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC0C3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 192 | 195 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.24 |
| HSL | 205.71º | 0.06% | 0.75% | - |
| HSV(B) | 205.71º | 0.04% | 0.76% | - |
| XYZ | 49.44 | 52.33 | 59.12 | - |
| YUV | 191.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 195 | 0.04 | 0.02 | 0 | 0.24 | 205.71 | 0.06 | 0.75 |
| Hex | BC | C0 | C3 | 4 | 2 | 0 | 18 | CE | 6 | 4B |
| Octal | 274 | 300 | 303 | 4 | 2 | 0 | 30 | 316 | 6 | 113 |
| Binary | 10111100 | 11000000 | 11000011 | 100 | 10 | 0 | 11000 | 11001110 | 110 | 1001011 |
Color Harmonies of #BCC0C3
Complementary color
Monochromatic Colors of #BCC0C3
Black with #BCC0C3
Text Example
Text Example
White with #BCC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0C3; }
p { color: rgb(188,192,195); }
H1.HeaderClassName
{
color: #BCC0C3;
}
.AnyTagClassName
{
color: #BCC0C3;
}
</style>
background-color css
<style>
a { background-color: #BCC0C3; }
a { background-color: rgb(188,192,195); }
div.DivClassName
{
background-color: #BCC0C3;
}
.BgClassName
{
background-color: #BCC0C3;
}
</style>
border-color css
<style>
span { border-color: #BCC0C3; }
span { border-color: rgb(188,192,195); }
td.TdClassName
{
border-color: #BCC0C3;
}
.TagClassName
{
border-color: #BCC0C3;
}
</style>