Shades of Tea #BAB4A8
Tints of Tea #BAB4A8
RGB
CMYK
RGB Variations
Color information
#BAB4A8 (or 0xBAB4A8) is known color: Tea. HEX triplet: BA, B4 and A8. RGB value is (186,180,168). Sum of RGB (Red+Green+Blue) = 186+180+168=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A8 is #454B57. Grayscale: #B4B4B4. Windows color (decimal): -4541272 or 11056314. OLE color: 11056314.
HSL color Cylindrical-coordinate representation of color #BAB4A8: hue angle of 40º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB4A8 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 180 | 168 | - |
CMYK | 0 | 0.03 | 0.10 | 0.27 |
HSL | 40º | 0.12% | 0.69% | - |
HSV(B) | 40º | 0.1% | 0.73% | - |
XYZ | 43.64 | 45.91 | 43.61 | - |
YUV | 180.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 180 | 168 | 0 | 0.03 | 0.10 | 0.27 | 40 | 0.12 | 0.69 |
Hex | BA | B4 | A8 | 0 | 3 | A | 1B | 28 | C | 45 |
Octal | 272 | 264 | 250 | 0 | 3 | 12 | 33 | 50 | 14 | 105 |
Binary | 10111010 | 10110100 | 10101000 | 0 | 11 | 1010 | 11011 | 101000 | 1100 | 1000101 |
Color Harmonies of #BAB4A8
Complementary color
Monochromatic Colors of #BAB4A8
Black with #BAB4A8
Text Example
Text Example
White with #BAB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4A8; }
p { color: rgb(186,180,168); }
H1.HeaderClassName
{
color: #BAB4A8;
}
.AnyTagClassName
{
color: #BAB4A8;
}
</style>
background-color css
<style>
a { background-color: #BAB4A8; }
a { background-color: rgb(186,180,168); }
div.DivClassName
{
background-color: #BAB4A8;
}
.BgClassName
{
background-color: #BAB4A8;
}
</style>
border-color css
<style>
span { border-color: #BAB4A8; }
span { border-color: rgb(186,180,168); }
td.TdClassName
{
border-color: #BAB4A8;
}
.TagClassName
{
border-color: #BAB4A8;
}
</style>