Shades of Pumice #B2BAAB
Tints of Pumice #B2BAAB
RGB
CMYK
RGB Variations
Color information
#B2BAAB (or 0xB2BAAB) is known color: Pumice. HEX triplet: B2, BA and AB. RGB value is (178,186,171). Sum of RGB (Red+Green+Blue) = 178+186+171=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAB is #4D4554. Grayscale: #B5B5B5. Windows color (decimal): -5064021 or 11254450. OLE color: 11254450.
HSL color Cylindrical-coordinate representation of color #B2BAAB: hue angle of 92º degrees, saturation: 0.1, 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 #B2BAAB is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 186 | 171 | - |
CMYK | 0.04 | 0 | 0.08 | 0.27 |
HSL | 92º | 0.1% | 0.7% | - |
HSV(B) | 92º | 0.08% | 0.73% | - |
XYZ | 43.27 | 47.52 | 45.42 | - |
YUV | 181.9 | 121.85 | 125.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 171 | 0.04 | 0 | 0.08 | 0.27 | 92 | 0.1 | 0.7 |
Hex | B2 | BA | AB | 4 | 0 | 8 | 1B | 5C | A | 46 |
Octal | 262 | 272 | 253 | 4 | 0 | 10 | 33 | 134 | 12 | 106 |
Binary | 10110010 | 10111010 | 10101011 | 100 | 0 | 1000 | 11011 | 1011100 | 1010 | 1000110 |
Color Harmonies of #B2BAAB
Complementary color
Monochromatic Colors of #B2BAAB
Black with #B2BAAB
Text Example
Text Example
White with #B2BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAAB; }
p { color: rgb(178,186,171); }
H1.HeaderClassName
{
color: #B2BAAB;
}
.AnyTagClassName
{
color: #B2BAAB;
}
</style>
background-color css
<style>
a { background-color: #B2BAAB; }
a { background-color: rgb(178,186,171); }
div.DivClassName
{
background-color: #B2BAAB;
}
.BgClassName
{
background-color: #B2BAAB;
}
</style>
border-color css
<style>
span { border-color: #B2BAAB; }
span { border-color: rgb(178,186,171); }
td.TdClassName
{
border-color: #B2BAAB;
}
.TagClassName
{
border-color: #B2BAAB;
}
</style>