Shades of Heather #B5C8CF
Tints of Heather #B5C8CF
RGB
CMYK
RGB Variations
Color information
#B5C8CF (or 0xB5C8CF) is known color: Heather. HEX triplet: B5, C8 and CF. RGB value is (181,200,207). Sum of RGB (Red+Green+Blue) = 181+200+207=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8CF is #4A3730. Grayscale: #C3C3C3. Windows color (decimal): -4863793 or 13617333. OLE color: 13617333.
HSL color Cylindrical-coordinate representation of color #B5C8CF: hue angle of 196.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C8CF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 200 | 207 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.19 |
| HSL | 196.15º | 0.21% | 0.76% | - |
| HSV(B) | 196.15º | 0.13% | 0.81% | - |
| XYZ | 50.97 | 55.64 | 67.08 | - |
| YUV | 195.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 207 | 0.13 | 0.03 | 0 | 0.19 | 196.15 | 0.21 | 0.76 |
| Hex | B5 | C8 | CF | D | 3 | 0 | 13 | C4 | 15 | 4C |
| Octal | 265 | 310 | 317 | 15 | 3 | 0 | 23 | 304 | 25 | 114 |
| Binary | 10110101 | 11001000 | 11001111 | 1101 | 11 | 0 | 10011 | 11000100 | 10101 | 1001100 |
Color Harmonies of #B5C8CF
Complementary color
Monochromatic Colors of #B5C8CF
Black with #B5C8CF
Text Example
Text Example
White with #B5C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8CF; }
p { color: rgb(181,200,207); }
H1.HeaderClassName
{
color: #B5C8CF;
}
.AnyTagClassName
{
color: #B5C8CF;
}
</style>
background-color css
<style>
a { background-color: #B5C8CF; }
a { background-color: rgb(181,200,207); }
div.DivClassName
{
background-color: #B5C8CF;
}
.BgClassName
{
background-color: #B5C8CF;
}
</style>
border-color css
<style>
span { border-color: #B5C8CF; }
span { border-color: rgb(181,200,207); }
td.TdClassName
{
border-color: #B5C8CF;
}
.TagClassName
{
border-color: #B5C8CF;
}
</style>