Shades of Pumice #B2C0A8
Tints of Pumice #B2C0A8
RGB
CMYK
RGB Variations
Color information
#B2C0A8 (or 0xB2C0A8) is known color: Pumice. HEX triplet: B2, C0 and A8. RGB value is (178,192,168). Sum of RGB (Red+Green+Blue) = 178+192+168=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C0A8 is #4D3F57. Grayscale: #B9B9B9. Windows color (decimal): -5062488 or 11059378. OLE color: 11059378.
HSL color Cylindrical-coordinate representation of color #B2C0A8: hue angle of 95º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2C0A8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 168 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.25 |
| HSL | 95º | 0.16% | 0.71% | - |
| HSV(B) | 95º | 0.13% | 0.75% | - |
| XYZ | 44.28 | 49.99 | 44.36 | - |
| YUV | 185.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 168 | 0.07 | 0 | 0.12 | 0.25 | 95 | 0.16 | 0.71 |
| Hex | B2 | C0 | A8 | 7 | 0 | C | 19 | 5F | 10 | 47 |
| Octal | 262 | 300 | 250 | 7 | 0 | 14 | 31 | 137 | 20 | 107 |
| Binary | 10110010 | 11000000 | 10101000 | 111 | 0 | 1100 | 11001 | 1011111 | 10000 | 1000111 |
Color Harmonies of #B2C0A8
Complementary color
Monochromatic Colors of #B2C0A8
Black with #B2C0A8
Text Example
Text Example
White with #B2C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0A8; }
p { color: rgb(178,192,168); }
H1.HeaderClassName
{
color: #B2C0A8;
}
.AnyTagClassName
{
color: #B2C0A8;
}
</style>
background-color css
<style>
a { background-color: #B2C0A8; }
a { background-color: rgb(178,192,168); }
div.DivClassName
{
background-color: #B2C0A8;
}
.BgClassName
{
background-color: #B2C0A8;
}
</style>
border-color css
<style>
span { border-color: #B2C0A8; }
span { border-color: rgb(178,192,168); }
td.TdClassName
{
border-color: #B2C0A8;
}
.TagClassName
{
border-color: #B2C0A8;
}
</style>