Shades of Pumice #B6C2AF
Tints of Pumice #B6C2AF
RGB
CMYK
RGB Variations
Color information
#B6C2AF (or 0xB6C2AF) is known color: Pumice. HEX triplet: B6, C2 and AF. RGB value is (182,194,175). Sum of RGB (Red+Green+Blue) = 182+194+175=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C2AF is #493D50. Grayscale: #BCBCBC. Windows color (decimal): -4799825 or 11518646. OLE color: 11518646.
HSL color Cylindrical-coordinate representation of color #B6C2AF: hue angle of 97.89º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C2AF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 175 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.24 |
| HSL | 97.89º | 0.13% | 0.72% | - |
| HSV(B) | 97.89º | 0.1% | 0.76% | - |
| XYZ | 46.32 | 51.62 | 48.08 | - |
| YUV | 188.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 175 | 0.06 | 0 | 0.10 | 0.24 | 97.89 | 0.13 | 0.72 |
| Hex | B6 | C2 | AF | 6 | 0 | A | 18 | 62 | D | 48 |
| Octal | 266 | 302 | 257 | 6 | 0 | 12 | 30 | 142 | 15 | 110 |
| Binary | 10110110 | 11000010 | 10101111 | 110 | 0 | 1010 | 11000 | 1100010 | 1101 | 1001000 |
Color Harmonies of #B6C2AF
Complementary color
Monochromatic Colors of #B6C2AF
Black with #B6C2AF
Text Example
Text Example
White with #B6C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2AF; }
p { color: rgb(182,194,175); }
H1.HeaderClassName
{
color: #B6C2AF;
}
.AnyTagClassName
{
color: #B6C2AF;
}
</style>
background-color css
<style>
a { background-color: #B6C2AF; }
a { background-color: rgb(182,194,175); }
div.DivClassName
{
background-color: #B6C2AF;
}
.BgClassName
{
background-color: #B6C2AF;
}
</style>
border-color css
<style>
span { border-color: #B6C2AF; }
span { border-color: rgb(182,194,175); }
td.TdClassName
{
border-color: #B6C2AF;
}
.TagClassName
{
border-color: #B6C2AF;
}
</style>