Shades of Pumice #B4C0AE
Tints of Pumice #B4C0AE
RGB
CMYK
RGB Variations
Color information
#B4C0AE (or 0xB4C0AE) is known color: Pumice. HEX triplet: B4, C0 and AE. RGB value is (180,192,174). Sum of RGB (Red+Green+Blue) = 180+192+174=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C0AE is #4B3F51. Grayscale: #BABABA. Windows color (decimal): -4931410 or 11452596. OLE color: 11452596.
HSL color Cylindrical-coordinate representation of color #B4C0AE: hue angle of 100º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4C0AE is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 174 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.25 |
| HSL | 100º | 0.13% | 0.72% | - |
| HSV(B) | 100º | 0.09% | 0.75% | - |
| XYZ | 45.31 | 50.46 | 47.4 | - |
| YUV | 186.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 174 | 0.06 | 0 | 0.09 | 0.25 | 100 | 0.13 | 0.72 |
| Hex | B4 | C0 | AE | 6 | 0 | 9 | 19 | 64 | C | 48 |
| Octal | 264 | 300 | 256 | 6 | 0 | 11 | 31 | 144 | 14 | 110 |
| Binary | 10110100 | 11000000 | 10101110 | 110 | 0 | 1001 | 11001 | 1100100 | 1100 | 1001000 |
Color Harmonies of #B4C0AE
Complementary color
Monochromatic Colors of #B4C0AE
Black with #B4C0AE
Text Example
Text Example
White with #B4C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0AE; }
p { color: rgb(180,192,174); }
H1.HeaderClassName
{
color: #B4C0AE;
}
.AnyTagClassName
{
color: #B4C0AE;
}
</style>
background-color css
<style>
a { background-color: #B4C0AE; }
a { background-color: rgb(180,192,174); }
div.DivClassName
{
background-color: #B4C0AE;
}
.BgClassName
{
background-color: #B4C0AE;
}
</style>
border-color css
<style>
span { border-color: #B4C0AE; }
span { border-color: rgb(180,192,174); }
td.TdClassName
{
border-color: #B4C0AE;
}
.TagClassName
{
border-color: #B4C0AE;
}
</style>