Shades of Pumice #BABFB5
Tints of Pumice #BABFB5
RGB
CMYK
RGB Variations
Color information
#BABFB5 (or 0xBABFB5) is known color: Pumice. HEX triplet: BA, BF and B5. RGB value is (186,191,181). Sum of RGB (Red+Green+Blue) = 186+191+181=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFB5 is #45404A. Grayscale: #BCBCBC. Windows color (decimal): -4538443 or 11911098. OLE color: 11911098.
HSL color Cylindrical-coordinate representation of color #BABFB5: hue angle of 90º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABFB5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 191 | 181 | - |
CMYK | 0.03 | 0 | 0.05 | 0.25 |
HSL | 90º | 0.07% | 0.73% | - |
HSV(B) | 90º | 0.05% | 0.75% | - |
XYZ | 47.22 | 51.04 | 51.08 | - |
YUV | 188.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 191 | 181 | 0.03 | 0 | 0.05 | 0.25 | 90 | 0.07 | 0.73 |
Hex | BA | BF | B5 | 3 | 0 | 5 | 19 | 5A | 7 | 49 |
Octal | 272 | 277 | 265 | 3 | 0 | 5 | 31 | 132 | 7 | 111 |
Binary | 10111010 | 10111111 | 10110101 | 11 | 0 | 101 | 11001 | 1011010 | 111 | 1001001 |
Color Harmonies of #BABFB5
Complementary color
Monochromatic Colors of #BABFB5
Black with #BABFB5
Text Example
Text Example
White with #BABFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFB5; }
p { color: rgb(186,191,181); }
H1.HeaderClassName
{
color: #BABFB5;
}
.AnyTagClassName
{
color: #BABFB5;
}
</style>
background-color css
<style>
a { background-color: #BABFB5; }
a { background-color: rgb(186,191,181); }
div.DivClassName
{
background-color: #BABFB5;
}
.BgClassName
{
background-color: #BABFB5;
}
</style>
border-color css
<style>
span { border-color: #BABFB5; }
span { border-color: rgb(186,191,181); }
td.TdClassName
{
border-color: #BABFB5;
}
.TagClassName
{
border-color: #BABFB5;
}
</style>