Shades of Silver Sand #BABAB4
Tints of Silver Sand #BABAB4
RGB
CMYK
RGB Variations
Color information
#BABAB4 (or 0xBABAB4) is known color: Silver Sand. HEX triplet: BA, BA and B4. RGB value is (186,186,180). Sum of RGB (Red+Green+Blue) = 186+186+180=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAB4 is #45454B. Grayscale: #B9B9B9. Windows color (decimal): -4539724 or 11844282. OLE color: 11844282.
HSL color Cylindrical-coordinate representation of color #BABAB4: hue angle of 60º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABAB4 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 186 | 180 | - |
CMYK | 0 | 0 | 0.03 | 0.27 |
HSL | 60º | 0.04% | 0.72% | - |
HSV(B) | 60º | 0.03% | 0.73% | - |
XYZ | 46.05 | 48.85 | 50.18 | - |
YUV | 185.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 180 | 0 | 0 | 0.03 | 0.27 | 60 | 0.04 | 0.72 |
Hex | BA | BA | B4 | 0 | 0 | 3 | 1B | 3C | 4 | 48 |
Octal | 272 | 272 | 264 | 0 | 0 | 3 | 33 | 74 | 4 | 110 |
Binary | 10111010 | 10111010 | 10110100 | 0 | 0 | 11 | 11011 | 111100 | 100 | 1001000 |
Color Harmonies of #BABAB4
Complementary color
Monochromatic Colors of #BABAB4
Black with #BABAB4
Text Example
Text Example
White with #BABAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAB4; }
p { color: rgb(186,186,180); }
H1.HeaderClassName
{
color: #BABAB4;
}
.AnyTagClassName
{
color: #BABAB4;
}
</style>
background-color css
<style>
a { background-color: #BABAB4; }
a { background-color: rgb(186,186,180); }
div.DivClassName
{
background-color: #BABAB4;
}
.BgClassName
{
background-color: #BABAB4;
}
</style>
border-color css
<style>
span { border-color: #BABAB4; }
span { border-color: rgb(186,186,180); }
td.TdClassName
{
border-color: #BABAB4;
}
.TagClassName
{
border-color: #BABAB4;
}
</style>