Shades of Pumice #B1C0A8
Tints of Pumice #B1C0A8
RGB
CMYK
RGB Variations
Color information
#B1C0A8 (or 0xB1C0A8) is known color: Pumice. HEX triplet: B1, C0 and A8. RGB value is (177,192,168). Sum of RGB (Red+Green+Blue) = 177+192+168=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0A8 is #4E3F57. Grayscale: #B8B8B8. Windows color (decimal): -5128024 or 11059377. OLE color: 11059377.
HSL color Cylindrical-coordinate representation of color #B1C0A8: hue angle of 97.5º 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 #B1C0A8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 168 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.25 |
| HSL | 97.5º | 0.16% | 0.71% | - |
| HSV(B) | 97.5º | 0.13% | 0.75% | - |
| XYZ | 44.05 | 49.87 | 44.35 | - |
| YUV | 184.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 168 | 0.08 | 0 | 0.12 | 0.25 | 97.5 | 0.16 | 0.71 |
| Hex | B1 | C0 | A8 | 8 | 0 | C | 19 | 62 | 10 | 47 |
| Octal | 261 | 300 | 250 | 10 | 0 | 14 | 31 | 142 | 20 | 107 |
| Binary | 10110001 | 11000000 | 10101000 | 1000 | 0 | 1100 | 11001 | 1100010 | 10000 | 1000111 |
Color Harmonies of #B1C0A8
Complementary color
Monochromatic Colors of #B1C0A8
Black with #B1C0A8
Text Example
Text Example
White with #B1C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0A8; }
p { color: rgb(177,192,168); }
H1.HeaderClassName
{
color: #B1C0A8;
}
.AnyTagClassName
{
color: #B1C0A8;
}
</style>
background-color css
<style>
a { background-color: #B1C0A8; }
a { background-color: rgb(177,192,168); }
div.DivClassName
{
background-color: #B1C0A8;
}
.BgClassName
{
background-color: #B1C0A8;
}
</style>
border-color css
<style>
span { border-color: #B1C0A8; }
span { border-color: rgb(177,192,168); }
td.TdClassName
{
border-color: #B1C0A8;
}
.TagClassName
{
border-color: #B1C0A8;
}
</style>