Shades of Heather #B7C3CB
Tints of Heather #B7C3CB
RGB
CMYK
RGB Variations
Color information
#B7C3CB (or 0xB7C3CB) is known color: Heather. HEX triplet: B7, C3 and CB. RGB value is (183,195,203). Sum of RGB (Red+Green+Blue) = 183+195+203=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 195 (76.56% from 255 or 33.56% 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 #B7C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3CB is #483C34. Grayscale: #C0C0C0. Windows color (decimal): -4734005 or 13353911. OLE color: 13353911.
HSL color Cylindrical-coordinate representation of color #B7C3CB: hue angle of 204º 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 #B7C3CB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 195 | 203 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.20 |
| HSL | 204º | 0.16% | 0.76% | - |
| HSV(B) | 204º | 0.1% | 0.8% | - |
| XYZ | 49.82 | 53.41 | 64.18 | - |
| YUV | 192.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 203 | 0.10 | 0.04 | 0 | 0.20 | 204 | 0.16 | 0.76 |
| Hex | B7 | C3 | CB | A | 4 | 0 | 14 | CC | 10 | 4C |
| Octal | 267 | 303 | 313 | 12 | 4 | 0 | 24 | 314 | 20 | 114 |
| Binary | 10110111 | 11000011 | 11001011 | 1010 | 100 | 0 | 10100 | 11001100 | 10000 | 1001100 |
Color Harmonies of #B7C3CB
Complementary color
Monochromatic Colors of #B7C3CB
Black with #B7C3CB
Text Example
Text Example
White with #B7C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3CB; }
p { color: rgb(183,195,203); }
H1.HeaderClassName
{
color: #B7C3CB;
}
.AnyTagClassName
{
color: #B7C3CB;
}
</style>
background-color css
<style>
a { background-color: #B7C3CB; }
a { background-color: rgb(183,195,203); }
div.DivClassName
{
background-color: #B7C3CB;
}
.BgClassName
{
background-color: #B7C3CB;
}
</style>
border-color css
<style>
span { border-color: #B7C3CB; }
span { border-color: rgb(183,195,203); }
td.TdClassName
{
border-color: #B7C3CB;
}
.TagClassName
{
border-color: #B7C3CB;
}
</style>