Shades of Tasman #BABDB5
Tints of Tasman #BABDB5
RGB
CMYK
RGB Variations
Color information
#BABDB5 (or 0xBABDB5) is known color: Tasman. HEX triplet: BA, BD and B5. RGB value is (186,189,181). Sum of RGB (Red+Green+Blue) = 186+189+181=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDB5 is #45424A. Grayscale: #BBBBBB. Windows color (decimal): -4538955 or 11910586. OLE color: 11910586.
HSL color Cylindrical-coordinate representation of color #BABDB5: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABDB5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 181 | - |
CMYK | 0.02 | 0 | 0.04 | 0.26 |
HSL | 82.5º | 0.06% | 0.73% | - |
HSV(B) | 82.5º | 0.04% | 0.74% | - |
XYZ | 46.79 | 50.17 | 50.93 | - |
YUV | 187.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 181 | 0.02 | 0 | 0.04 | 0.26 | 82.5 | 0.06 | 0.73 |
Hex | BA | BD | B5 | 2 | 0 | 4 | 1A | 52 | 6 | 49 |
Octal | 272 | 275 | 265 | 2 | 0 | 4 | 32 | 122 | 6 | 111 |
Binary | 10111010 | 10111101 | 10110101 | 10 | 0 | 100 | 11010 | 1010010 | 110 | 1001001 |
Color Harmonies of #BABDB5
Complementary color
Monochromatic Colors of #BABDB5
Black with #BABDB5
Text Example
Text Example
White with #BABDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB5; }
p { color: rgb(186,189,181); }
H1.HeaderClassName
{
color: #BABDB5;
}
.AnyTagClassName
{
color: #BABDB5;
}
</style>
background-color css
<style>
a { background-color: #BABDB5; }
a { background-color: rgb(186,189,181); }
div.DivClassName
{
background-color: #BABDB5;
}
.BgClassName
{
background-color: #BABDB5;
}
</style>
border-color css
<style>
span { border-color: #BABDB5; }
span { border-color: rgb(186,189,181); }
td.TdClassName
{
border-color: #BABDB5;
}
.TagClassName
{
border-color: #BABDB5;
}
</style>