Shades of Heather #B4C6CE
Tints of Heather #B4C6CE
RGB
CMYK
RGB Variations
Color information
#B4C6CE (or 0xB4C6CE) is known color: Heather. HEX triplet: B4, C6 and CE. RGB value is (180,198,206). Sum of RGB (Red+Green+Blue) = 180+198+206=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6CE is #4B3931. Grayscale: #C1C1C1. Windows color (decimal): -4929842 or 13551284. OLE color: 13551284.
HSL color Cylindrical-coordinate representation of color #B4C6CE: hue angle of 198.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C6CE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 198 | 206 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.19 |
| HSL | 198.46º | 0.21% | 0.76% | - |
| HSV(B) | 198.46º | 0.13% | 0.81% | - |
| XYZ | 50.16 | 54.55 | 66.28 | - |
| YUV | 193.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 206 | 0.13 | 0.04 | 0 | 0.19 | 198.46 | 0.21 | 0.76 |
| Hex | B4 | C6 | CE | D | 4 | 0 | 13 | C6 | 15 | 4C |
| Octal | 264 | 306 | 316 | 15 | 4 | 0 | 23 | 306 | 25 | 114 |
| Binary | 10110100 | 11000110 | 11001110 | 1101 | 100 | 0 | 10011 | 11000110 | 10101 | 1001100 |
Color Harmonies of #B4C6CE
Complementary color
Monochromatic Colors of #B4C6CE
Black with #B4C6CE
Text Example
Text Example
White with #B4C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6CE; }
p { color: rgb(180,198,206); }
H1.HeaderClassName
{
color: #B4C6CE;
}
.AnyTagClassName
{
color: #B4C6CE;
}
</style>
background-color css
<style>
a { background-color: #B4C6CE; }
a { background-color: rgb(180,198,206); }
div.DivClassName
{
background-color: #B4C6CE;
}
.BgClassName
{
background-color: #B4C6CE;
}
</style>
border-color css
<style>
span { border-color: #B4C6CE; }
span { border-color: rgb(180,198,206); }
td.TdClassName
{
border-color: #B4C6CE;
}
.TagClassName
{
border-color: #B4C6CE;
}
</style>