Shades of Pumice #B0BEA8
Tints of Pumice #B0BEA8
RGB
CMYK
RGB Variations
Color information
#B0BEA8 (or 0xB0BEA8) is known color: Pumice. HEX triplet: B0, BE and A8. RGB value is (176,190,168). Sum of RGB (Red+Green+Blue) = 176+190+168=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEA8 is #4F4157. Grayscale: #B7B7B7. Windows color (decimal): -5194072 or 11058864. OLE color: 11058864.
HSL color Cylindrical-coordinate representation of color #B0BEA8: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 176 | 190 | 168 | - |
CMYK | 0.07 | 0 | 0.12 | 0.25 |
HSL | 98.18º | 0.14% | 0.7% | - |
HSV(B) | 98.18º | 0.12% | 0.75% | - |
XYZ | 43.39 | 48.88 | 44.19 | - |
YUV | 183.31 | 119.36 | 122.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 190 | 168 | 0.07 | 0 | 0.12 | 0.25 | 98.18 | 0.14 | 0.7 |
Hex | B0 | BE | A8 | 7 | 0 | C | 19 | 62 | E | 46 |
Octal | 260 | 276 | 250 | 7 | 0 | 14 | 31 | 142 | 16 | 106 |
Binary | 10110000 | 10111110 | 10101000 | 111 | 0 | 1100 | 11001 | 1100010 | 1110 | 1000110 |
Color Harmonies of #B0BEA8
Complementary color
Monochromatic Colors of #B0BEA8
Black with #B0BEA8
Text Example
Text Example
White with #B0BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEA8; }
p { color: rgb(176,190,168); }
H1.HeaderClassName
{
color: #B0BEA8;
}
.AnyTagClassName
{
color: #B0BEA8;
}
</style>
background-color css
<style>
a { background-color: #B0BEA8; }
a { background-color: rgb(176,190,168); }
div.DivClassName
{
background-color: #B0BEA8;
}
.BgClassName
{
background-color: #B0BEA8;
}
</style>
border-color css
<style>
span { border-color: #B0BEA8; }
span { border-color: rgb(176,190,168); }
td.TdClassName
{
border-color: #B0BEA8;
}
.TagClassName
{
border-color: #B0BEA8;
}
</style>