Shades of Heather #B6BAC0
Tints of Heather #B6BAC0
RGB
CMYK
RGB Variations
Color information
#B6BAC0 (or 0xB6BAC0) is known color: Heather. HEX triplet: B6, BA and C0. RGB value is (182,186,192). Sum of RGB (Red+Green+Blue) = 182+186+192=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAC0 is #49453F. Grayscale: #B9B9B9. Windows color (decimal): -4801856 or 12630710. OLE color: 12630710.
HSL color Cylindrical-coordinate representation of color #B6BAC0: hue angle of 216º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6BAC0 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 186 | 192 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.25 |
| HSL | 216º | 0.07% | 0.73% | - |
| HSV(B) | 216º | 0.05% | 0.75% | - |
| XYZ | 46.36 | 48.87 | 56.86 | - |
| YUV | 185.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 192 | 0.05 | 0.03 | 0 | 0.25 | 216 | 0.07 | 0.73 |
| Hex | B6 | BA | C0 | 5 | 3 | 0 | 19 | D8 | 7 | 49 |
| Octal | 266 | 272 | 300 | 5 | 3 | 0 | 31 | 330 | 7 | 111 |
| Binary | 10110110 | 10111010 | 11000000 | 101 | 11 | 0 | 11001 | 11011000 | 111 | 1001001 |
Color Harmonies of #B6BAC0
Complementary color
Monochromatic Colors of #B6BAC0
Black with #B6BAC0
Text Example
Text Example
White with #B6BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BAC0; }
p { color: rgb(182,186,192); }
H1.HeaderClassName
{
color: #B6BAC0;
}
.AnyTagClassName
{
color: #B6BAC0;
}
</style>
background-color css
<style>
a { background-color: #B6BAC0; }
a { background-color: rgb(182,186,192); }
div.DivClassName
{
background-color: #B6BAC0;
}
.BgClassName
{
background-color: #B6BAC0;
}
</style>
border-color css
<style>
span { border-color: #B6BAC0; }
span { border-color: rgb(182,186,192); }
td.TdClassName
{
border-color: #B6BAC0;
}
.TagClassName
{
border-color: #B6BAC0;
}
</style>