Shades of Pumice #BAC0B5
Tints of Pumice #BAC0B5
RGB
CMYK
RGB Variations
Color information
#BAC0B5 (or 0xBAC0B5) is known color: Pumice. HEX triplet: BA, C0 and B5. RGB value is (186,192,181). Sum of RGB (Red+Green+Blue) = 186+192+181=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0B5 is #453F4A. Grayscale: #BCBCBC. Windows color (decimal): -4538187 or 11911354. OLE color: 11911354.
HSL color Cylindrical-coordinate representation of color #BAC0B5: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC0B5 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 181 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.25 |
| HSL | 92.73º | 0.08% | 0.73% | - |
| HSV(B) | 92.73º | 0.06% | 0.75% | - |
| XYZ | 47.44 | 51.47 | 51.15 | - |
| YUV | 188.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 181 | 0.03 | 0 | 0.06 | 0.25 | 92.73 | 0.08 | 0.73 |
| Hex | BA | C0 | B5 | 3 | 0 | 6 | 19 | 5D | 8 | 49 |
| Octal | 272 | 300 | 265 | 3 | 0 | 6 | 31 | 135 | 10 | 111 |
| Binary | 10111010 | 11000000 | 10110101 | 11 | 0 | 110 | 11001 | 1011101 | 1000 | 1001001 |
Color Harmonies of #BAC0B5
Complementary color
Monochromatic Colors of #BAC0B5
Black with #BAC0B5
Text Example
Text Example
White with #BAC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0B5; }
p { color: rgb(186,192,181); }
H1.HeaderClassName
{
color: #BAC0B5;
}
.AnyTagClassName
{
color: #BAC0B5;
}
</style>
background-color css
<style>
a { background-color: #BAC0B5; }
a { background-color: rgb(186,192,181); }
div.DivClassName
{
background-color: #BAC0B5;
}
.BgClassName
{
background-color: #BAC0B5;
}
</style>
border-color css
<style>
span { border-color: #BAC0B5; }
span { border-color: rgb(186,192,181); }
td.TdClassName
{
border-color: #BAC0B5;
}
.TagClassName
{
border-color: #BAC0B5;
}
</style>