Shades of Tasman #BABBB8
Tints of Tasman #BABBB8
RGB
CMYK
RGB Variations
Color information
#BABBB8 (or 0xBABBB8) is known color: Tasman. HEX triplet: BA, BB and B8. RGB value is (186,187,184). Sum of RGB (Red+Green+Blue) = 186+187+184=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBB8 is #454447. Grayscale: #BABABA. Windows color (decimal): -4539464 or 12106682. OLE color: 12106682.
HSL color Cylindrical-coordinate representation of color #BABBB8: hue angle of 80º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABBB8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 184 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.27 |
| HSL | 80º | 0.02% | 0.73% | - |
| HSV(B) | 80º | 0.02% | 0.73% | - |
| XYZ | 46.67 | 49.44 | 52.43 | - |
| YUV | 186.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 184 | 0.01 | 0 | 0.02 | 0.27 | 80 | 0.02 | 0.73 |
| Hex | BA | BB | B8 | 1 | 0 | 2 | 1B | 50 | 2 | 49 |
| Octal | 272 | 273 | 270 | 1 | 0 | 2 | 33 | 120 | 2 | 111 |
| Binary | 10111010 | 10111011 | 10111000 | 1 | 0 | 10 | 11011 | 1010000 | 10 | 1001001 |
Color Harmonies of #BABBB8
Complementary color
Monochromatic Colors of #BABBB8
Black with #BABBB8
Text Example
Text Example
White with #BABBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBB8; }
p { color: rgb(186,187,184); }
H1.HeaderClassName
{
color: #BABBB8;
}
.AnyTagClassName
{
color: #BABBB8;
}
</style>
background-color css
<style>
a { background-color: #BABBB8; }
a { background-color: rgb(186,187,184); }
div.DivClassName
{
background-color: #BABBB8;
}
.BgClassName
{
background-color: #BABBB8;
}
</style>
border-color css
<style>
span { border-color: #BABBB8; }
span { border-color: rgb(186,187,184); }
td.TdClassName
{
border-color: #BABBB8;
}
.TagClassName
{
border-color: #BABBB8;
}
</style>