Shades of Pumice #B5C5A9
Tints of Pumice #B5C5A9
RGB
CMYK
RGB Variations
Color information
#B5C5A9 (or 0xB5C5A9) is known color: Pumice. HEX triplet: B5, C5 and A9. RGB value is (181,197,169). Sum of RGB (Red+Green+Blue) = 181+197+169=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5A9 is #4A3A56. Grayscale: #BDBDBD. Windows color (decimal): -4864599 or 11126197. OLE color: 11126197.
HSL color Cylindrical-coordinate representation of color #B5C5A9: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5C5A9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 169 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.23 |
| HSL | 94.29º | 0.19% | 0.72% | - |
| HSV(B) | 94.29º | 0.14% | 0.77% | - |
| XYZ | 46.18 | 52.62 | 45.26 | - |
| YUV | 189.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 169 | 0.08 | 0 | 0.14 | 0.23 | 94.29 | 0.19 | 0.72 |
| Hex | B5 | C5 | A9 | 8 | 0 | E | 17 | 5E | 13 | 48 |
| Octal | 265 | 305 | 251 | 10 | 0 | 16 | 27 | 136 | 23 | 110 |
| Binary | 10110101 | 11000101 | 10101001 | 1000 | 0 | 1110 | 10111 | 1011110 | 10011 | 1001000 |
Color Harmonies of #B5C5A9
Complementary color
Monochromatic Colors of #B5C5A9
Black with #B5C5A9
Text Example
Text Example
White with #B5C5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5A9; }
p { color: rgb(181,197,169); }
H1.HeaderClassName
{
color: #B5C5A9;
}
.AnyTagClassName
{
color: #B5C5A9;
}
</style>
background-color css
<style>
a { background-color: #B5C5A9; }
a { background-color: rgb(181,197,169); }
div.DivClassName
{
background-color: #B5C5A9;
}
.BgClassName
{
background-color: #B5C5A9;
}
</style>
border-color css
<style>
span { border-color: #B5C5A9; }
span { border-color: rgb(181,197,169); }
td.TdClassName
{
border-color: #B5C5A9;
}
.TagClassName
{
border-color: #B5C5A9;
}
</style>