Shades of Heather #B7C4C8
Tints of Heather #B7C4C8
RGB
CMYK
RGB Variations
Color information
#B7C4C8 (or 0xB7C4C8) is known color: Heather. HEX triplet: B7, C4 and C8. RGB value is (183,196,200). Sum of RGB (Red+Green+Blue) = 183+196+200=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7C4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C4C8 is #483B37. Grayscale: #C0C0C0. Windows color (decimal): -4733752 or 13157559. OLE color: 13157559.
HSL color Cylindrical-coordinate representation of color #B7C4C8: hue angle of 194.12º degrees, saturation: 0.13, 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 #B7C4C8 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 196 | 200 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.22 |
| HSL | 194.12º | 0.13% | 0.75% | - |
| HSV(B) | 194.12º | 0.08% | 0.78% | - |
| XYZ | 49.69 | 53.72 | 62.39 | - |
| YUV | 192.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 200 | 0.08 | 0.02 | 0 | 0.22 | 194.12 | 0.13 | 0.75 |
| Hex | B7 | C4 | C8 | 8 | 2 | 0 | 16 | C2 | D | 4B |
| Octal | 267 | 304 | 310 | 10 | 2 | 0 | 26 | 302 | 15 | 113 |
| Binary | 10110111 | 11000100 | 11001000 | 1000 | 10 | 0 | 10110 | 11000010 | 1101 | 1001011 |
Color Harmonies of #B7C4C8
Complementary color
Monochromatic Colors of #B7C4C8
Black with #B7C4C8
Text Example
Text Example
White with #B7C4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4C8; }
p { color: rgb(183,196,200); }
H1.HeaderClassName
{
color: #B7C4C8;
}
.AnyTagClassName
{
color: #B7C4C8;
}
</style>
background-color css
<style>
a { background-color: #B7C4C8; }
a { background-color: rgb(183,196,200); }
div.DivClassName
{
background-color: #B7C4C8;
}
.BgClassName
{
background-color: #B7C4C8;
}
</style>
border-color css
<style>
span { border-color: #B7C4C8; }
span { border-color: rgb(183,196,200); }
td.TdClassName
{
border-color: #B7C4C8;
}
.TagClassName
{
border-color: #B7C4C8;
}
</style>