Shades of Pumice #B2BEAC
Tints of Pumice #B2BEAC
RGB
CMYK
RGB Variations
Color information
#B2BEAC (or 0xB2BEAC) is known color: Pumice. HEX triplet: B2, BE and AC. RGB value is (178,190,172). Sum of RGB (Red+Green+Blue) = 178+190+172=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEAC is #4D4153. Grayscale: #B8B8B8. Windows color (decimal): -5062996 or 11321010. OLE color: 11321010.
HSL color Cylindrical-coordinate representation of color #B2BEAC: hue angle of 100º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BEAC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 190 | 172 | - |
CMYK | 0.06 | 0 | 0.09 | 0.25 |
HSL | 100º | 0.12% | 0.71% | - |
HSV(B) | 100º | 0.09% | 0.75% | - |
XYZ | 44.22 | 49.27 | 46.21 | - |
YUV | 184.36 | 121.02 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 190 | 172 | 0.06 | 0 | 0.09 | 0.25 | 100 | 0.12 | 0.71 |
Hex | B2 | BE | AC | 6 | 0 | 9 | 19 | 64 | C | 47 |
Octal | 262 | 276 | 254 | 6 | 0 | 11 | 31 | 144 | 14 | 107 |
Binary | 10110010 | 10111110 | 10101100 | 110 | 0 | 1001 | 11001 | 1100100 | 1100 | 1000111 |
Color Harmonies of #B2BEAC
Complementary color
Monochromatic Colors of #B2BEAC
Black with #B2BEAC
Text Example
Text Example
White with #B2BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEAC; }
p { color: rgb(178,190,172); }
H1.HeaderClassName
{
color: #B2BEAC;
}
.AnyTagClassName
{
color: #B2BEAC;
}
</style>
background-color css
<style>
a { background-color: #B2BEAC; }
a { background-color: rgb(178,190,172); }
div.DivClassName
{
background-color: #B2BEAC;
}
.BgClassName
{
background-color: #B2BEAC;
}
</style>
border-color css
<style>
span { border-color: #B2BEAC; }
span { border-color: rgb(178,190,172); }
td.TdClassName
{
border-color: #B2BEAC;
}
.TagClassName
{
border-color: #B2BEAC;
}
</style>