Shades of Tasman #BABCB5
Tints of Tasman #BABCB5
RGB
CMYK
RGB Variations
Color information
#BABCB5 (or 0xBABCB5) is known color: Tasman. HEX triplet: BA, BC and B5. RGB value is (186,188,181). Sum of RGB (Red+Green+Blue) = 186+188+181=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB5 is #45434A. Grayscale: #BABABA. Windows color (decimal): -4539211 or 11910330. OLE color: 11910330.
HSL color Cylindrical-coordinate representation of color #BABCB5: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABCB5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 181 | - |
CMYK | 0.01 | 0 | 0.04 | 0.26 |
HSL | 77.14º | 0.05% | 0.72% | - |
HSV(B) | 77.14º | 0.04% | 0.74% | - |
XYZ | 46.57 | 49.74 | 50.86 | - |
YUV | 186.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 181 | 0.01 | 0 | 0.04 | 0.26 | 77.14 | 0.05 | 0.72 |
Hex | BA | BC | B5 | 1 | 0 | 4 | 1A | 4D | 5 | 48 |
Octal | 272 | 274 | 265 | 1 | 0 | 4 | 32 | 115 | 5 | 110 |
Binary | 10111010 | 10111100 | 10110101 | 1 | 0 | 100 | 11010 | 1001101 | 101 | 1001000 |
Color Harmonies of #BABCB5
Complementary color
Monochromatic Colors of #BABCB5
Black with #BABCB5
Text Example
Text Example
White with #BABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCB5; }
p { color: rgb(186,188,181); }
H1.HeaderClassName
{
color: #BABCB5;
}
.AnyTagClassName
{
color: #BABCB5;
}
</style>
background-color css
<style>
a { background-color: #BABCB5; }
a { background-color: rgb(186,188,181); }
div.DivClassName
{
background-color: #BABCB5;
}
.BgClassName
{
background-color: #BABCB5;
}
</style>
border-color css
<style>
span { border-color: #BABCB5; }
span { border-color: rgb(186,188,181); }
td.TdClassName
{
border-color: #BABCB5;
}
.TagClassName
{
border-color: #BABCB5;
}
</style>