Shades of Pumice #BAC0B6
Tints of Pumice #BAC0B6
RGB
CMYK
RGB Variations
Color information
#BAC0B6 (or 0xBAC0B6) is known color: Pumice. HEX triplet: BA, C0 and B6. RGB value is (186,192,182). Sum of RGB (Red+Green+Blue) = 186+192+182=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0B6 is #453F49. Grayscale: #BDBDBD. Windows color (decimal): -4538186 or 11976890. OLE color: 11976890.
HSL color Cylindrical-coordinate representation of color #BAC0B6: hue angle of 96º 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 #BAC0B6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 182 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.25 |
| HSL | 96º | 0.07% | 0.73% | - |
| HSV(B) | 96º | 0.05% | 0.75% | - |
| XYZ | 47.54 | 51.52 | 51.69 | - |
| YUV | 189.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 182 | 0.03 | 0 | 0.05 | 0.25 | 96 | 0.07 | 0.73 |
| Hex | BA | C0 | B6 | 3 | 0 | 5 | 19 | 60 | 7 | 49 |
| Octal | 272 | 300 | 266 | 3 | 0 | 5 | 31 | 140 | 7 | 111 |
| Binary | 10111010 | 11000000 | 10110110 | 11 | 0 | 101 | 11001 | 1100000 | 111 | 1001001 |
Color Harmonies of #BAC0B6
Complementary color
Monochromatic Colors of #BAC0B6
Black with #BAC0B6
Text Example
Text Example
White with #BAC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0B6; }
p { color: rgb(186,192,182); }
H1.HeaderClassName
{
color: #BAC0B6;
}
.AnyTagClassName
{
color: #BAC0B6;
}
</style>
background-color css
<style>
a { background-color: #BAC0B6; }
a { background-color: rgb(186,192,182); }
div.DivClassName
{
background-color: #BAC0B6;
}
.BgClassName
{
background-color: #BAC0B6;
}
</style>
border-color css
<style>
span { border-color: #BAC0B6; }
span { border-color: rgb(186,192,182); }
td.TdClassName
{
border-color: #BAC0B6;
}
.TagClassName
{
border-color: #BAC0B6;
}
</style>