Shades of Heather #B3B9C1
Tints of Heather #B3B9C1
RGB
CMYK
RGB Variations
Color information
#B3B9C1 (or 0xB3B9C1) is known color: Heather. HEX triplet: B3, B9 and C1. RGB value is (179,185,193). Sum of RGB (Red+Green+Blue) = 179+185+193=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9C1 is #4C463E. Grayscale: #B8B8B8. Windows color (decimal): -4998719 or 12695987. OLE color: 12695987.
HSL color Cylindrical-coordinate representation of color #B3B9C1: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B9C1 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 185 | 193 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.24 |
| HSL | 214.29º | 0.1% | 0.73% | - |
| HSV(B) | 214.29º | 0.07% | 0.76% | - |
| XYZ | 45.57 | 48.13 | 57.34 | - |
| YUV | 184.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 193 | 0.07 | 0.04 | 0 | 0.24 | 214.29 | 0.1 | 0.73 |
| Hex | B3 | B9 | C1 | 7 | 4 | 0 | 18 | D6 | A | 49 |
| Octal | 263 | 271 | 301 | 7 | 4 | 0 | 30 | 326 | 12 | 111 |
| Binary | 10110011 | 10111001 | 11000001 | 111 | 100 | 0 | 11000 | 11010110 | 1010 | 1001001 |
Color Harmonies of #B3B9C1
Complementary color
Monochromatic Colors of #B3B9C1
Black with #B3B9C1
Text Example
Text Example
White with #B3B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B9C1; }
p { color: rgb(179,185,193); }
H1.HeaderClassName
{
color: #B3B9C1;
}
.AnyTagClassName
{
color: #B3B9C1;
}
</style>
background-color css
<style>
a { background-color: #B3B9C1; }
a { background-color: rgb(179,185,193); }
div.DivClassName
{
background-color: #B3B9C1;
}
.BgClassName
{
background-color: #B3B9C1;
}
</style>
border-color css
<style>
span { border-color: #B3B9C1; }
span { border-color: rgb(179,185,193); }
td.TdClassName
{
border-color: #B3B9C1;
}
.TagClassName
{
border-color: #B3B9C1;
}
</style>