Shades of Heather #B3C6CE
Tints of Heather #B3C6CE
RGB
CMYK
RGB Variations
Color information
#B3C6CE (or 0xB3C6CE) is known color: Heather. HEX triplet: B3, C6 and CE. RGB value is (179,198,206). Sum of RGB (Red+Green+Blue) = 179+198+206=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C6CE is #4C3931. Grayscale: #C1C1C1. Windows color (decimal): -4995378 or 13551283. OLE color: 13551283.
HSL color Cylindrical-coordinate representation of color #B3C6CE: hue angle of 197.78º 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 #B3C6CE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 198 | 206 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.19 |
| HSL | 197.78º | 0.22% | 0.75% | - |
| HSV(B) | 197.78º | 0.13% | 0.81% | - |
| XYZ | 49.93 | 54.43 | 66.27 | - |
| YUV | 193.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 206 | 0.13 | 0.04 | 0 | 0.19 | 197.78 | 0.22 | 0.75 |
| Hex | B3 | C6 | CE | D | 4 | 0 | 13 | C6 | 16 | 4B |
| Octal | 263 | 306 | 316 | 15 | 4 | 0 | 23 | 306 | 26 | 113 |
| Binary | 10110011 | 11000110 | 11001110 | 1101 | 100 | 0 | 10011 | 11000110 | 10110 | 1001011 |
Color Harmonies of #B3C6CE
Complementary color
Monochromatic Colors of #B3C6CE
Black with #B3C6CE
Text Example
Text Example
White with #B3C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C6CE; }
p { color: rgb(179,198,206); }
H1.HeaderClassName
{
color: #B3C6CE;
}
.AnyTagClassName
{
color: #B3C6CE;
}
</style>
background-color css
<style>
a { background-color: #B3C6CE; }
a { background-color: rgb(179,198,206); }
div.DivClassName
{
background-color: #B3C6CE;
}
.BgClassName
{
background-color: #B3C6CE;
}
</style>
border-color css
<style>
span { border-color: #B3C6CE; }
span { border-color: rgb(179,198,206); }
td.TdClassName
{
border-color: #B3C6CE;
}
.TagClassName
{
border-color: #B3C6CE;
}
</style>