Shades of Heather #B7C5CD
Tints of Heather #B7C5CD
RGB
CMYK
RGB Variations
Color information
#B7C5CD (or 0xB7C5CD) is known color: Heather. HEX triplet: B7, C5 and CD. RGB value is (183,197,205). Sum of RGB (Red+Green+Blue) = 183+197+205=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5CD is #483A32. Grayscale: #C1C1C1. Windows color (decimal): -4733491 or 13485495. OLE color: 13485495.
HSL color Cylindrical-coordinate representation of color #B7C5CD: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C5CD is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 197 | 205 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.20 |
| HSL | 201.82º | 0.18% | 0.76% | - |
| HSV(B) | 201.82º | 0.11% | 0.8% | - |
| XYZ | 50.51 | 54.41 | 65.6 | - |
| YUV | 193.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 205 | 0.11 | 0.04 | 0 | 0.20 | 201.82 | 0.18 | 0.76 |
| Hex | B7 | C5 | CD | B | 4 | 0 | 14 | CA | 12 | 4C |
| Octal | 267 | 305 | 315 | 13 | 4 | 0 | 24 | 312 | 22 | 114 |
| Binary | 10110111 | 11000101 | 11001101 | 1011 | 100 | 0 | 10100 | 11001010 | 10010 | 1001100 |
Color Harmonies of #B7C5CD
Complementary color
Monochromatic Colors of #B7C5CD
Black with #B7C5CD
Text Example
Text Example
White with #B7C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5CD; }
p { color: rgb(183,197,205); }
H1.HeaderClassName
{
color: #B7C5CD;
}
.AnyTagClassName
{
color: #B7C5CD;
}
</style>
background-color css
<style>
a { background-color: #B7C5CD; }
a { background-color: rgb(183,197,205); }
div.DivClassName
{
background-color: #B7C5CD;
}
.BgClassName
{
background-color: #B7C5CD;
}
</style>
border-color css
<style>
span { border-color: #B7C5CD; }
span { border-color: rgb(183,197,205); }
td.TdClassName
{
border-color: #B7C5CD;
}
.TagClassName
{
border-color: #B7C5CD;
}
</style>