Shades of Pumice #BAC5B0
Tints of Pumice #BAC5B0
RGB
CMYK
RGB Variations
Color information
#BAC5B0 (or 0xBAC5B0) is known color: Pumice. HEX triplet: BA, C5 and B0. RGB value is (186,197,176). Sum of RGB (Red+Green+Blue) = 186+197+176=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5B0 is #453A4F. Grayscale: #BFBFBF. Windows color (decimal): -4536912 or 11584954. OLE color: 11584954.
HSL color Cylindrical-coordinate representation of color #BAC5B0: hue angle of 91.43º degrees, saturation: 0.15, 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 #BAC5B0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 176 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.23 |
| HSL | 91.43º | 0.15% | 0.73% | - |
| HSV(B) | 91.43º | 0.11% | 0.77% | - |
| XYZ | 48.05 | 53.51 | 48.87 | - |
| YUV | 191.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 176 | 0.06 | 0 | 0.11 | 0.23 | 91.43 | 0.15 | 0.73 |
| Hex | BA | C5 | B0 | 6 | 0 | B | 17 | 5B | F | 49 |
| Octal | 272 | 305 | 260 | 6 | 0 | 13 | 27 | 133 | 17 | 111 |
| Binary | 10111010 | 11000101 | 10110000 | 110 | 0 | 1011 | 10111 | 1011011 | 1111 | 1001001 |
Color Harmonies of #BAC5B0
Complementary color
Monochromatic Colors of #BAC5B0
Black with #BAC5B0
Text Example
Text Example
White with #BAC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5B0; }
p { color: rgb(186,197,176); }
H1.HeaderClassName
{
color: #BAC5B0;
}
.AnyTagClassName
{
color: #BAC5B0;
}
</style>
background-color css
<style>
a { background-color: #BAC5B0; }
a { background-color: rgb(186,197,176); }
div.DivClassName
{
background-color: #BAC5B0;
}
.BgClassName
{
background-color: #BAC5B0;
}
</style>
border-color css
<style>
span { border-color: #BAC5B0; }
span { border-color: rgb(186,197,176); }
td.TdClassName
{
border-color: #BAC5B0;
}
.TagClassName
{
border-color: #BAC5B0;
}
</style>