Shades of Pumice #B5C0AB
Tints of Pumice #B5C0AB
RGB
CMYK
RGB Variations
Color information
#B5C0AB (or 0xB5C0AB) is known color: Pumice. HEX triplet: B5, C0 and AB. RGB value is (181,192,171). Sum of RGB (Red+Green+Blue) = 181+192+171=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0AB is #4A3F54. Grayscale: #BABABA. Windows color (decimal): -4865877 or 11255989. OLE color: 11255989.
HSL color Cylindrical-coordinate representation of color #B5C0AB: hue angle of 91.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5C0AB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 171 | - |
CMYK | 0.06 | 0 | 0.11 | 0.25 |
HSL | 91.43º | 0.14% | 0.71% | - |
HSV(B) | 91.43º | 0.11% | 0.75% | - |
XYZ | 45.26 | 50.46 | 45.88 | - |
YUV | 186.32 | 119.36 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 171 | 0.06 | 0 | 0.11 | 0.25 | 91.43 | 0.14 | 0.71 |
Hex | B5 | C0 | AB | 6 | 0 | B | 19 | 5B | E | 47 |
Octal | 265 | 300 | 253 | 6 | 0 | 13 | 31 | 133 | 16 | 107 |
Binary | 10110101 | 11000000 | 10101011 | 110 | 0 | 1011 | 11001 | 1011011 | 1110 | 1000111 |
Color Harmonies of #B5C0AB
Complementary color
Monochromatic Colors of #B5C0AB
Black with #B5C0AB
Text Example
Text Example
White with #B5C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0AB; }
p { color: rgb(181,192,171); }
H1.HeaderClassName
{
color: #B5C0AB;
}
.AnyTagClassName
{
color: #B5C0AB;
}
</style>
background-color css
<style>
a { background-color: #B5C0AB; }
a { background-color: rgb(181,192,171); }
div.DivClassName
{
background-color: #B5C0AB;
}
.BgClassName
{
background-color: #B5C0AB;
}
</style>
border-color css
<style>
span { border-color: #B5C0AB; }
span { border-color: rgb(181,192,171); }
td.TdClassName
{
border-color: #B5C0AB;
}
.TagClassName
{
border-color: #B5C0AB;
}
</style>