Shades of Pumice #B6C4AE
Tints of Pumice #B6C4AE
RGB
CMYK
RGB Variations
Color information
#B6C4AE (or 0xB6C4AE) is known color: Pumice. HEX triplet: B6, C4 and AE. RGB value is (182,196,174). Sum of RGB (Red+Green+Blue) = 182+196+174=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C4AE is #493B51. Grayscale: #BDBDBD. Windows color (decimal): -4799314 or 11453622. OLE color: 11453622.
HSL color Cylindrical-coordinate representation of color #B6C4AE: hue angle of 98.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6C4AE is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 196 | 174 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.23 |
| HSL | 98.18º | 0.16% | 0.73% | - |
| HSV(B) | 98.18º | 0.11% | 0.77% | - |
| XYZ | 46.67 | 52.48 | 47.71 | - |
| YUV | 189.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 174 | 0.07 | 0 | 0.11 | 0.23 | 98.18 | 0.16 | 0.73 |
| Hex | B6 | C4 | AE | 7 | 0 | B | 17 | 62 | 10 | 49 |
| Octal | 266 | 304 | 256 | 7 | 0 | 13 | 27 | 142 | 20 | 111 |
| Binary | 10110110 | 11000100 | 10101110 | 111 | 0 | 1011 | 10111 | 1100010 | 10000 | 1001001 |
Color Harmonies of #B6C4AE
Complementary color
Monochromatic Colors of #B6C4AE
Black with #B6C4AE
Text Example
Text Example
White with #B6C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C4AE; }
p { color: rgb(182,196,174); }
H1.HeaderClassName
{
color: #B6C4AE;
}
.AnyTagClassName
{
color: #B6C4AE;
}
</style>
background-color css
<style>
a { background-color: #B6C4AE; }
a { background-color: rgb(182,196,174); }
div.DivClassName
{
background-color: #B6C4AE;
}
.BgClassName
{
background-color: #B6C4AE;
}
</style>
border-color css
<style>
span { border-color: #B6C4AE; }
span { border-color: rgb(182,196,174); }
td.TdClassName
{
border-color: #B6C4AE;
}
.TagClassName
{
border-color: #B6C4AE;
}
</style>