Shades of Pumice #B5C3AD
Tints of Pumice #B5C3AD
RGB
CMYK
RGB Variations
Color information
#B5C3AD (or 0xB5C3AD) is known color: Pumice. HEX triplet: B5, C3 and AD. RGB value is (181,195,173). Sum of RGB (Red+Green+Blue) = 181+195+173=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C3AD is #4A3C52. Grayscale: #BCBCBC. Windows color (decimal): -4865107 or 11387829. OLE color: 11387829.
HSL color Cylindrical-coordinate representation of color #B5C3AD: hue angle of 98.18º 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 #B5C3AD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 173 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.24 |
| HSL | 98.18º | 0.15% | 0.72% | - |
| HSV(B) | 98.18º | 0.11% | 0.76% | - |
| XYZ | 46.11 | 51.87 | 47.12 | - |
| YUV | 188.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 173 | 0.07 | 0 | 0.11 | 0.24 | 98.18 | 0.15 | 0.72 |
| Hex | B5 | C3 | AD | 7 | 0 | B | 18 | 62 | F | 48 |
| Octal | 265 | 303 | 255 | 7 | 0 | 13 | 30 | 142 | 17 | 110 |
| Binary | 10110101 | 11000011 | 10101101 | 111 | 0 | 1011 | 11000 | 1100010 | 1111 | 1001000 |
Color Harmonies of #B5C3AD
Complementary color
Monochromatic Colors of #B5C3AD
Black with #B5C3AD
Text Example
Text Example
White with #B5C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C3AD; }
p { color: rgb(181,195,173); }
H1.HeaderClassName
{
color: #B5C3AD;
}
.AnyTagClassName
{
color: #B5C3AD;
}
</style>
background-color css
<style>
a { background-color: #B5C3AD; }
a { background-color: rgb(181,195,173); }
div.DivClassName
{
background-color: #B5C3AD;
}
.BgClassName
{
background-color: #B5C3AD;
}
</style>
border-color css
<style>
span { border-color: #B5C3AD; }
span { border-color: rgb(181,195,173); }
td.TdClassName
{
border-color: #B5C3AD;
}
.TagClassName
{
border-color: #B5C3AD;
}
</style>