Shades of Pumice #B2BAAC
Tints of Pumice #B2BAAC
RGB
CMYK
RGB Variations
Color information
#B2BAAC (or 0xB2BAAC) is known color: Pumice. HEX triplet: B2, BA and AC. RGB value is (178,186,172). Sum of RGB (Red+Green+Blue) = 178+186+172=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAC is #4D4553. Grayscale: #B6B6B6. Windows color (decimal): -5064020 or 11319986. OLE color: 11319986.
HSL color Cylindrical-coordinate representation of color #B2BAAC: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BAAC is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 186 | 172 | - |
CMYK | 0.04 | 0 | 0.08 | 0.27 |
HSL | 94.29º | 0.09% | 0.7% | - |
HSV(B) | 94.29º | 0.08% | 0.73% | - |
XYZ | 43.37 | 47.56 | 45.92 | - |
YUV | 182.01 | 122.35 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 172 | 0.04 | 0 | 0.08 | 0.27 | 94.29 | 0.09 | 0.7 |
Hex | B2 | BA | AC | 4 | 0 | 8 | 1B | 5E | 9 | 46 |
Octal | 262 | 272 | 254 | 4 | 0 | 10 | 33 | 136 | 11 | 106 |
Binary | 10110010 | 10111010 | 10101100 | 100 | 0 | 1000 | 11011 | 1011110 | 1001 | 1000110 |
Color Harmonies of #B2BAAC
Complementary color
Monochromatic Colors of #B2BAAC
Black with #B2BAAC
Text Example
Text Example
White with #B2BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAAC; }
p { color: rgb(178,186,172); }
H1.HeaderClassName
{
color: #B2BAAC;
}
.AnyTagClassName
{
color: #B2BAAC;
}
</style>
background-color css
<style>
a { background-color: #B2BAAC; }
a { background-color: rgb(178,186,172); }
div.DivClassName
{
background-color: #B2BAAC;
}
.BgClassName
{
background-color: #B2BAAC;
}
</style>
border-color css
<style>
span { border-color: #B2BAAC; }
span { border-color: rgb(178,186,172); }
td.TdClassName
{
border-color: #B2BAAC;
}
.TagClassName
{
border-color: #B2BAAC;
}
</style>