Shades of Pumice #B2BFA8
Tints of Pumice #B2BFA8
RGB
CMYK
RGB Variations
Color information
#B2BFA8 (or 0xB2BFA8) is known color: Pumice. HEX triplet: B2, BF and A8. RGB value is (178,191,168). Sum of RGB (Red+Green+Blue) = 178+191+168=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFA8 is #4D4057. Grayscale: #B8B8B8. Windows color (decimal): -5062744 or 11059122. OLE color: 11059122.
HSL color Cylindrical-coordinate representation of color #B2BFA8: hue angle of 93.91º degrees, saturation: 0.15, 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 #B2BFA8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 168 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.25 |
| HSL | 93.91º | 0.15% | 0.7% | - |
| HSV(B) | 93.91º | 0.12% | 0.75% | - |
| XYZ | 44.06 | 49.55 | 44.29 | - |
| YUV | 184.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 168 | 0.07 | 0 | 0.12 | 0.25 | 93.91 | 0.15 | 0.7 |
| Hex | B2 | BF | A8 | 7 | 0 | C | 19 | 5E | F | 46 |
| Octal | 262 | 277 | 250 | 7 | 0 | 14 | 31 | 136 | 17 | 106 |
| Binary | 10110010 | 10111111 | 10101000 | 111 | 0 | 1100 | 11001 | 1011110 | 1111 | 1000110 |
Color Harmonies of #B2BFA8
Complementary color
Monochromatic Colors of #B2BFA8
Black with #B2BFA8
Text Example
Text Example
White with #B2BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFA8; }
p { color: rgb(178,191,168); }
H1.HeaderClassName
{
color: #B2BFA8;
}
.AnyTagClassName
{
color: #B2BFA8;
}
</style>
background-color css
<style>
a { background-color: #B2BFA8; }
a { background-color: rgb(178,191,168); }
div.DivClassName
{
background-color: #B2BFA8;
}
.BgClassName
{
background-color: #B2BFA8;
}
</style>
border-color css
<style>
span { border-color: #B2BFA8; }
span { border-color: rgb(178,191,168); }
td.TdClassName
{
border-color: #B2BFA8;
}
.TagClassName
{
border-color: #B2BFA8;
}
</style>