Shades of Heather #B3C7CE
Tints of Heather #B3C7CE
RGB
CMYK
RGB Variations
Color information
#B3C7CE (or 0xB3C7CE) is known color: Heather. HEX triplet: B3, C7 and CE. RGB value is (179,199,206). Sum of RGB (Red+Green+Blue) = 179+199+206=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CE is #4C3831. Grayscale: #C1C1C1. Windows color (decimal): -4995122 or 13551539. OLE color: 13551539.
HSL color Cylindrical-coordinate representation of color #B3C7CE: hue angle of 195.56º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C7CE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 199 | 206 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.19 |
| HSL | 195.56º | 0.22% | 0.75% | - |
| HSV(B) | 195.56º | 0.13% | 0.81% | - |
| XYZ | 50.15 | 54.89 | 66.34 | - |
| YUV | 193.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 206 | 0.13 | 0.03 | 0 | 0.19 | 195.56 | 0.22 | 0.75 |
| Hex | B3 | C7 | CE | D | 3 | 0 | 13 | C4 | 16 | 4B |
| Octal | 263 | 307 | 316 | 15 | 3 | 0 | 23 | 304 | 26 | 113 |
| Binary | 10110011 | 11000111 | 11001110 | 1101 | 11 | 0 | 10011 | 11000100 | 10110 | 1001011 |
Color Harmonies of #B3C7CE
Complementary color
Monochromatic Colors of #B3C7CE
Black with #B3C7CE
Text Example
Text Example
White with #B3C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7CE; }
p { color: rgb(179,199,206); }
H1.HeaderClassName
{
color: #B3C7CE;
}
.AnyTagClassName
{
color: #B3C7CE;
}
</style>
background-color css
<style>
a { background-color: #B3C7CE; }
a { background-color: rgb(179,199,206); }
div.DivClassName
{
background-color: #B3C7CE;
}
.BgClassName
{
background-color: #B3C7CE;
}
</style>
border-color css
<style>
span { border-color: #B3C7CE; }
span { border-color: rgb(179,199,206); }
td.TdClassName
{
border-color: #B3C7CE;
}
.TagClassName
{
border-color: #B3C7CE;
}
</style>