Shades of Pumice #B5C0AF
Tints of Pumice #B5C0AF
RGB
CMYK
RGB Variations
Color information
#B5C0AF (or 0xB5C0AF) is known color: Pumice. HEX triplet: B5, C0 and AF. RGB value is (181,192,175). Sum of RGB (Red+Green+Blue) = 181+192+175=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0AF is #4A3F50. Grayscale: #BABABA. Windows color (decimal): -4865873 or 11518133. OLE color: 11518133.
HSL color Cylindrical-coordinate representation of color #B5C0AF: hue angle of 98.82º 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 #B5C0AF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 175 | - |
CMYK | 0.06 | 0 | 0.09 | 0.25 |
HSL | 98.82º | 0.12% | 0.72% | - |
HSV(B) | 98.82º | 0.09% | 0.75% | - |
XYZ | 45.64 | 50.62 | 47.92 | - |
YUV | 186.77 | 121.36 | 123.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 175 | 0.06 | 0 | 0.09 | 0.25 | 98.82 | 0.12 | 0.72 |
Hex | B5 | C0 | AF | 6 | 0 | 9 | 19 | 63 | C | 48 |
Octal | 265 | 300 | 257 | 6 | 0 | 11 | 31 | 143 | 14 | 110 |
Binary | 10110101 | 11000000 | 10101111 | 110 | 0 | 1001 | 11001 | 1100011 | 1100 | 1001000 |
Color Harmonies of #B5C0AF
Complementary color
Monochromatic Colors of #B5C0AF
Black with #B5C0AF
Text Example
Text Example
White with #B5C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0AF; }
p { color: rgb(181,192,175); }
H1.HeaderClassName
{
color: #B5C0AF;
}
.AnyTagClassName
{
color: #B5C0AF;
}
</style>
background-color css
<style>
a { background-color: #B5C0AF; }
a { background-color: rgb(181,192,175); }
div.DivClassName
{
background-color: #B5C0AF;
}
.BgClassName
{
background-color: #B5C0AF;
}
</style>
border-color css
<style>
span { border-color: #B5C0AF; }
span { border-color: rgb(181,192,175); }
td.TdClassName
{
border-color: #B5C0AF;
}
.TagClassName
{
border-color: #B5C0AF;
}
</style>