Shades of Heather #BABBBC
Tints of Heather #BABBBC
RGB
CMYK
RGB Variations
Color information
#BABBBC (or 0xBABBBC) is known color: Heather. HEX triplet: BA, BB and BC. RGB value is (186,187,188). Sum of RGB (Red+Green+Blue) = 186+187+188=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 188 - color contains mainly: blue. Hex color #BABBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBBC is #454443. Grayscale: #BABABA. Windows color (decimal): -4539460 or 12368826. OLE color: 12368826.
HSL color Cylindrical-coordinate representation of color #BABBBC: hue angle of 210º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BABBBC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 187 | 188 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.26 |
| HSL | 210º | 0.01% | 0.73% | - |
| HSV(B) | 210º | 0.01% | 0.74% | - |
| XYZ | 47.1 | 49.61 | 54.67 | - |
| YUV | 186.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 188 | 0.01 | 0.01 | 0 | 0.26 | 210 | 0.01 | 0.73 |
| Hex | BA | BB | BC | 1 | 1 | 0 | 1A | D2 | 1 | 49 |
| Octal | 272 | 273 | 274 | 1 | 1 | 0 | 32 | 322 | 1 | 111 |
| Binary | 10111010 | 10111011 | 10111100 | 1 | 1 | 0 | 11010 | 11010010 | 1 | 1001001 |
Color Harmonies of #BABBBC
Complementary color
Monochromatic Colors of #BABBBC
Black with #BABBBC
Text Example
Text Example
White with #BABBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBBC; }
p { color: rgb(186,187,188); }
H1.HeaderClassName
{
color: #BABBBC;
}
.AnyTagClassName
{
color: #BABBBC;
}
</style>
background-color css
<style>
a { background-color: #BABBBC; }
a { background-color: rgb(186,187,188); }
div.DivClassName
{
background-color: #BABBBC;
}
.BgClassName
{
background-color: #BABBBC;
}
</style>
border-color css
<style>
span { border-color: #BABBBC; }
span { border-color: rgb(186,187,188); }
td.TdClassName
{
border-color: #BABBBC;
}
.TagClassName
{
border-color: #BABBBC;
}
</style>