Shades of Heather #B7C9D0
Tints of Heather #B7C9D0
RGB
CMYK
RGB Variations
Color information
#B7C9D0 (or 0xB7C9D0) is known color: Heather. HEX triplet: B7, C9 and D0. RGB value is (183,201,208). Sum of RGB (Red+Green+Blue) = 183+201+208=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C9D0 is #48362F. Grayscale: #C4C4C4. Windows color (decimal): -4732464 or 13683127. OLE color: 13683127.
HSL color Cylindrical-coordinate representation of color #B7C9D0: hue angle of 196.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C9D0 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 201 | 208 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.18 |
| HSL | 196.8º | 0.21% | 0.77% | - |
| HSV(B) | 196.8º | 0.12% | 0.82% | - |
| XYZ | 51.8 | 56.39 | 67.83 | - |
| YUV | 196.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 208 | 0.12 | 0.03 | 0 | 0.18 | 196.8 | 0.21 | 0.77 |
| Hex | B7 | C9 | D0 | C | 3 | 0 | 12 | C5 | 15 | 4D |
| Octal | 267 | 311 | 320 | 14 | 3 | 0 | 22 | 305 | 25 | 115 |
| Binary | 10110111 | 11001001 | 11010000 | 1100 | 11 | 0 | 10010 | 11000101 | 10101 | 1001101 |
Color Harmonies of #B7C9D0
Complementary color
Monochromatic Colors of #B7C9D0
Black with #B7C9D0
Text Example
Text Example
White with #B7C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C9D0; }
p { color: rgb(183,201,208); }
H1.HeaderClassName
{
color: #B7C9D0;
}
.AnyTagClassName
{
color: #B7C9D0;
}
</style>
background-color css
<style>
a { background-color: #B7C9D0; }
a { background-color: rgb(183,201,208); }
div.DivClassName
{
background-color: #B7C9D0;
}
.BgClassName
{
background-color: #B7C9D0;
}
</style>
border-color css
<style>
span { border-color: #B7C9D0; }
span { border-color: rgb(183,201,208); }
td.TdClassName
{
border-color: #B7C9D0;
}
.TagClassName
{
border-color: #B7C9D0;
}
</style>