Shades of Heather #B3C7CF
Tints of Heather #B3C7CF
RGB
CMYK
RGB Variations
Color information
#B3C7CF (or 0xB3C7CF) is known color: Heather. HEX triplet: B3, C7 and CF. RGB value is (179,199,207). Sum of RGB (Red+Green+Blue) = 179+199+207=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3C7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CF is #4C3830. Grayscale: #C1C1C1. Windows color (decimal): -4995121 or 13617075. OLE color: 13617075.
HSL color Cylindrical-coordinate representation of color #B3C7CF: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C7CF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 199 | 207 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.19 |
| HSL | 197.14º | 0.23% | 0.76% | - |
| HSV(B) | 197.14º | 0.14% | 0.81% | - |
| XYZ | 50.28 | 54.94 | 66.99 | - |
| YUV | 193.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 207 | 0.14 | 0.04 | 0 | 0.19 | 197.14 | 0.23 | 0.76 |
| Hex | B3 | C7 | CF | E | 4 | 0 | 13 | C5 | 17 | 4C |
| Octal | 263 | 307 | 317 | 16 | 4 | 0 | 23 | 305 | 27 | 114 |
| Binary | 10110011 | 11000111 | 11001111 | 1110 | 100 | 0 | 10011 | 11000101 | 10111 | 1001100 |
Color Harmonies of #B3C7CF
Complementary color
Monochromatic Colors of #B3C7CF
Black with #B3C7CF
Text Example
Text Example
White with #B3C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7CF; }
p { color: rgb(179,199,207); }
H1.HeaderClassName
{
color: #B3C7CF;
}
.AnyTagClassName
{
color: #B3C7CF;
}
</style>
background-color css
<style>
a { background-color: #B3C7CF; }
a { background-color: rgb(179,199,207); }
div.DivClassName
{
background-color: #B3C7CF;
}
.BgClassName
{
background-color: #B3C7CF;
}
</style>
border-color css
<style>
span { border-color: #B3C7CF; }
span { border-color: rgb(179,199,207); }
td.TdClassName
{
border-color: #B3C7CF;
}
.TagClassName
{
border-color: #B3C7CF;
}
</style>