Shades of Pumice #B5C2AD
Tints of Pumice #B5C2AD
RGB
CMYK
RGB Variations
Color information
#B5C2AD (or 0xB5C2AD) is known color: Pumice. HEX triplet: B5, C2 and AD. RGB value is (181,194,173). Sum of RGB (Red+Green+Blue) = 181+194+173=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C2AD is #4A3D52. Grayscale: #BBBBBB. Windows color (decimal): -4865363 or 11387573. OLE color: 11387573.
HSL color Cylindrical-coordinate representation of color #B5C2AD: hue angle of 97.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C2AD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 173 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.24 |
| HSL | 97.14º | 0.15% | 0.72% | - |
| HSV(B) | 97.14º | 0.11% | 0.76% | - |
| XYZ | 45.89 | 51.42 | 47.04 | - |
| YUV | 187.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 173 | 0.07 | 0 | 0.11 | 0.24 | 97.14 | 0.15 | 0.72 |
| Hex | B5 | C2 | AD | 7 | 0 | B | 18 | 61 | F | 48 |
| Octal | 265 | 302 | 255 | 7 | 0 | 13 | 30 | 141 | 17 | 110 |
| Binary | 10110101 | 11000010 | 10101101 | 111 | 0 | 1011 | 11000 | 1100001 | 1111 | 1001000 |
Color Harmonies of #B5C2AD
Complementary color
Monochromatic Colors of #B5C2AD
Black with #B5C2AD
Text Example
Text Example
White with #B5C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2AD; }
p { color: rgb(181,194,173); }
H1.HeaderClassName
{
color: #B5C2AD;
}
.AnyTagClassName
{
color: #B5C2AD;
}
</style>
background-color css
<style>
a { background-color: #B5C2AD; }
a { background-color: rgb(181,194,173); }
div.DivClassName
{
background-color: #B5C2AD;
}
.BgClassName
{
background-color: #B5C2AD;
}
</style>
border-color css
<style>
span { border-color: #B5C2AD; }
span { border-color: rgb(181,194,173); }
td.TdClassName
{
border-color: #B5C2AD;
}
.TagClassName
{
border-color: #B5C2AD;
}
</style>