Shades of Pumice #B4C2AA
Tints of Pumice #B4C2AA
RGB
CMYK
RGB Variations
Color information
#B4C2AA (or 0xB4C2AA) is known color: Pumice. HEX triplet: B4, C2 and AA. RGB value is (180,194,170). Sum of RGB (Red+Green+Blue) = 180+194+170=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C2AA is #4B3D55. Grayscale: #BBBBBB. Windows color (decimal): -4930902 or 11190964. OLE color: 11190964.
HSL color Cylindrical-coordinate representation of color #B4C2AA: hue angle of 95º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C2AA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 170 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.24 |
| HSL | 95º | 0.16% | 0.71% | - |
| HSV(B) | 95º | 0.12% | 0.76% | - |
| XYZ | 45.37 | 51.19 | 45.52 | - |
| YUV | 187.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 170 | 0.07 | 0 | 0.12 | 0.24 | 95 | 0.16 | 0.71 |
| Hex | B4 | C2 | AA | 7 | 0 | C | 18 | 5F | 10 | 47 |
| Octal | 264 | 302 | 252 | 7 | 0 | 14 | 30 | 137 | 20 | 107 |
| Binary | 10110100 | 11000010 | 10101010 | 111 | 0 | 1100 | 11000 | 1011111 | 10000 | 1000111 |
Color Harmonies of #B4C2AA
Complementary color
Monochromatic Colors of #B4C2AA
Black with #B4C2AA
Text Example
Text Example
White with #B4C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2AA; }
p { color: rgb(180,194,170); }
H1.HeaderClassName
{
color: #B4C2AA;
}
.AnyTagClassName
{
color: #B4C2AA;
}
</style>
background-color css
<style>
a { background-color: #B4C2AA; }
a { background-color: rgb(180,194,170); }
div.DivClassName
{
background-color: #B4C2AA;
}
.BgClassName
{
background-color: #B4C2AA;
}
</style>
border-color css
<style>
span { border-color: #B4C2AA; }
span { border-color: rgb(180,194,170); }
td.TdClassName
{
border-color: #B4C2AA;
}
.TagClassName
{
border-color: #B4C2AA;
}
</style>