Shades of Heather #B3C8CE
Tints of Heather #B3C8CE
RGB
CMYK
RGB Variations
Color information
#B3C8CE (or 0xB3C8CE) is known color: Heather. HEX triplet: B3, C8 and CE. RGB value is (179,200,206). Sum of RGB (Red+Green+Blue) = 179+200+206=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8CE is #4C3731. Grayscale: #C2C2C2. Windows color (decimal): -4994866 or 13551795. OLE color: 13551795.
HSL color Cylindrical-coordinate representation of color #B3C8CE: hue angle of 193.33º 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 #B3C8CE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 200 | 206 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.19 |
| HSL | 193.33º | 0.22% | 0.75% | - |
| HSV(B) | 193.33º | 0.13% | 0.81% | - |
| XYZ | 50.39 | 55.35 | 66.42 | - |
| YUV | 194.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 206 | 0.13 | 0.03 | 0 | 0.19 | 193.33 | 0.22 | 0.75 |
| Hex | B3 | C8 | CE | D | 3 | 0 | 13 | C1 | 16 | 4B |
| Octal | 263 | 310 | 316 | 15 | 3 | 0 | 23 | 301 | 26 | 113 |
| Binary | 10110011 | 11001000 | 11001110 | 1101 | 11 | 0 | 10011 | 11000001 | 10110 | 1001011 |
Color Harmonies of #B3C8CE
Complementary color
Monochromatic Colors of #B3C8CE
Black with #B3C8CE
Text Example
Text Example
White with #B3C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C8CE; }
p { color: rgb(179,200,206); }
H1.HeaderClassName
{
color: #B3C8CE;
}
.AnyTagClassName
{
color: #B3C8CE;
}
</style>
background-color css
<style>
a { background-color: #B3C8CE; }
a { background-color: rgb(179,200,206); }
div.DivClassName
{
background-color: #B3C8CE;
}
.BgClassName
{
background-color: #B3C8CE;
}
</style>
border-color css
<style>
span { border-color: #B3C8CE; }
span { border-color: rgb(179,200,206); }
td.TdClassName
{
border-color: #B3C8CE;
}
.TagClassName
{
border-color: #B3C8CE;
}
</style>