Shades of Tasman #BABDB3
Tints of Tasman #BABDB3
RGB
CMYK
RGB Variations
Color information
#BABDB3 (or 0xBABDB3) is known color: Tasman. HEX triplet: BA, BD and B3. RGB value is (186,189,179). Sum of RGB (Red+Green+Blue) = 186+189+179=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDB3 is #45424C. Grayscale: #BBBBBB. Windows color (decimal): -4538957 or 11779514. OLE color: 11779514.
HSL color Cylindrical-coordinate representation of color #BABDB3: hue angle of 78º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABDB3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 179 | - |
CMYK | 0.02 | 0 | 0.05 | 0.26 |
HSL | 78º | 0.07% | 0.72% | - |
HSV(B) | 78º | 0.05% | 0.74% | - |
XYZ | 46.58 | 50.09 | 49.86 | - |
YUV | 186.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 179 | 0.02 | 0 | 0.05 | 0.26 | 78 | 0.07 | 0.72 |
Hex | BA | BD | B3 | 2 | 0 | 5 | 1A | 4E | 7 | 48 |
Octal | 272 | 275 | 263 | 2 | 0 | 5 | 32 | 116 | 7 | 110 |
Binary | 10111010 | 10111101 | 10110011 | 10 | 0 | 101 | 11010 | 1001110 | 111 | 1001000 |
Color Harmonies of #BABDB3
Complementary color
Monochromatic Colors of #BABDB3
Black with #BABDB3
Text Example
Text Example
White with #BABDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB3; }
p { color: rgb(186,189,179); }
H1.HeaderClassName
{
color: #BABDB3;
}
.AnyTagClassName
{
color: #BABDB3;
}
</style>
background-color css
<style>
a { background-color: #BABDB3; }
a { background-color: rgb(186,189,179); }
div.DivClassName
{
background-color: #BABDB3;
}
.BgClassName
{
background-color: #BABDB3;
}
</style>
border-color css
<style>
span { border-color: #BABDB3; }
span { border-color: rgb(186,189,179); }
td.TdClassName
{
border-color: #BABDB3;
}
.TagClassName
{
border-color: #BABDB3;
}
</style>