Shades of Pumice #B6C0AF
Tints of Pumice #B6C0AF
RGB
CMYK
RGB Variations
Color information
#B6C0AF (or 0xB6C0AF) is known color: Pumice. HEX triplet: B6, C0 and AF. RGB value is (182,192,175). Sum of RGB (Red+Green+Blue) = 182+192+175=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C0AF is #493F50. Grayscale: #BBBBBB. Windows color (decimal): -4800337 or 11518134. OLE color: 11518134.
HSL color Cylindrical-coordinate representation of color #B6C0AF: hue angle of 95.29º 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 #B6C0AF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 175 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.25 |
| HSL | 95.29º | 0.12% | 0.72% | - |
| HSV(B) | 95.29º | 0.09% | 0.75% | - |
| XYZ | 45.88 | 50.74 | 47.93 | - |
| YUV | 187.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 175 | 0.05 | 0 | 0.09 | 0.25 | 95.29 | 0.12 | 0.72 |
| Hex | B6 | C0 | AF | 5 | 0 | 9 | 19 | 5F | C | 48 |
| Octal | 266 | 300 | 257 | 5 | 0 | 11 | 31 | 137 | 14 | 110 |
| Binary | 10110110 | 11000000 | 10101111 | 101 | 0 | 1001 | 11001 | 1011111 | 1100 | 1001000 |
Color Harmonies of #B6C0AF
Complementary color
Monochromatic Colors of #B6C0AF
Black with #B6C0AF
Text Example
Text Example
White with #B6C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C0AF; }
p { color: rgb(182,192,175); }
H1.HeaderClassName
{
color: #B6C0AF;
}
.AnyTagClassName
{
color: #B6C0AF;
}
</style>
background-color css
<style>
a { background-color: #B6C0AF; }
a { background-color: rgb(182,192,175); }
div.DivClassName
{
background-color: #B6C0AF;
}
.BgClassName
{
background-color: #B6C0AF;
}
</style>
border-color css
<style>
span { border-color: #B6C0AF; }
span { border-color: rgb(182,192,175); }
td.TdClassName
{
border-color: #B6C0AF;
}
.TagClassName
{
border-color: #B6C0AF;
}
</style>