Shades of Tasman #BABCB7
Tints of Tasman #BABCB7
RGB
CMYK
RGB Variations
Color information
#BABCB7 (or 0xBABCB7) is known color: Tasman. HEX triplet: BA, BC and B7. RGB value is (186,188,183). Sum of RGB (Red+Green+Blue) = 186+188+183=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB7 is #454348. Grayscale: #BABABA. Windows color (decimal): -4539209 or 12041402. OLE color: 12041402.
HSL color Cylindrical-coordinate representation of color #BABCB7: hue angle of 84º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABCB7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 183 | - |
CMYK | 0.01 | 0 | 0.03 | 0.26 |
HSL | 84º | 0.04% | 0.73% | - |
HSV(B) | 84º | 0.03% | 0.74% | - |
XYZ | 46.78 | 49.82 | 51.95 | - |
YUV | 186.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 183 | 0.01 | 0 | 0.03 | 0.26 | 84 | 0.04 | 0.73 |
Hex | BA | BC | B7 | 1 | 0 | 3 | 1A | 54 | 4 | 49 |
Octal | 272 | 274 | 267 | 1 | 0 | 3 | 32 | 124 | 4 | 111 |
Binary | 10111010 | 10111100 | 10110111 | 1 | 0 | 11 | 11010 | 1010100 | 100 | 1001001 |
Color Harmonies of #BABCB7
Complementary color
Monochromatic Colors of #BABCB7
Black with #BABCB7
Text Example
Text Example
White with #BABCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCB7; }
p { color: rgb(186,188,183); }
H1.HeaderClassName
{
color: #BABCB7;
}
.AnyTagClassName
{
color: #BABCB7;
}
</style>
background-color css
<style>
a { background-color: #BABCB7; }
a { background-color: rgb(186,188,183); }
div.DivClassName
{
background-color: #BABCB7;
}
.BgClassName
{
background-color: #BABCB7;
}
</style>
border-color css
<style>
span { border-color: #BABCB7; }
span { border-color: rgb(186,188,183); }
td.TdClassName
{
border-color: #BABCB7;
}
.TagClassName
{
border-color: #BABCB7;
}
</style>