Shades of Heather #BCC7CB
Tints of Heather #BCC7CB
RGB
CMYK
RGB Variations
Color information
#BCC7CB (or 0xBCC7CB) is known color: Heather. HEX triplet: BC, C7 and CB. RGB value is (188,199,203). Sum of RGB (Red+Green+Blue) = 188+199+203=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CB is #433834. Grayscale: #C4C4C4. Windows color (decimal): -4405301 or 13354940. OLE color: 13354940.
HSL color Cylindrical-coordinate representation of color #BCC7CB: hue angle of 196º 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 #BCC7CB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 199 | 203 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.20 |
| HSL | 196º | 0.13% | 0.77% | - |
| HSV(B) | 196º | 0.07% | 0.8% | - |
| XYZ | 51.94 | 55.85 | 64.54 | - |
| YUV | 196.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 203 | 0.07 | 0.02 | 0 | 0.20 | 196 | 0.13 | 0.77 |
| Hex | BC | C7 | CB | 7 | 2 | 0 | 14 | C4 | D | 4D |
| Octal | 274 | 307 | 313 | 7 | 2 | 0 | 24 | 304 | 15 | 115 |
| Binary | 10111100 | 11000111 | 11001011 | 111 | 10 | 0 | 10100 | 11000100 | 1101 | 1001101 |
Color Harmonies of #BCC7CB
Complementary color
Monochromatic Colors of #BCC7CB
Black with #BCC7CB
Text Example
Text Example
White with #BCC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7CB; }
p { color: rgb(188,199,203); }
H1.HeaderClassName
{
color: #BCC7CB;
}
.AnyTagClassName
{
color: #BCC7CB;
}
</style>
background-color css
<style>
a { background-color: #BCC7CB; }
a { background-color: rgb(188,199,203); }
div.DivClassName
{
background-color: #BCC7CB;
}
.BgClassName
{
background-color: #BCC7CB;
}
</style>
border-color css
<style>
span { border-color: #BCC7CB; }
span { border-color: rgb(188,199,203); }
td.TdClassName
{
border-color: #BCC7CB;
}
.TagClassName
{
border-color: #BCC7CB;
}
</style>