Shades of Pumice #BAC4B0
Tints of Pumice #BAC4B0
RGB
CMYK
RGB Variations
Color information
#BAC4B0 (or 0xBAC4B0) is known color: Pumice. HEX triplet: BA, C4 and B0. RGB value is (186,196,176). Sum of RGB (Red+Green+Blue) = 186+196+176=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4B0 is #453B4F. Grayscale: #BEBEBE. Windows color (decimal): -4537168 or 11584698. OLE color: 11584698.
HSL color Cylindrical-coordinate representation of color #BAC4B0: hue angle of 90º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 176 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.23 |
| HSL | 90º | 0.14% | 0.73% | - |
| HSV(B) | 90º | 0.1% | 0.77% | - |
| XYZ | 47.83 | 53.05 | 48.79 | - |
| YUV | 190.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 176 | 0.05 | 0 | 0.10 | 0.23 | 90 | 0.14 | 0.73 |
| Hex | BA | C4 | B0 | 5 | 0 | A | 17 | 5A | E | 49 |
| Octal | 272 | 304 | 260 | 5 | 0 | 12 | 27 | 132 | 16 | 111 |
| Binary | 10111010 | 11000100 | 10110000 | 101 | 0 | 1010 | 10111 | 1011010 | 1110 | 1001001 |
Color Harmonies of #BAC4B0
Complementary color
Monochromatic Colors of #BAC4B0
Black with #BAC4B0
Text Example
Text Example
White with #BAC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4B0; }
p { color: rgb(186,196,176); }
H1.HeaderClassName
{
color: #BAC4B0;
}
.AnyTagClassName
{
color: #BAC4B0;
}
</style>
background-color css
<style>
a { background-color: #BAC4B0; }
a { background-color: rgb(186,196,176); }
div.DivClassName
{
background-color: #BAC4B0;
}
.BgClassName
{
background-color: #BAC4B0;
}
</style>
border-color css
<style>
span { border-color: #BAC4B0; }
span { border-color: rgb(186,196,176); }
td.TdClassName
{
border-color: #BAC4B0;
}
.TagClassName
{
border-color: #BAC4B0;
}
</style>