Shades of Pumice #BABCB9
Tints of Pumice #BABCB9
RGB
CMYK
RGB Variations
Color information
#BABCB9 (or 0xBABCB9) is known color: Pumice. HEX triplet: BA, BC and B9. RGB value is (186,188,185). Sum of RGB (Red+Green+Blue) = 186+188+185=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB9 is #454346. Grayscale: #BBBBBB. Windows color (decimal): -4539207 or 12172474. OLE color: 12172474.
HSL color Cylindrical-coordinate representation of color #BABCB9: hue angle of 100º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABCB9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 185 | - |
CMYK | 0.01 | 0 | 0.02 | 0.26 |
HSL | 100º | 0.02% | 0.73% | - |
HSV(B) | 100º | 0.02% | 0.74% | - |
XYZ | 46.99 | 49.91 | 53.06 | - |
YUV | 187.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 185 | 0.01 | 0 | 0.02 | 0.26 | 100 | 0.02 | 0.73 |
Hex | BA | BC | B9 | 1 | 0 | 2 | 1A | 64 | 2 | 49 |
Octal | 272 | 274 | 271 | 1 | 0 | 2 | 32 | 144 | 2 | 111 |
Binary | 10111010 | 10111100 | 10111001 | 1 | 0 | 10 | 11010 | 1100100 | 10 | 1001001 |
Color Harmonies of #BABCB9
Complementary color
Monochromatic Colors of #BABCB9
Black with #BABCB9
Text Example
Text Example
White with #BABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCB9; }
p { color: rgb(186,188,185); }
H1.HeaderClassName
{
color: #BABCB9;
}
.AnyTagClassName
{
color: #BABCB9;
}
</style>
background-color css
<style>
a { background-color: #BABCB9; }
a { background-color: rgb(186,188,185); }
div.DivClassName
{
background-color: #BABCB9;
}
.BgClassName
{
background-color: #BABCB9;
}
</style>
border-color css
<style>
span { border-color: #BABCB9; }
span { border-color: rgb(186,188,185); }
td.TdClassName
{
border-color: #BABCB9;
}
.TagClassName
{
border-color: #BABCB9;
}
</style>