Shades of Heather #B7C3C6
Tints of Heather #B7C3C6
RGB
CMYK
RGB Variations
Color information
#B7C3C6 (or 0xB7C3C6) is known color: Heather. HEX triplet: B7, C3 and C6. RGB value is (183,195,198). Sum of RGB (Red+Green+Blue) = 183+195+198=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7C3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3C6 is #483C39. Grayscale: #BFBFBF. Windows color (decimal): -4734010 or 13026231. OLE color: 13026231.
HSL color Cylindrical-coordinate representation of color #B7C3C6: hue angle of 192º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C3C6 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 195 | 198 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.22 |
| HSL | 192º | 0.12% | 0.75% | - |
| HSV(B) | 192º | 0.08% | 0.78% | - |
| XYZ | 49.24 | 53.17 | 61.09 | - |
| YUV | 191.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 198 | 0.08 | 0.02 | 0 | 0.22 | 192 | 0.12 | 0.75 |
| Hex | B7 | C3 | C6 | 8 | 2 | 0 | 16 | C0 | C | 4B |
| Octal | 267 | 303 | 306 | 10 | 2 | 0 | 26 | 300 | 14 | 113 |
| Binary | 10110111 | 11000011 | 11000110 | 1000 | 10 | 0 | 10110 | 11000000 | 1100 | 1001011 |
Color Harmonies of #B7C3C6
Complementary color
Monochromatic Colors of #B7C3C6
Black with #B7C3C6
Text Example
Text Example
White with #B7C3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3C6; }
p { color: rgb(183,195,198); }
H1.HeaderClassName
{
color: #B7C3C6;
}
.AnyTagClassName
{
color: #B7C3C6;
}
</style>
background-color css
<style>
a { background-color: #B7C3C6; }
a { background-color: rgb(183,195,198); }
div.DivClassName
{
background-color: #B7C3C6;
}
.BgClassName
{
background-color: #B7C3C6;
}
</style>
border-color css
<style>
span { border-color: #B7C3C6; }
span { border-color: rgb(183,195,198); }
td.TdClassName
{
border-color: #B7C3C6;
}
.TagClassName
{
border-color: #B7C3C6;
}
</style>