Shades of Pumice #B2BDA9
Tints of Pumice #B2BDA9
RGB
CMYK
RGB Variations
Color information
#B2BDA9 (or 0xB2BDA9) is known color: Pumice. HEX triplet: B2, BD and A9. RGB value is (178,189,169). Sum of RGB (Red+Green+Blue) = 178+189+169=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDA9 is #4D4256. Grayscale: #B7B7B7. Windows color (decimal): -5063255 or 11124146. OLE color: 11124146.
HSL color Cylindrical-coordinate representation of color #B2BDA9: hue angle of 93º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 169 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.26 |
| HSL | 93º | 0.13% | 0.7% | - |
| HSV(B) | 93º | 0.11% | 0.74% | - |
| XYZ | 43.72 | 48.72 | 44.64 | - |
| YUV | 183.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 169 | 0.06 | 0 | 0.11 | 0.26 | 93 | 0.13 | 0.7 |
| Hex | B2 | BD | A9 | 6 | 0 | B | 1A | 5D | D | 46 |
| Octal | 262 | 275 | 251 | 6 | 0 | 13 | 32 | 135 | 15 | 106 |
| Binary | 10110010 | 10111101 | 10101001 | 110 | 0 | 1011 | 11010 | 1011101 | 1101 | 1000110 |
Color Harmonies of #B2BDA9
Complementary color
Monochromatic Colors of #B2BDA9
Black with #B2BDA9
Text Example
Text Example
White with #B2BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDA9; }
p { color: rgb(178,189,169); }
H1.HeaderClassName
{
color: #B2BDA9;
}
.AnyTagClassName
{
color: #B2BDA9;
}
</style>
background-color css
<style>
a { background-color: #B2BDA9; }
a { background-color: rgb(178,189,169); }
div.DivClassName
{
background-color: #B2BDA9;
}
.BgClassName
{
background-color: #B2BDA9;
}
</style>
border-color css
<style>
span { border-color: #B2BDA9; }
span { border-color: rgb(178,189,169); }
td.TdClassName
{
border-color: #B2BDA9;
}
.TagClassName
{
border-color: #B2BDA9;
}
</style>