Shades of Pumice #B0C0A5
Tints of Pumice #B0C0A5
RGB
CMYK
RGB Variations
Color information
#B0C0A5 (or 0xB0C0A5) is known color: Pumice. HEX triplet: B0, C0 and A5. RGB value is (176,192,165). Sum of RGB (Red+Green+Blue) = 176+192+165=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0A5 is #4F3F5A. Grayscale: #B8B8B8. Windows color (decimal): -5193563 or 10862768. OLE color: 10862768.
HSL color Cylindrical-coordinate representation of color #B0C0A5: hue angle of 95.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0C0A5 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 165 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.25 |
| HSL | 95.56º | 0.18% | 0.7% | - |
| HSV(B) | 95.56º | 0.14% | 0.75% | - |
| XYZ | 43.55 | 49.65 | 42.88 | - |
| YUV | 184.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 165 | 0.08 | 0 | 0.14 | 0.25 | 95.56 | 0.18 | 0.7 |
| Hex | B0 | C0 | A5 | 8 | 0 | E | 19 | 60 | 12 | 46 |
| Octal | 260 | 300 | 245 | 10 | 0 | 16 | 31 | 140 | 22 | 106 |
| Binary | 10110000 | 11000000 | 10100101 | 1000 | 0 | 1110 | 11001 | 1100000 | 10010 | 1000110 |
Color Harmonies of #B0C0A5
Complementary color
Monochromatic Colors of #B0C0A5
Black with #B0C0A5
Text Example
Text Example
White with #B0C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0A5; }
p { color: rgb(176,192,165); }
H1.HeaderClassName
{
color: #B0C0A5;
}
.AnyTagClassName
{
color: #B0C0A5;
}
</style>
background-color css
<style>
a { background-color: #B0C0A5; }
a { background-color: rgb(176,192,165); }
div.DivClassName
{
background-color: #B0C0A5;
}
.BgClassName
{
background-color: #B0C0A5;
}
</style>
border-color css
<style>
span { border-color: #B0C0A5; }
span { border-color: rgb(176,192,165); }
td.TdClassName
{
border-color: #B0C0A5;
}
.TagClassName
{
border-color: #B0C0A5;
}
</style>