Shades of Heather #B8C6CB
Tints of Heather #B8C6CB
RGB
CMYK
RGB Variations
Color information
#B8C6CB (or 0xB8C6CB) is known color: Heather. HEX triplet: B8, C6 and CB. RGB value is (184,198,203). Sum of RGB (Red+Green+Blue) = 184+198+203=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6CB is #473934. Grayscale: #C2C2C2. Windows color (decimal): -4667701 or 13354680. OLE color: 13354680.
HSL color Cylindrical-coordinate representation of color #B8C6CB: hue angle of 195.79º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C6CB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 198 | 203 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.20 |
| HSL | 195.79º | 0.15% | 0.76% | - |
| HSV(B) | 195.79º | 0.09% | 0.8% | - |
| XYZ | 50.74 | 54.89 | 64.42 | - |
| YUV | 194.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 203 | 0.09 | 0.02 | 0 | 0.20 | 195.79 | 0.15 | 0.76 |
| Hex | B8 | C6 | CB | 9 | 2 | 0 | 14 | C4 | F | 4C |
| Octal | 270 | 306 | 313 | 11 | 2 | 0 | 24 | 304 | 17 | 114 |
| Binary | 10111000 | 11000110 | 11001011 | 1001 | 10 | 0 | 10100 | 11000100 | 1111 | 1001100 |
Color Harmonies of #B8C6CB
Complementary color
Monochromatic Colors of #B8C6CB
Black with #B8C6CB
Text Example
Text Example
White with #B8C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6CB; }
p { color: rgb(184,198,203); }
H1.HeaderClassName
{
color: #B8C6CB;
}
.AnyTagClassName
{
color: #B8C6CB;
}
</style>
background-color css
<style>
a { background-color: #B8C6CB; }
a { background-color: rgb(184,198,203); }
div.DivClassName
{
background-color: #B8C6CB;
}
.BgClassName
{
background-color: #B8C6CB;
}
</style>
border-color css
<style>
span { border-color: #B8C6CB; }
span { border-color: rgb(184,198,203); }
td.TdClassName
{
border-color: #B8C6CB;
}
.TagClassName
{
border-color: #B8C6CB;
}
</style>