Shades of Pumice #BAC6AF
Tints of Pumice #BAC6AF
RGB
CMYK
RGB Variations
Color information
#BAC6AF (or 0xBAC6AF) is known color: Pumice. HEX triplet: BA, C6 and AF. RGB value is (186,198,175). Sum of RGB (Red+Green+Blue) = 186+198+175=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AF is #453950. Grayscale: #BFBFBF. Windows color (decimal): -4536657 or 11519674. OLE color: 11519674.
HSL color Cylindrical-coordinate representation of color #BAC6AF: hue angle of 91.3º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC6AF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 175 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 91.3º | 0.17% | 0.73% | - |
| HSV(B) | 91.3º | 0.12% | 0.78% | - |
| XYZ | 48.18 | 53.92 | 48.43 | - |
| YUV | 191.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 175 | 0.06 | 0 | 0.12 | 0.22 | 91.3 | 0.17 | 0.73 |
| Hex | BA | C6 | AF | 6 | 0 | C | 16 | 5B | 11 | 49 |
| Octal | 272 | 306 | 257 | 6 | 0 | 14 | 26 | 133 | 21 | 111 |
| Binary | 10111010 | 11000110 | 10101111 | 110 | 0 | 1100 | 10110 | 1011011 | 10001 | 1001001 |
Color Harmonies of #BAC6AF
Complementary color
Monochromatic Colors of #BAC6AF
Black with #BAC6AF
Text Example
Text Example
White with #BAC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6AF; }
p { color: rgb(186,198,175); }
H1.HeaderClassName
{
color: #BAC6AF;
}
.AnyTagClassName
{
color: #BAC6AF;
}
</style>
background-color css
<style>
a { background-color: #BAC6AF; }
a { background-color: rgb(186,198,175); }
div.DivClassName
{
background-color: #BAC6AF;
}
.BgClassName
{
background-color: #BAC6AF;
}
</style>
border-color css
<style>
span { border-color: #BAC6AF; }
span { border-color: rgb(186,198,175); }
td.TdClassName
{
border-color: #BAC6AF;
}
.TagClassName
{
border-color: #BAC6AF;
}
</style>