Shades of Heather #B5C6CB
Tints of Heather #B5C6CB
RGB
CMYK
RGB Variations
Color information
#B5C6CB (or 0xB5C6CB) is known color: Heather. HEX triplet: B5, C6 and CB. RGB value is (181,198,203). Sum of RGB (Red+Green+Blue) = 181+198+203=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6CB is #4A3934. Grayscale: #C1C1C1. Windows color (decimal): -4864309 or 13354677. OLE color: 13354677.
HSL color Cylindrical-coordinate representation of color #B5C6CB: hue angle of 193.64º degrees, saturation: 0.17, 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 #B5C6CB is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 198 | 203 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.20 |
| HSL | 193.64º | 0.17% | 0.75% | - |
| HSV(B) | 193.64º | 0.11% | 0.8% | - |
| XYZ | 50.03 | 54.52 | 64.39 | - |
| YUV | 193.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 203 | 0.11 | 0.02 | 0 | 0.20 | 193.64 | 0.17 | 0.75 |
| Hex | B5 | C6 | CB | B | 2 | 0 | 14 | C2 | 11 | 4B |
| Octal | 265 | 306 | 313 | 13 | 2 | 0 | 24 | 302 | 21 | 113 |
| Binary | 10110101 | 11000110 | 11001011 | 1011 | 10 | 0 | 10100 | 11000010 | 10001 | 1001011 |
Color Harmonies of #B5C6CB
Complementary color
Monochromatic Colors of #B5C6CB
Black with #B5C6CB
Text Example
Text Example
White with #B5C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6CB; }
p { color: rgb(181,198,203); }
H1.HeaderClassName
{
color: #B5C6CB;
}
.AnyTagClassName
{
color: #B5C6CB;
}
</style>
background-color css
<style>
a { background-color: #B5C6CB; }
a { background-color: rgb(181,198,203); }
div.DivClassName
{
background-color: #B5C6CB;
}
.BgClassName
{
background-color: #B5C6CB;
}
</style>
border-color css
<style>
span { border-color: #B5C6CB; }
span { border-color: rgb(181,198,203); }
td.TdClassName
{
border-color: #B5C6CB;
}
.TagClassName
{
border-color: #B5C6CB;
}
</style>