Shades of Heather #B3BCC2
Tints of Heather #B3BCC2
RGB
CMYK
RGB Variations
Color information
#B3BCC2 (or 0xB3BCC2) is known color: Heather. HEX triplet: B3, BC and C2. RGB value is (179,188,194). Sum of RGB (Red+Green+Blue) = 179+188+194=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCC2 is #4C433D. Grayscale: #B9B9B9. Windows color (decimal): -4997950 or 12762291. OLE color: 12762291.
HSL color Cylindrical-coordinate representation of color #B3BCC2: hue angle of 204º 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 #B3BCC2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 188 | 194 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.24 |
| HSL | 204º | 0.11% | 0.73% | - |
| HSV(B) | 204º | 0.08% | 0.76% | - |
| XYZ | 46.31 | 49.45 | 58.14 | - |
| YUV | 185.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 194 | 0.08 | 0.03 | 0 | 0.24 | 204 | 0.11 | 0.73 |
| Hex | B3 | BC | C2 | 8 | 3 | 0 | 18 | CC | B | 49 |
| Octal | 263 | 274 | 302 | 10 | 3 | 0 | 30 | 314 | 13 | 111 |
| Binary | 10110011 | 10111100 | 11000010 | 1000 | 11 | 0 | 11000 | 11001100 | 1011 | 1001001 |
Color Harmonies of #B3BCC2
Complementary color
Monochromatic Colors of #B3BCC2
Black with #B3BCC2
Text Example
Text Example
White with #B3BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCC2; }
p { color: rgb(179,188,194); }
H1.HeaderClassName
{
color: #B3BCC2;
}
.AnyTagClassName
{
color: #B3BCC2;
}
</style>
background-color css
<style>
a { background-color: #B3BCC2; }
a { background-color: rgb(179,188,194); }
div.DivClassName
{
background-color: #B3BCC2;
}
.BgClassName
{
background-color: #B3BCC2;
}
</style>
border-color css
<style>
span { border-color: #B3BCC2; }
span { border-color: rgb(179,188,194); }
td.TdClassName
{
border-color: #B3BCC2;
}
.TagClassName
{
border-color: #B3BCC2;
}
</style>