Shades of Heather #B5C7CF
Tints of Heather #B5C7CF
RGB
CMYK
RGB Variations
Color information
#B5C7CF (or 0xB5C7CF) is known color: Heather. HEX triplet: B5, C7 and CF. RGB value is (181,199,207). Sum of RGB (Red+Green+Blue) = 181+199+207=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7CF is #4A3830. Grayscale: #C2C2C2. Windows color (decimal): -4864049 or 13617077. OLE color: 13617077.
HSL color Cylindrical-coordinate representation of color #B5C7CF: hue angle of 198.46º 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 #B5C7CF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 199 | 207 | - |
CMYK | 0.13 | 0.04 | 0 | 0.19 |
HSL | 198.46º | 0.21% | 0.76% | - |
HSV(B) | 198.46º | 0.13% | 0.81% | - |
XYZ | 50.74 | 55.18 | 67.01 | - |
YUV | 194.53 | 135.04 | 118.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 199 | 207 | 0.13 | 0.04 | 0 | 0.19 | 198.46 | 0.21 | 0.76 |
Hex | B5 | C7 | CF | D | 4 | 0 | 13 | C6 | 15 | 4C |
Octal | 265 | 307 | 317 | 15 | 4 | 0 | 23 | 306 | 25 | 114 |
Binary | 10110101 | 11000111 | 11001111 | 1101 | 100 | 0 | 10011 | 11000110 | 10101 | 1001100 |
Color Harmonies of #B5C7CF
Complementary color
Monochromatic Colors of #B5C7CF
Black with #B5C7CF
Text Example
Text Example
White with #B5C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7CF; }
p { color: rgb(181,199,207); }
H1.HeaderClassName
{
color: #B5C7CF;
}
.AnyTagClassName
{
color: #B5C7CF;
}
</style>
background-color css
<style>
a { background-color: #B5C7CF; }
a { background-color: rgb(181,199,207); }
div.DivClassName
{
background-color: #B5C7CF;
}
.BgClassName
{
background-color: #B5C7CF;
}
</style>
border-color css
<style>
span { border-color: #B5C7CF; }
span { border-color: rgb(181,199,207); }
td.TdClassName
{
border-color: #B5C7CF;
}
.TagClassName
{
border-color: #B5C7CF;
}
</style>