Shades of Heather #B4C6CB
Tints of Heather #B4C6CB
RGB
CMYK
RGB Variations
Color information
#B4C6CB (or 0xB4C6CB) is known color: Heather. HEX triplet: B4, C6 and CB. RGB value is (180,198,203). Sum of RGB (Red+Green+Blue) = 180+198+203=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6CB is #4B3934. Grayscale: #C1C1C1. Windows color (decimal): -4929845 or 13354676. OLE color: 13354676.
HSL color Cylindrical-coordinate representation of color #B4C6CB: hue angle of 193.04º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C6CB is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 198 | 203 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.20 |
| HSL | 193.04º | 0.18% | 0.75% | - |
| HSV(B) | 193.04º | 0.11% | 0.8% | - |
| XYZ | 49.8 | 54.4 | 64.38 | - |
| YUV | 193.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 203 | 0.11 | 0.02 | 0 | 0.20 | 193.04 | 0.18 | 0.75 |
| Hex | B4 | C6 | CB | B | 2 | 0 | 14 | C1 | 12 | 4B |
| Octal | 264 | 306 | 313 | 13 | 2 | 0 | 24 | 301 | 22 | 113 |
| Binary | 10110100 | 11000110 | 11001011 | 1011 | 10 | 0 | 10100 | 11000001 | 10010 | 1001011 |
Color Harmonies of #B4C6CB
Complementary color
Monochromatic Colors of #B4C6CB
Black with #B4C6CB
Text Example
Text Example
White with #B4C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6CB; }
p { color: rgb(180,198,203); }
H1.HeaderClassName
{
color: #B4C6CB;
}
.AnyTagClassName
{
color: #B4C6CB;
}
</style>
background-color css
<style>
a { background-color: #B4C6CB; }
a { background-color: rgb(180,198,203); }
div.DivClassName
{
background-color: #B4C6CB;
}
.BgClassName
{
background-color: #B4C6CB;
}
</style>
border-color css
<style>
span { border-color: #B4C6CB; }
span { border-color: rgb(180,198,203); }
td.TdClassName
{
border-color: #B4C6CB;
}
.TagClassName
{
border-color: #B4C6CB;
}
</style>