Shades of Heather #BCC7CC
Tints of Heather #BCC7CC
RGB
CMYK
RGB Variations
Color information
#BCC7CC (or 0xBCC7CC) is known color: Heather. HEX triplet: BC, C7 and CC. RGB value is (188,199,204). Sum of RGB (Red+Green+Blue) = 188+199+204=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7CC is #433833. Grayscale: #C4C4C4. Windows color (decimal): -4405300 or 13420476. OLE color: 13420476.
HSL color Cylindrical-coordinate representation of color #BCC7CC: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC7CC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 199 | 204 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.2 |
| HSL | 198.75º | 0.14% | 0.77% | - |
| HSV(B) | 198.75º | 0.08% | 0.8% | - |
| XYZ | 52.06 | 55.9 | 65.17 | - |
| YUV | 196.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 204 | 0.08 | 0.02 | 0 | 0.2 | 198.75 | 0.14 | 0.77 |
| Hex | BC | C7 | CC | 8 | 2 | 0 | 14 | C7 | E | 4D |
| Octal | 274 | 307 | 314 | 10 | 2 | 0 | 24 | 307 | 16 | 115 |
| Binary | 10111100 | 11000111 | 11001100 | 1000 | 10 | 0 | 10100 | 11000111 | 1110 | 1001101 |
Color Harmonies of #BCC7CC
Complementary color
Monochromatic Colors of #BCC7CC
Black with #BCC7CC
Text Example
Text Example
White with #BCC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7CC; }
p { color: rgb(188,199,204); }
H1.HeaderClassName
{
color: #BCC7CC;
}
.AnyTagClassName
{
color: #BCC7CC;
}
</style>
background-color css
<style>
a { background-color: #BCC7CC; }
a { background-color: rgb(188,199,204); }
div.DivClassName
{
background-color: #BCC7CC;
}
.BgClassName
{
background-color: #BCC7CC;
}
</style>
border-color css
<style>
span { border-color: #BCC7CC; }
span { border-color: rgb(188,199,204); }
td.TdClassName
{
border-color: #BCC7CC;
}
.TagClassName
{
border-color: #BCC7CC;
}
</style>