Shades of Heather #B5C5CB
Tints of Heather #B5C5CB
RGB
CMYK
RGB Variations
Color information
#B5C5CB (or 0xB5C5CB) is known color: Heather. HEX triplet: B5, C5 and CB. RGB value is (181,197,203). Sum of RGB (Red+Green+Blue) = 181+197+203=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 197 (77.34% from 255 or 33.91% 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 #B5C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5CB is #4A3A34. Grayscale: #C0C0C0. Windows color (decimal): -4864565 or 13354421. OLE color: 13354421.
HSL color Cylindrical-coordinate representation of color #B5C5CB: hue angle of 196.36º 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 #B5C5CB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 197 | 203 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.20 |
| HSL | 196.36º | 0.17% | 0.75% | - |
| HSV(B) | 196.36º | 0.11% | 0.8% | - |
| XYZ | 49.8 | 54.07 | 64.31 | - |
| YUV | 192.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 203 | 0.11 | 0.03 | 0 | 0.20 | 196.36 | 0.17 | 0.75 |
| Hex | B5 | C5 | CB | B | 3 | 0 | 14 | C4 | 11 | 4B |
| Octal | 265 | 305 | 313 | 13 | 3 | 0 | 24 | 304 | 21 | 113 |
| Binary | 10110101 | 11000101 | 11001011 | 1011 | 11 | 0 | 10100 | 11000100 | 10001 | 1001011 |
Color Harmonies of #B5C5CB
Complementary color
Monochromatic Colors of #B5C5CB
Black with #B5C5CB
Text Example
Text Example
White with #B5C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5CB; }
p { color: rgb(181,197,203); }
H1.HeaderClassName
{
color: #B5C5CB;
}
.AnyTagClassName
{
color: #B5C5CB;
}
</style>
background-color css
<style>
a { background-color: #B5C5CB; }
a { background-color: rgb(181,197,203); }
div.DivClassName
{
background-color: #B5C5CB;
}
.BgClassName
{
background-color: #B5C5CB;
}
</style>
border-color css
<style>
span { border-color: #B5C5CB; }
span { border-color: rgb(181,197,203); }
td.TdClassName
{
border-color: #B5C5CB;
}
.TagClassName
{
border-color: #B5C5CB;
}
</style>