Shades of Heather #B3BEC8
Tints of Heather #B3BEC8
RGB
CMYK
RGB Variations
Color information
#B3BEC8 (or 0xB3BEC8) is known color: Heather. HEX triplet: B3, BE and C8. RGB value is (179,190,200). Sum of RGB (Red+Green+Blue) = 179+190+200=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 200 - color contains mainly: blue. Hex color #B3BEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEC8 is #4C4137. Grayscale: #BBBBBB. Windows color (decimal): -4997432 or 13156019. OLE color: 13156019.
HSL color Cylindrical-coordinate representation of color #B3BEC8: hue angle of 208.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BEC8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 190 | 200 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.22 |
| HSL | 208.57º | 0.16% | 0.74% | - |
| HSV(B) | 208.57º | 0.11% | 0.78% | - |
| XYZ | 47.43 | 50.58 | 61.91 | - |
| YUV | 187.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 200 | 0.10 | 0.05 | 0 | 0.22 | 208.57 | 0.16 | 0.74 |
| Hex | B3 | BE | C8 | A | 5 | 0 | 16 | D1 | 10 | 4A |
| Octal | 263 | 276 | 310 | 12 | 5 | 0 | 26 | 321 | 20 | 112 |
| Binary | 10110011 | 10111110 | 11001000 | 1010 | 101 | 0 | 10110 | 11010001 | 10000 | 1001010 |
Color Harmonies of #B3BEC8
Complementary color
Monochromatic Colors of #B3BEC8
Black with #B3BEC8
Text Example
Text Example
White with #B3BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEC8; }
p { color: rgb(179,190,200); }
H1.HeaderClassName
{
color: #B3BEC8;
}
.AnyTagClassName
{
color: #B3BEC8;
}
</style>
background-color css
<style>
a { background-color: #B3BEC8; }
a { background-color: rgb(179,190,200); }
div.DivClassName
{
background-color: #B3BEC8;
}
.BgClassName
{
background-color: #B3BEC8;
}
</style>
border-color css
<style>
span { border-color: #B3BEC8; }
span { border-color: rgb(179,190,200); }
td.TdClassName
{
border-color: #B3BEC8;
}
.TagClassName
{
border-color: #B3BEC8;
}
</style>