Shades of Pumice #B4C2AD
Tints of Pumice #B4C2AD
RGB
CMYK
RGB Variations
Color information
#B4C2AD (or 0xB4C2AD) is known color: Pumice. HEX triplet: B4, C2 and AD. RGB value is (180,194,173). Sum of RGB (Red+Green+Blue) = 180+194+173=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C2AD is #4B3D52. Grayscale: #BBBBBB. Windows color (decimal): -4930899 or 11387572. OLE color: 11387572.
HSL color Cylindrical-coordinate representation of color #B4C2AD: hue angle of 100º 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 #B4C2AD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 173 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.24 |
| HSL | 100º | 0.15% | 0.72% | - |
| HSV(B) | 100º | 0.11% | 0.76% | - |
| XYZ | 45.66 | 51.3 | 47.03 | - |
| YUV | 187.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 173 | 0.07 | 0 | 0.11 | 0.24 | 100 | 0.15 | 0.72 |
| Hex | B4 | C2 | AD | 7 | 0 | B | 18 | 64 | F | 48 |
| Octal | 264 | 302 | 255 | 7 | 0 | 13 | 30 | 144 | 17 | 110 |
| Binary | 10110100 | 11000010 | 10101101 | 111 | 0 | 1011 | 11000 | 1100100 | 1111 | 1001000 |
Color Harmonies of #B4C2AD
Complementary color
Monochromatic Colors of #B4C2AD
Black with #B4C2AD
Text Example
Text Example
White with #B4C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2AD; }
p { color: rgb(180,194,173); }
H1.HeaderClassName
{
color: #B4C2AD;
}
.AnyTagClassName
{
color: #B4C2AD;
}
</style>
background-color css
<style>
a { background-color: #B4C2AD; }
a { background-color: rgb(180,194,173); }
div.DivClassName
{
background-color: #B4C2AD;
}
.BgClassName
{
background-color: #B4C2AD;
}
</style>
border-color css
<style>
span { border-color: #B4C2AD; }
span { border-color: rgb(180,194,173); }
td.TdClassName
{
border-color: #B4C2AD;
}
.TagClassName
{
border-color: #B4C2AD;
}
</style>