Shades of Pumice #B2BEAA
Tints of Pumice #B2BEAA
RGB
CMYK
RGB Variations
Color information
#B2BEAA (or 0xB2BEAA) is known color: Pumice. HEX triplet: B2, BE and AA. RGB value is (178,190,170). Sum of RGB (Red+Green+Blue) = 178+190+170=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAA is #4D4155. Grayscale: #B8B8B8. Windows color (decimal): -5062998 or 11189938. OLE color: 11189938.
HSL color Cylindrical-coordinate representation of color #B2BEAA: hue angle of 96º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BEAA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 170 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.25 |
| HSL | 96º | 0.13% | 0.71% | - |
| HSV(B) | 96º | 0.11% | 0.75% | - |
| XYZ | 44.03 | 49.19 | 45.21 | - |
| YUV | 184.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 170 | 0.06 | 0 | 0.11 | 0.25 | 96 | 0.13 | 0.71 |
| Hex | B2 | BE | AA | 6 | 0 | B | 19 | 60 | D | 47 |
| Octal | 262 | 276 | 252 | 6 | 0 | 13 | 31 | 140 | 15 | 107 |
| Binary | 10110010 | 10111110 | 10101010 | 110 | 0 | 1011 | 11001 | 1100000 | 1101 | 1000111 |
Color Harmonies of #B2BEAA
Complementary color
Monochromatic Colors of #B2BEAA
Black with #B2BEAA
Text Example
Text Example
White with #B2BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEAA; }
p { color: rgb(178,190,170); }
H1.HeaderClassName
{
color: #B2BEAA;
}
.AnyTagClassName
{
color: #B2BEAA;
}
</style>
background-color css
<style>
a { background-color: #B2BEAA; }
a { background-color: rgb(178,190,170); }
div.DivClassName
{
background-color: #B2BEAA;
}
.BgClassName
{
background-color: #B2BEAA;
}
</style>
border-color css
<style>
span { border-color: #B2BEAA; }
span { border-color: rgb(178,190,170); }
td.TdClassName
{
border-color: #B2BEAA;
}
.TagClassName
{
border-color: #B2BEAA;
}
</style>