Shades of Heather #B3BDC6
Tints of Heather #B3BDC6
RGB
CMYK
RGB Variations
Color information
#B3BDC6 (or 0xB3BDC6) is known color: Heather. HEX triplet: B3, BD and C6. RGB value is (179,189,198). Sum of RGB (Red+Green+Blue) = 179+189+198=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #B3BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC6 is #4C4239. Grayscale: #BABABA. Windows color (decimal): -4997690 or 13024691. OLE color: 13024691.
HSL color Cylindrical-coordinate representation of color #B3BDC6: hue angle of 208.42º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BDC6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 189 | 198 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.22 |
| HSL | 208.42º | 0.14% | 0.74% | - |
| HSV(B) | 208.42º | 0.1% | 0.78% | - |
| XYZ | 46.98 | 50.06 | 60.61 | - |
| YUV | 187.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 198 | 0.10 | 0.05 | 0 | 0.22 | 208.42 | 0.14 | 0.74 |
| Hex | B3 | BD | C6 | A | 5 | 0 | 16 | D0 | E | 4A |
| Octal | 263 | 275 | 306 | 12 | 5 | 0 | 26 | 320 | 16 | 112 |
| Binary | 10110011 | 10111101 | 11000110 | 1010 | 101 | 0 | 10110 | 11010000 | 1110 | 1001010 |
Color Harmonies of #B3BDC6
Complementary color
Monochromatic Colors of #B3BDC6
Black with #B3BDC6
Text Example
Text Example
White with #B3BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDC6; }
p { color: rgb(179,189,198); }
H1.HeaderClassName
{
color: #B3BDC6;
}
.AnyTagClassName
{
color: #B3BDC6;
}
</style>
background-color css
<style>
a { background-color: #B3BDC6; }
a { background-color: rgb(179,189,198); }
div.DivClassName
{
background-color: #B3BDC6;
}
.BgClassName
{
background-color: #B3BDC6;
}
</style>
border-color css
<style>
span { border-color: #B3BDC6; }
span { border-color: rgb(179,189,198); }
td.TdClassName
{
border-color: #B3BDC6;
}
.TagClassName
{
border-color: #B3BDC6;
}
</style>