Shades of Pumice #BAC5AF
Tints of Pumice #BAC5AF
RGB
CMYK
RGB Variations
Color information
#BAC5AF (or 0xBAC5AF) is known color: Pumice. HEX triplet: BA, C5 and AF. RGB value is (186,197,175). Sum of RGB (Red+Green+Blue) = 186+197+175=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5AF is #453A50. Grayscale: #BFBFBF. Windows color (decimal): -4536913 or 11519418. OLE color: 11519418.
HSL color Cylindrical-coordinate representation of color #BAC5AF: hue angle of 90º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC5AF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 175 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.23 |
| HSL | 90º | 0.16% | 0.73% | - |
| HSV(B) | 90º | 0.11% | 0.77% | - |
| XYZ | 47.95 | 53.47 | 48.35 | - |
| YUV | 191.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 175 | 0.06 | 0 | 0.11 | 0.23 | 90 | 0.16 | 0.73 |
| Hex | BA | C5 | AF | 6 | 0 | B | 17 | 5A | 10 | 49 |
| Octal | 272 | 305 | 257 | 6 | 0 | 13 | 27 | 132 | 20 | 111 |
| Binary | 10111010 | 11000101 | 10101111 | 110 | 0 | 1011 | 10111 | 1011010 | 10000 | 1001001 |
Color Harmonies of #BAC5AF
Complementary color
Monochromatic Colors of #BAC5AF
Black with #BAC5AF
Text Example
Text Example
White with #BAC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5AF; }
p { color: rgb(186,197,175); }
H1.HeaderClassName
{
color: #BAC5AF;
}
.AnyTagClassName
{
color: #BAC5AF;
}
</style>
background-color css
<style>
a { background-color: #BAC5AF; }
a { background-color: rgb(186,197,175); }
div.DivClassName
{
background-color: #BAC5AF;
}
.BgClassName
{
background-color: #BAC5AF;
}
</style>
border-color css
<style>
span { border-color: #BAC5AF; }
span { border-color: rgb(186,197,175); }
td.TdClassName
{
border-color: #BAC5AF;
}
.TagClassName
{
border-color: #BAC5AF;
}
</style>