Shades of Pumice #BAC2B2
Tints of Pumice #BAC2B2
RGB
CMYK
RGB Variations
Color information
#BAC2B2 (or 0xBAC2B2) is known color: Pumice. HEX triplet: BA, C2 and B2. RGB value is (186,194,178). Sum of RGB (Red+Green+Blue) = 186+194+178=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2B2 is #453D4D. Grayscale: #BDBDBD. Windows color (decimal): -4537678 or 11715258. OLE color: 11715258.
HSL color Cylindrical-coordinate representation of color #BAC2B2: hue angle of 90º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC2B2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 194 | 178 | - |
CMYK | 0.04 | 0 | 0.08 | 0.24 |
HSL | 90º | 0.12% | 0.73% | - |
HSV(B) | 90º | 0.08% | 0.76% | - |
XYZ | 47.58 | 52.24 | 49.69 | - |
YUV | 189.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 194 | 178 | 0.04 | 0 | 0.08 | 0.24 | 90 | 0.12 | 0.73 |
Hex | BA | C2 | B2 | 4 | 0 | 8 | 18 | 5A | C | 49 |
Octal | 272 | 302 | 262 | 4 | 0 | 10 | 30 | 132 | 14 | 111 |
Binary | 10111010 | 11000010 | 10110010 | 100 | 0 | 1000 | 11000 | 1011010 | 1100 | 1001001 |
Color Harmonies of #BAC2B2
Complementary color
Monochromatic Colors of #BAC2B2
Black with #BAC2B2
Text Example
Text Example
White with #BAC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2B2; }
p { color: rgb(186,194,178); }
H1.HeaderClassName
{
color: #BAC2B2;
}
.AnyTagClassName
{
color: #BAC2B2;
}
</style>
background-color css
<style>
a { background-color: #BAC2B2; }
a { background-color: rgb(186,194,178); }
div.DivClassName
{
background-color: #BAC2B2;
}
.BgClassName
{
background-color: #BAC2B2;
}
</style>
border-color css
<style>
span { border-color: #BAC2B2; }
span { border-color: rgb(186,194,178); }
td.TdClassName
{
border-color: #BAC2B2;
}
.TagClassName
{
border-color: #BAC2B2;
}
</style>