Shades of Pumice #B0BFA4
Tints of Pumice #B0BFA4
RGB
CMYK
RGB Variations
Color information
#B0BFA4 (or 0xB0BFA4) is known color: Pumice. HEX triplet: B0, BF and A4. RGB value is (176,191,164). Sum of RGB (Red+Green+Blue) = 176+191+164=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFA4 is #4F405B. Grayscale: #B7B7B7. Windows color (decimal): -5193820 or 10796976. OLE color: 10796976.
HSL color Cylindrical-coordinate representation of color #B0BFA4: hue angle of 93.33º degrees, saturation: 0.17, 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 #B0BFA4 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 164 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.25 |
| HSL | 93.33º | 0.17% | 0.7% | - |
| HSV(B) | 93.33º | 0.14% | 0.75% | - |
| XYZ | 43.24 | 49.17 | 42.33 | - |
| YUV | 183.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 164 | 0.08 | 0 | 0.14 | 0.25 | 93.33 | 0.17 | 0.7 |
| Hex | B0 | BF | A4 | 8 | 0 | E | 19 | 5D | 11 | 46 |
| Octal | 260 | 277 | 244 | 10 | 0 | 16 | 31 | 135 | 21 | 106 |
| Binary | 10110000 | 10111111 | 10100100 | 1000 | 0 | 1110 | 11001 | 1011101 | 10001 | 1000110 |
Color Harmonies of #B0BFA4
Complementary color
Monochromatic Colors of #B0BFA4
Black with #B0BFA4
Text Example
Text Example
White with #B0BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFA4; }
p { color: rgb(176,191,164); }
H1.HeaderClassName
{
color: #B0BFA4;
}
.AnyTagClassName
{
color: #B0BFA4;
}
</style>
background-color css
<style>
a { background-color: #B0BFA4; }
a { background-color: rgb(176,191,164); }
div.DivClassName
{
background-color: #B0BFA4;
}
.BgClassName
{
background-color: #B0BFA4;
}
</style>
border-color css
<style>
span { border-color: #B0BFA4; }
span { border-color: rgb(176,191,164); }
td.TdClassName
{
border-color: #B0BFA4;
}
.TagClassName
{
border-color: #B0BFA4;
}
</style>