Shades of Pumice #BABCB8
Tints of Pumice #BABCB8
RGB
CMYK
RGB Variations
Color information
#BABCB8 (or 0xBABCB8) is known color: Pumice. HEX triplet: BA, BC and B8. RGB value is (186,188,184). Sum of RGB (Red+Green+Blue) = 186+188+184=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCB8 is #454347. Grayscale: #BABABA. Windows color (decimal): -4539208 or 12106938. OLE color: 12106938.
HSL color Cylindrical-coordinate representation of color #BABCB8: hue angle of 90º degrees, saturation: 0.03, 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 #BABCB8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 184 | - |
CMYK | 0.01 | 0 | 0.02 | 0.26 |
HSL | 90º | 0.03% | 0.73% | - |
HSV(B) | 90º | 0.02% | 0.74% | - |
XYZ | 46.88 | 49.87 | 52.5 | - |
YUV | 186.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 184 | 0.01 | 0 | 0.02 | 0.26 | 90 | 0.03 | 0.73 |
Hex | BA | BC | B8 | 1 | 0 | 2 | 1A | 5A | 3 | 49 |
Octal | 272 | 274 | 270 | 1 | 0 | 2 | 32 | 132 | 3 | 111 |
Binary | 10111010 | 10111100 | 10111000 | 1 | 0 | 10 | 11010 | 1011010 | 11 | 1001001 |
Color Harmonies of #BABCB8
Complementary color
Monochromatic Colors of #BABCB8
Black with #BABCB8
Text Example
Text Example
White with #BABCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCB8; }
p { color: rgb(186,188,184); }
H1.HeaderClassName
{
color: #BABCB8;
}
.AnyTagClassName
{
color: #BABCB8;
}
</style>
background-color css
<style>
a { background-color: #BABCB8; }
a { background-color: rgb(186,188,184); }
div.DivClassName
{
background-color: #BABCB8;
}
.BgClassName
{
background-color: #BABCB8;
}
</style>
border-color css
<style>
span { border-color: #BABCB8; }
span { border-color: rgb(186,188,184); }
td.TdClassName
{
border-color: #BABCB8;
}
.TagClassName
{
border-color: #BABCB8;
}
</style>