Shades of Pumice #B2B9AD
Tints of Pumice #B2B9AD
RGB
CMYK
RGB Variations
Color information
#B2B9AD (or 0xB2B9AD) is known color: Pumice. HEX triplet: B2, B9 and AD. RGB value is (178,185,173). Sum of RGB (Red+Green+Blue) = 178+185+173=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B9AD is #4D4652. Grayscale: #B5B5B5. Windows color (decimal): -5064275 or 11385266. OLE color: 11385266.
HSL color Cylindrical-coordinate representation of color #B2B9AD: hue angle of 95º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B9AD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 173 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.27 |
| HSL | 95º | 0.08% | 0.7% | - |
| HSV(B) | 95º | 0.06% | 0.73% | - |
| XYZ | 43.25 | 47.18 | 46.36 | - |
| YUV | 181.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 173 | 0.04 | 0 | 0.06 | 0.27 | 95 | 0.08 | 0.7 |
| Hex | B2 | B9 | AD | 4 | 0 | 6 | 1B | 5F | 8 | 46 |
| Octal | 262 | 271 | 255 | 4 | 0 | 6 | 33 | 137 | 10 | 106 |
| Binary | 10110010 | 10111001 | 10101101 | 100 | 0 | 110 | 11011 | 1011111 | 1000 | 1000110 |
Color Harmonies of #B2B9AD
Complementary color
Monochromatic Colors of #B2B9AD
Black with #B2B9AD
Text Example
Text Example
White with #B2B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9AD; }
p { color: rgb(178,185,173); }
H1.HeaderClassName
{
color: #B2B9AD;
}
.AnyTagClassName
{
color: #B2B9AD;
}
</style>
background-color css
<style>
a { background-color: #B2B9AD; }
a { background-color: rgb(178,185,173); }
div.DivClassName
{
background-color: #B2B9AD;
}
.BgClassName
{
background-color: #B2B9AD;
}
</style>
border-color css
<style>
span { border-color: #B2B9AD; }
span { border-color: rgb(178,185,173); }
td.TdClassName
{
border-color: #B2B9AD;
}
.TagClassName
{
border-color: #B2B9AD;
}
</style>