Shades of Pumice #BAC3B2
Tints of Pumice #BAC3B2
RGB
CMYK
RGB Variations
Color information
#BAC3B2 (or 0xBAC3B2) is known color: Pumice. HEX triplet: BA, C3 and B2. RGB value is (186,195,178). Sum of RGB (Red+Green+Blue) = 186+195+178=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3B2 is #453C4D. Grayscale: #BEBEBE. Windows color (decimal): -4537422 or 11715514. OLE color: 11715514.
HSL color Cylindrical-coordinate representation of color #BAC3B2: hue angle of 91.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC3B2 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 178 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.24 |
| HSL | 91.76º | 0.12% | 0.73% | - |
| HSV(B) | 91.76º | 0.09% | 0.76% | - |
| XYZ | 47.8 | 52.68 | 49.77 | - |
| YUV | 190.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 178 | 0.05 | 0 | 0.09 | 0.24 | 91.76 | 0.12 | 0.73 |
| Hex | BA | C3 | B2 | 5 | 0 | 9 | 18 | 5C | C | 49 |
| Octal | 272 | 303 | 262 | 5 | 0 | 11 | 30 | 134 | 14 | 111 |
| Binary | 10111010 | 11000011 | 10110010 | 101 | 0 | 1001 | 11000 | 1011100 | 1100 | 1001001 |
Color Harmonies of #BAC3B2
Complementary color
Monochromatic Colors of #BAC3B2
Black with #BAC3B2
Text Example
Text Example
White with #BAC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3B2; }
p { color: rgb(186,195,178); }
H1.HeaderClassName
{
color: #BAC3B2;
}
.AnyTagClassName
{
color: #BAC3B2;
}
</style>
background-color css
<style>
a { background-color: #BAC3B2; }
a { background-color: rgb(186,195,178); }
div.DivClassName
{
background-color: #BAC3B2;
}
.BgClassName
{
background-color: #BAC3B2;
}
</style>
border-color css
<style>
span { border-color: #BAC3B2; }
span { border-color: rgb(186,195,178); }
td.TdClassName
{
border-color: #BAC3B2;
}
.TagClassName
{
border-color: #BAC3B2;
}
</style>