Shades of Pumice #BACAB1
Tints of Pumice #BACAB1
RGB
CMYK
RGB Variations
Color information
#BACAB1 (or 0xBACAB1) is known color: Pumice. HEX triplet: BA, CA and B1. RGB value is (186,202,177). Sum of RGB (Red+Green+Blue) = 186+202+177=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAB1 is #45354E. Grayscale: #C2C2C2. Windows color (decimal): -4535631 or 11651770. OLE color: 11651770.
HSL color Cylindrical-coordinate representation of color #BACAB1: hue angle of 98.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACAB1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 177 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.21 |
| HSL | 98.4º | 0.19% | 0.74% | - |
| HSV(B) | 98.4º | 0.12% | 0.79% | - |
| XYZ | 49.31 | 55.85 | 49.78 | - |
| YUV | 194.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 177 | 0.08 | 0 | 0.12 | 0.21 | 98.4 | 0.19 | 0.74 |
| Hex | BA | CA | B1 | 8 | 0 | C | 15 | 62 | 13 | 4A |
| Octal | 272 | 312 | 261 | 10 | 0 | 14 | 25 | 142 | 23 | 112 |
| Binary | 10111010 | 11001010 | 10110001 | 1000 | 0 | 1100 | 10101 | 1100010 | 10011 | 1001010 |
Color Harmonies of #BACAB1
Complementary color
Monochromatic Colors of #BACAB1
Black with #BACAB1
Text Example
Text Example
White with #BACAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAB1; }
p { color: rgb(186,202,177); }
H1.HeaderClassName
{
color: #BACAB1;
}
.AnyTagClassName
{
color: #BACAB1;
}
</style>
background-color css
<style>
a { background-color: #BACAB1; }
a { background-color: rgb(186,202,177); }
div.DivClassName
{
background-color: #BACAB1;
}
.BgClassName
{
background-color: #BACAB1;
}
</style>
border-color css
<style>
span { border-color: #BACAB1; }
span { border-color: rgb(186,202,177); }
td.TdClassName
{
border-color: #BACAB1;
}
.TagClassName
{
border-color: #BACAB1;
}
</style>