Shades of Pumice #B5C0AE
Tints of Pumice #B5C0AE
RGB
CMYK
RGB Variations
Color information
#B5C0AE (or 0xB5C0AE) is known color: Pumice. HEX triplet: B5, C0 and AE. RGB value is (181,192,174). Sum of RGB (Red+Green+Blue) = 181+192+174=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0AE is #4A3F51. Grayscale: #BABABA. Windows color (decimal): -4865874 or 11452597. OLE color: 11452597.
HSL color Cylindrical-coordinate representation of color #B5C0AE: hue angle of 96.67º 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 #B5C0AE is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 174 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.25 |
| HSL | 96.67º | 0.13% | 0.72% | - |
| HSV(B) | 96.67º | 0.09% | 0.75% | - |
| XYZ | 45.55 | 50.58 | 47.41 | - |
| YUV | 186.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 174 | 0.06 | 0 | 0.09 | 0.25 | 96.67 | 0.13 | 0.72 |
| Hex | B5 | C0 | AE | 6 | 0 | 9 | 19 | 61 | C | 48 |
| Octal | 265 | 300 | 256 | 6 | 0 | 11 | 31 | 141 | 14 | 110 |
| Binary | 10110101 | 11000000 | 10101110 | 110 | 0 | 1001 | 11001 | 1100001 | 1100 | 1001000 |
Color Harmonies of #B5C0AE
Complementary color
Monochromatic Colors of #B5C0AE
Black with #B5C0AE
Text Example
Text Example
White with #B5C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0AE; }
p { color: rgb(181,192,174); }
H1.HeaderClassName
{
color: #B5C0AE;
}
.AnyTagClassName
{
color: #B5C0AE;
}
</style>
background-color css
<style>
a { background-color: #B5C0AE; }
a { background-color: rgb(181,192,174); }
div.DivClassName
{
background-color: #B5C0AE;
}
.BgClassName
{
background-color: #B5C0AE;
}
</style>
border-color css
<style>
span { border-color: #B5C0AE; }
span { border-color: rgb(181,192,174); }
td.TdClassName
{
border-color: #B5C0AE;
}
.TagClassName
{
border-color: #B5C0AE;
}
</style>