Shades of Pumice #B2B5B0
Tints of Pumice #B2B5B0
RGB
CMYK
RGB Variations
Color information
#B2B5B0 (or 0xB2B5B0) is known color: Pumice. HEX triplet: B2, B5 and B0. RGB value is (178,181,176). Sum of RGB (Red+Green+Blue) = 178+181+176=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5B0 is #4D4A4F. Grayscale: #B3B3B3. Windows color (decimal): -5065296 or 11580850. OLE color: 11580850.
HSL color Cylindrical-coordinate representation of color #B2B5B0: hue angle of 96º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B5B0 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 181 | 176 | - |
CMYK | 0.02 | 0 | 0.03 | 0.29 |
HSL | 96º | 0.03% | 0.7% | - |
HSV(B) | 96º | 0.03% | 0.71% | - |
XYZ | 42.72 | 45.65 | 47.63 | - |
YUV | 179.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 176 | 0.02 | 0 | 0.03 | 0.29 | 96 | 0.03 | 0.7 |
Hex | B2 | B5 | B0 | 2 | 0 | 3 | 1D | 60 | 3 | 46 |
Octal | 262 | 265 | 260 | 2 | 0 | 3 | 35 | 140 | 3 | 106 |
Binary | 10110010 | 10110101 | 10110000 | 10 | 0 | 11 | 11101 | 1100000 | 11 | 1000110 |
Color Harmonies of #B2B5B0
Complementary color
Monochromatic Colors of #B2B5B0
Black with #B2B5B0
Text Example
Text Example
White with #B2B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5B0; }
p { color: rgb(178,181,176); }
H1.HeaderClassName
{
color: #B2B5B0;
}
.AnyTagClassName
{
color: #B2B5B0;
}
</style>
background-color css
<style>
a { background-color: #B2B5B0; }
a { background-color: rgb(178,181,176); }
div.DivClassName
{
background-color: #B2B5B0;
}
.BgClassName
{
background-color: #B2B5B0;
}
</style>
border-color css
<style>
span { border-color: #B2B5B0; }
span { border-color: rgb(178,181,176); }
td.TdClassName
{
border-color: #B2B5B0;
}
.TagClassName
{
border-color: #B2B5B0;
}
</style>