Shades of Heather #B8C7CC
Tints of Heather #B8C7CC
RGB
CMYK
RGB Variations
Color information
#B8C7CC (or 0xB8C7CC) is known color: Heather. HEX triplet: B8, C7 and CC. RGB value is (184,199,204). Sum of RGB (Red+Green+Blue) = 184+199+204=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C7CC is #473833. Grayscale: #C3C3C3. Windows color (decimal): -4667444 or 13420472. OLE color: 13420472.
HSL color Cylindrical-coordinate representation of color #B8C7CC: hue angle of 195º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C7CC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 199 | 204 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.2 |
| HSL | 195º | 0.16% | 0.76% | - |
| HSV(B) | 195º | 0.1% | 0.8% | - |
| XYZ | 51.09 | 55.4 | 65.13 | - |
| YUV | 195.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 204 | 0.10 | 0.02 | 0 | 0.2 | 195 | 0.16 | 0.76 |
| Hex | B8 | C7 | CC | A | 2 | 0 | 14 | C3 | 10 | 4C |
| Octal | 270 | 307 | 314 | 12 | 2 | 0 | 24 | 303 | 20 | 114 |
| Binary | 10111000 | 11000111 | 11001100 | 1010 | 10 | 0 | 10100 | 11000011 | 10000 | 1001100 |
Color Harmonies of #B8C7CC
Complementary color
Monochromatic Colors of #B8C7CC
Black with #B8C7CC
Text Example
Text Example
White with #B8C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C7CC; }
p { color: rgb(184,199,204); }
H1.HeaderClassName
{
color: #B8C7CC;
}
.AnyTagClassName
{
color: #B8C7CC;
}
</style>
background-color css
<style>
a { background-color: #B8C7CC; }
a { background-color: rgb(184,199,204); }
div.DivClassName
{
background-color: #B8C7CC;
}
.BgClassName
{
background-color: #B8C7CC;
}
</style>
border-color css
<style>
span { border-color: #B8C7CC; }
span { border-color: rgb(184,199,204); }
td.TdClassName
{
border-color: #B8C7CC;
}
.TagClassName
{
border-color: #B8C7CC;
}
</style>