Shades of Pumice #BAC8AF
Tints of Pumice #BAC8AF
RGB
CMYK
RGB Variations
Color information
#BAC8AF (or 0xBAC8AF) is known color: Pumice. HEX triplet: BA, C8 and AF. RGB value is (186,200,175). Sum of RGB (Red+Green+Blue) = 186+200+175=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AF is #453750. Grayscale: #C1C1C1. Windows color (decimal): -4536145 or 11520186. OLE color: 11520186.
HSL color Cylindrical-coordinate representation of color #BAC8AF: hue angle of 93.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC8AF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 175 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.22 |
| HSL | 93.6º | 0.19% | 0.74% | - |
| HSV(B) | 93.6º | 0.13% | 0.78% | - |
| XYZ | 48.64 | 54.84 | 48.58 | - |
| YUV | 192.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 175 | 0.07 | 0 | 0.12 | 0.22 | 93.6 | 0.19 | 0.74 |
| Hex | BA | C8 | AF | 7 | 0 | C | 16 | 5E | 13 | 4A |
| Octal | 272 | 310 | 257 | 7 | 0 | 14 | 26 | 136 | 23 | 112 |
| Binary | 10111010 | 11001000 | 10101111 | 111 | 0 | 1100 | 10110 | 1011110 | 10011 | 1001010 |
Color Harmonies of #BAC8AF
Complementary color
Monochromatic Colors of #BAC8AF
Black with #BAC8AF
Text Example
Text Example
White with #BAC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8AF; }
p { color: rgb(186,200,175); }
H1.HeaderClassName
{
color: #BAC8AF;
}
.AnyTagClassName
{
color: #BAC8AF;
}
</style>
background-color css
<style>
a { background-color: #BAC8AF; }
a { background-color: rgb(186,200,175); }
div.DivClassName
{
background-color: #BAC8AF;
}
.BgClassName
{
background-color: #BAC8AF;
}
</style>
border-color css
<style>
span { border-color: #BAC8AF; }
span { border-color: rgb(186,200,175); }
td.TdClassName
{
border-color: #BAC8AF;
}
.TagClassName
{
border-color: #BAC8AF;
}
</style>