Shades of Heather #B8C0C2
Tints of Heather #B8C0C2
RGB
CMYK
RGB Variations
Color information
#B8C0C2 (or 0xB8C0C2) is known color: Heather. HEX triplet: B8, C0 and C2. RGB value is (184,192,194). Sum of RGB (Red+Green+Blue) = 184+192+194=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0C2 is #473F3D. Grayscale: #BDBDBD. Windows color (decimal): -4669246 or 12763320. OLE color: 12763320.
HSL color Cylindrical-coordinate representation of color #B8C0C2: hue angle of 192º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8C0C2 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 192 | 194 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.24 |
| HSL | 192º | 0.08% | 0.74% | - |
| HSV(B) | 192º | 0.05% | 0.76% | - |
| XYZ | 48.35 | 51.78 | 58.49 | - |
| YUV | 189.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 194 | 0.05 | 0.01 | 0 | 0.24 | 192 | 0.08 | 0.74 |
| Hex | B8 | C0 | C2 | 5 | 1 | 0 | 18 | C0 | 8 | 4A |
| Octal | 270 | 300 | 302 | 5 | 1 | 0 | 30 | 300 | 10 | 112 |
| Binary | 10111000 | 11000000 | 11000010 | 101 | 1 | 0 | 11000 | 11000000 | 1000 | 1001010 |
Color Harmonies of #B8C0C2
Complementary color
Monochromatic Colors of #B8C0C2
Black with #B8C0C2
Text Example
Text Example
White with #B8C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0C2; }
p { color: rgb(184,192,194); }
H1.HeaderClassName
{
color: #B8C0C2;
}
.AnyTagClassName
{
color: #B8C0C2;
}
</style>
background-color css
<style>
a { background-color: #B8C0C2; }
a { background-color: rgb(184,192,194); }
div.DivClassName
{
background-color: #B8C0C2;
}
.BgClassName
{
background-color: #B8C0C2;
}
</style>
border-color css
<style>
span { border-color: #B8C0C2; }
span { border-color: rgb(184,192,194); }
td.TdClassName
{
border-color: #B8C0C2;
}
.TagClassName
{
border-color: #B8C0C2;
}
</style>