Shades of Pumice #B5C5AD
Tints of Pumice #B5C5AD
RGB
CMYK
RGB Variations
Color information
#B5C5AD (or 0xB5C5AD) is known color: Pumice. HEX triplet: B5, C5 and AD. RGB value is (181,197,173). Sum of RGB (Red+Green+Blue) = 181+197+173=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5AD is #4A3A52. Grayscale: #BDBDBD. Windows color (decimal): -4864595 or 11388341. OLE color: 11388341.
HSL color Cylindrical-coordinate representation of color #B5C5AD: hue angle of 100º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C5AD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 173 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.23 |
| HSL | 100º | 0.17% | 0.73% | - |
| HSV(B) | 100º | 0.12% | 0.77% | - |
| XYZ | 46.57 | 52.77 | 47.27 | - |
| YUV | 189.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 173 | 0.08 | 0 | 0.12 | 0.23 | 100 | 0.17 | 0.73 |
| Hex | B5 | C5 | AD | 8 | 0 | C | 17 | 64 | 11 | 49 |
| Octal | 265 | 305 | 255 | 10 | 0 | 14 | 27 | 144 | 21 | 111 |
| Binary | 10110101 | 11000101 | 10101101 | 1000 | 0 | 1100 | 10111 | 1100100 | 10001 | 1001001 |
Color Harmonies of #B5C5AD
Complementary color
Monochromatic Colors of #B5C5AD
Black with #B5C5AD
Text Example
Text Example
White with #B5C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5AD; }
p { color: rgb(181,197,173); }
H1.HeaderClassName
{
color: #B5C5AD;
}
.AnyTagClassName
{
color: #B5C5AD;
}
</style>
background-color css
<style>
a { background-color: #B5C5AD; }
a { background-color: rgb(181,197,173); }
div.DivClassName
{
background-color: #B5C5AD;
}
.BgClassName
{
background-color: #B5C5AD;
}
</style>
border-color css
<style>
span { border-color: #B5C5AD; }
span { border-color: rgb(181,197,173); }
td.TdClassName
{
border-color: #B5C5AD;
}
.TagClassName
{
border-color: #B5C5AD;
}
</style>