Shades of Pumice #BACBB1
Tints of Pumice #BACBB1
RGB
CMYK
RGB Variations
Color information
#BACBB1 (or 0xBACBB1) is known color: Pumice. HEX triplet: BA, CB and B1. RGB value is (186,203,177). Sum of RGB (Red+Green+Blue) = 186+203+177=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBB1 is #45344E. Grayscale: #C3C3C3. Windows color (decimal): -4535375 or 11652026. OLE color: 11652026.
HSL color Cylindrical-coordinate representation of color #BACBB1: hue angle of 99.23º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACBB1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 177 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.20 |
| HSL | 99.23º | 0.2% | 0.75% | - |
| HSV(B) | 99.23º | 0.13% | 0.8% | - |
| XYZ | 49.54 | 56.33 | 49.86 | - |
| YUV | 194.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 177 | 0.08 | 0 | 0.13 | 0.20 | 99.23 | 0.2 | 0.75 |
| Hex | BA | CB | B1 | 8 | 0 | D | 14 | 63 | 14 | 4B |
| Octal | 272 | 313 | 261 | 10 | 0 | 15 | 24 | 143 | 24 | 113 |
| Binary | 10111010 | 11001011 | 10110001 | 1000 | 0 | 1101 | 10100 | 1100011 | 10100 | 1001011 |
Color Harmonies of #BACBB1
Complementary color
Monochromatic Colors of #BACBB1
Black with #BACBB1
Text Example
Text Example
White with #BACBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBB1; }
p { color: rgb(186,203,177); }
H1.HeaderClassName
{
color: #BACBB1;
}
.AnyTagClassName
{
color: #BACBB1;
}
</style>
background-color css
<style>
a { background-color: #BACBB1; }
a { background-color: rgb(186,203,177); }
div.DivClassName
{
background-color: #BACBB1;
}
.BgClassName
{
background-color: #BACBB1;
}
</style>
border-color css
<style>
span { border-color: #BACBB1; }
span { border-color: rgb(186,203,177); }
td.TdClassName
{
border-color: #BACBB1;
}
.TagClassName
{
border-color: #BACBB1;
}
</style>