Shades of Heather #B7C5CB
Tints of Heather #B7C5CB
RGB
CMYK
RGB Variations
Color information
#B7C5CB (or 0xB7C5CB) is known color: Heather. HEX triplet: B7, C5 and CB. RGB value is (183,197,203). Sum of RGB (Red+Green+Blue) = 183+197+203=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5CB is #483A34. Grayscale: #C1C1C1. Windows color (decimal): -4733493 or 13354423. OLE color: 13354423.
HSL color Cylindrical-coordinate representation of color #B7C5CB: hue angle of 198º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C5CB is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 197 | 203 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.20 |
| HSL | 198º | 0.16% | 0.76% | - |
| HSV(B) | 198º | 0.1% | 0.8% | - |
| XYZ | 50.27 | 54.31 | 64.33 | - |
| YUV | 193.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 203 | 0.10 | 0.03 | 0 | 0.20 | 198 | 0.16 | 0.76 |
| Hex | B7 | C5 | CB | A | 3 | 0 | 14 | C6 | 10 | 4C |
| Octal | 267 | 305 | 313 | 12 | 3 | 0 | 24 | 306 | 20 | 114 |
| Binary | 10110111 | 11000101 | 11001011 | 1010 | 11 | 0 | 10100 | 11000110 | 10000 | 1001100 |
Color Harmonies of #B7C5CB
Complementary color
Monochromatic Colors of #B7C5CB
Black with #B7C5CB
Text Example
Text Example
White with #B7C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5CB; }
p { color: rgb(183,197,203); }
H1.HeaderClassName
{
color: #B7C5CB;
}
.AnyTagClassName
{
color: #B7C5CB;
}
</style>
background-color css
<style>
a { background-color: #B7C5CB; }
a { background-color: rgb(183,197,203); }
div.DivClassName
{
background-color: #B7C5CB;
}
.BgClassName
{
background-color: #B7C5CB;
}
</style>
border-color css
<style>
span { border-color: #B7C5CB; }
span { border-color: rgb(183,197,203); }
td.TdClassName
{
border-color: #B7C5CB;
}
.TagClassName
{
border-color: #B7C5CB;
}
</style>