Shades of Heather #B3C4CE
Tints of Heather #B3C4CE
RGB
CMYK
RGB Variations
Color information
#B3C4CE (or 0xB3C4CE) is known color: Heather. HEX triplet: B3, C4 and CE. RGB value is (179,196,206). Sum of RGB (Red+Green+Blue) = 179+196+206=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4CE is #4C3B31. Grayscale: #C0C0C0. Windows color (decimal): -4995890 or 13550771. OLE color: 13550771.
HSL color Cylindrical-coordinate representation of color #B3C4CE: hue angle of 202.22º 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 #B3C4CE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 196 | 206 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.19 |
| HSL | 202.22º | 0.22% | 0.75% | - |
| HSV(B) | 202.22º | 0.13% | 0.81% | - |
| XYZ | 49.47 | 53.52 | 66.12 | - |
| YUV | 192.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 206 | 0.13 | 0.05 | 0 | 0.19 | 202.22 | 0.22 | 0.75 |
| Hex | B3 | C4 | CE | D | 5 | 0 | 13 | CA | 16 | 4B |
| Octal | 263 | 304 | 316 | 15 | 5 | 0 | 23 | 312 | 26 | 113 |
| Binary | 10110011 | 11000100 | 11001110 | 1101 | 101 | 0 | 10011 | 11001010 | 10110 | 1001011 |
Color Harmonies of #B3C4CE
Complementary color
Monochromatic Colors of #B3C4CE
Black with #B3C4CE
Text Example
Text Example
White with #B3C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C4CE; }
p { color: rgb(179,196,206); }
H1.HeaderClassName
{
color: #B3C4CE;
}
.AnyTagClassName
{
color: #B3C4CE;
}
</style>
background-color css
<style>
a { background-color: #B3C4CE; }
a { background-color: rgb(179,196,206); }
div.DivClassName
{
background-color: #B3C4CE;
}
.BgClassName
{
background-color: #B3C4CE;
}
</style>
border-color css
<style>
span { border-color: #B3C4CE; }
span { border-color: rgb(179,196,206); }
td.TdClassName
{
border-color: #B3C4CE;
}
.TagClassName
{
border-color: #B3C4CE;
}
</style>