Shades of Heather #B6BABE
Tints of Heather #B6BABE
RGB
CMYK
RGB Variations
Color information
#B6BABE (or 0xB6BABE) is known color: Heather. HEX triplet: B6, BA and BE. RGB value is (182,186,190). Sum of RGB (Red+Green+Blue) = 182+186+190=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABE is #494541. Grayscale: #B9B9B9. Windows color (decimal): -4801858 or 12499638. OLE color: 12499638.
HSL color Cylindrical-coordinate representation of color #B6BABE: hue angle of 210º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6BABE is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 186 | 190 | - |
CMYK | 0.04 | 0.02 | 0 | 0.25 |
HSL | 210º | 0.06% | 0.73% | - |
HSV(B) | 210º | 0.04% | 0.75% | - |
XYZ | 46.14 | 48.78 | 55.7 | - |
YUV | 185.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 186 | 190 | 0.04 | 0.02 | 0 | 0.25 | 210 | 0.06 | 0.73 |
Hex | B6 | BA | BE | 4 | 2 | 0 | 19 | D2 | 6 | 49 |
Octal | 266 | 272 | 276 | 4 | 2 | 0 | 31 | 322 | 6 | 111 |
Binary | 10110110 | 10111010 | 10111110 | 100 | 10 | 0 | 11001 | 11010010 | 110 | 1001001 |
Color Harmonies of #B6BABE
Complementary color
Monochromatic Colors of #B6BABE
Black with #B6BABE
Text Example
Text Example
White with #B6BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BABE; }
p { color: rgb(182,186,190); }
H1.HeaderClassName
{
color: #B6BABE;
}
.AnyTagClassName
{
color: #B6BABE;
}
</style>
background-color css
<style>
a { background-color: #B6BABE; }
a { background-color: rgb(182,186,190); }
div.DivClassName
{
background-color: #B6BABE;
}
.BgClassName
{
background-color: #B6BABE;
}
</style>
border-color css
<style>
span { border-color: #B6BABE; }
span { border-color: rgb(182,186,190); }
td.TdClassName
{
border-color: #B6BABE;
}
.TagClassName
{
border-color: #B6BABE;
}
</style>