Shades of Pumice #B5BBB2
Tints of Pumice #B5BBB2
RGB
CMYK
RGB Variations
Color information
#B5BBB2 (or 0xB5BBB2) is known color: Pumice. HEX triplet: B5, BB and B2. RGB value is (181,187,178). Sum of RGB (Red+Green+Blue) = 181+187+178=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBB2 is #4A444D. Grayscale: #B8B8B8. Windows color (decimal): -4867150 or 11713461. OLE color: 11713461.
HSL color Cylindrical-coordinate representation of color #B5BBB2: hue angle of 100º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BBB2 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 178 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.27 |
| HSL | 100º | 0.06% | 0.72% | - |
| HSV(B) | 100º | 0.05% | 0.73% | - |
| XYZ | 44.86 | 48.58 | 49.13 | - |
| YUV | 184.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 178 | 0.03 | 0 | 0.05 | 0.27 | 100 | 0.06 | 0.72 |
| Hex | B5 | BB | B2 | 3 | 0 | 5 | 1B | 64 | 6 | 48 |
| Octal | 265 | 273 | 262 | 3 | 0 | 5 | 33 | 144 | 6 | 110 |
| Binary | 10110101 | 10111011 | 10110010 | 11 | 0 | 101 | 11011 | 1100100 | 110 | 1001000 |
Color Harmonies of #B5BBB2
Complementary color
Monochromatic Colors of #B5BBB2
Black with #B5BBB2
Text Example
Text Example
White with #B5BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB2; }
p { color: rgb(181,187,178); }
H1.HeaderClassName
{
color: #B5BBB2;
}
.AnyTagClassName
{
color: #B5BBB2;
}
</style>
background-color css
<style>
a { background-color: #B5BBB2; }
a { background-color: rgb(181,187,178); }
div.DivClassName
{
background-color: #B5BBB2;
}
.BgClassName
{
background-color: #B5BBB2;
}
</style>
border-color css
<style>
span { border-color: #B5BBB2; }
span { border-color: rgb(181,187,178); }
td.TdClassName
{
border-color: #B5BBB2;
}
.TagClassName
{
border-color: #B5BBB2;
}
</style>