Shades of Heather #B5C3CB
Tints of Heather #B5C3CB
RGB
CMYK
RGB Variations
Color information
#B5C3CB (or 0xB5C3CB) is known color: Heather. HEX triplet: B5, C3 and CB. RGB value is (181,195,203). Sum of RGB (Red+Green+Blue) = 181+195+203=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C3CB is #4A3C34. Grayscale: #BFBFBF. Windows color (decimal): -4865077 or 13353909. OLE color: 13353909.
HSL color Cylindrical-coordinate representation of color #B5C3CB: hue angle of 201.82º 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 #B5C3CB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 195 | 203 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.20 |
| HSL | 201.82º | 0.17% | 0.75% | - |
| HSV(B) | 201.82º | 0.11% | 0.8% | - |
| XYZ | 49.35 | 53.17 | 64.16 | - |
| YUV | 191.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 203 | 0.11 | 0.04 | 0 | 0.20 | 201.82 | 0.17 | 0.75 |
| Hex | B5 | C3 | CB | B | 4 | 0 | 14 | CA | 11 | 4B |
| Octal | 265 | 303 | 313 | 13 | 4 | 0 | 24 | 312 | 21 | 113 |
| Binary | 10110101 | 11000011 | 11001011 | 1011 | 100 | 0 | 10100 | 11001010 | 10001 | 1001011 |
Color Harmonies of #B5C3CB
Complementary color
Monochromatic Colors of #B5C3CB
Black with #B5C3CB
Text Example
Text Example
White with #B5C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C3CB; }
p { color: rgb(181,195,203); }
H1.HeaderClassName
{
color: #B5C3CB;
}
.AnyTagClassName
{
color: #B5C3CB;
}
</style>
background-color css
<style>
a { background-color: #B5C3CB; }
a { background-color: rgb(181,195,203); }
div.DivClassName
{
background-color: #B5C3CB;
}
.BgClassName
{
background-color: #B5C3CB;
}
</style>
border-color css
<style>
span { border-color: #B5C3CB; }
span { border-color: rgb(181,195,203); }
td.TdClassName
{
border-color: #B5C3CB;
}
.TagClassName
{
border-color: #B5C3CB;
}
</style>