Shades of Pumice #BACDAF
Tints of Pumice #BACDAF
RGB
CMYK
RGB Variations
Color information
#BACDAF (or 0xBACDAF) is known color: Pumice. HEX triplet: BA, CD and AF. RGB value is (186,205,175). Sum of RGB (Red+Green+Blue) = 186+205+175=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDAF is #453250. Grayscale: #C4C4C4. Windows color (decimal): -4534865 or 11521466. OLE color: 11521466.
HSL color Cylindrical-coordinate representation of color #BACDAF: hue angle of 98º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACDAF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 175 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.20 |
| HSL | 98º | 0.23% | 0.75% | - |
| HSV(B) | 98º | 0.15% | 0.8% | - |
| XYZ | 49.82 | 57.2 | 48.97 | - |
| YUV | 195.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 175 | 0.09 | 0 | 0.15 | 0.20 | 98 | 0.23 | 0.75 |
| Hex | BA | CD | AF | 9 | 0 | F | 14 | 62 | 17 | 4B |
| Octal | 272 | 315 | 257 | 11 | 0 | 17 | 24 | 142 | 27 | 113 |
| Binary | 10111010 | 11001101 | 10101111 | 1001 | 0 | 1111 | 10100 | 1100010 | 10111 | 1001011 |
Color Harmonies of #BACDAF
Complementary color
Monochromatic Colors of #BACDAF
Black with #BACDAF
Text Example
Text Example
White with #BACDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDAF; }
p { color: rgb(186,205,175); }
H1.HeaderClassName
{
color: #BACDAF;
}
.AnyTagClassName
{
color: #BACDAF;
}
</style>
background-color css
<style>
a { background-color: #BACDAF; }
a { background-color: rgb(186,205,175); }
div.DivClassName
{
background-color: #BACDAF;
}
.BgClassName
{
background-color: #BACDAF;
}
</style>
border-color css
<style>
span { border-color: #BACDAF; }
span { border-color: rgb(186,205,175); }
td.TdClassName
{
border-color: #BACDAF;
}
.TagClassName
{
border-color: #BACDAF;
}
</style>