Shades of Heather #B3BEC2
Tints of Heather #B3BEC2
RGB
CMYK
RGB Variations
Color information
#B3BEC2 (or 0xB3BEC2) is known color: Heather. HEX triplet: B3, BE and C2. RGB value is (179,190,194). Sum of RGB (Red+Green+Blue) = 179+190+194=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC2 is #4C413D. Grayscale: #BBBBBB. Windows color (decimal): -4997438 or 12762803. OLE color: 12762803.
HSL color Cylindrical-coordinate representation of color #B3BEC2: hue angle of 196º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3BEC2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 190 | 194 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.24 |
| HSL | 196º | 0.11% | 0.73% | - |
| HSV(B) | 196º | 0.08% | 0.76% | - |
| XYZ | 46.74 | 50.31 | 58.29 | - |
| YUV | 187.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 194 | 0.08 | 0.02 | 0 | 0.24 | 196 | 0.11 | 0.73 |
| Hex | B3 | BE | C2 | 8 | 2 | 0 | 18 | C4 | B | 49 |
| Octal | 263 | 276 | 302 | 10 | 2 | 0 | 30 | 304 | 13 | 111 |
| Binary | 10110011 | 10111110 | 11000010 | 1000 | 10 | 0 | 11000 | 11000100 | 1011 | 1001001 |
Color Harmonies of #B3BEC2
Complementary color
Monochromatic Colors of #B3BEC2
Black with #B3BEC2
Text Example
Text Example
White with #B3BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEC2; }
p { color: rgb(179,190,194); }
H1.HeaderClassName
{
color: #B3BEC2;
}
.AnyTagClassName
{
color: #B3BEC2;
}
</style>
background-color css
<style>
a { background-color: #B3BEC2; }
a { background-color: rgb(179,190,194); }
div.DivClassName
{
background-color: #B3BEC2;
}
.BgClassName
{
background-color: #B3BEC2;
}
</style>
border-color css
<style>
span { border-color: #B3BEC2; }
span { border-color: rgb(179,190,194); }
td.TdClassName
{
border-color: #B3BEC2;
}
.TagClassName
{
border-color: #B3BEC2;
}
</style>