Shades of Pumice #B2C3A8
Tints of Pumice #B2C3A8
RGB
CMYK
RGB Variations
Color information
#B2C3A8 (or 0xB2C3A8) is known color: Pumice. HEX triplet: B2, C3 and A8. RGB value is (178,195,168). Sum of RGB (Red+Green+Blue) = 178+195+168=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3A8 is #4D3C57. Grayscale: #BABABA. Windows color (decimal): -5061720 or 11060146. OLE color: 11060146.
HSL color Cylindrical-coordinate representation of color #B2C3A8: hue angle of 97.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C3A8 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 168 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.24 |
| HSL | 97.78º | 0.18% | 0.71% | - |
| HSV(B) | 97.78º | 0.14% | 0.76% | - |
| XYZ | 44.94 | 51.32 | 44.58 | - |
| YUV | 186.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 168 | 0.09 | 0 | 0.14 | 0.24 | 97.78 | 0.18 | 0.71 |
| Hex | B2 | C3 | A8 | 9 | 0 | E | 18 | 62 | 12 | 47 |
| Octal | 262 | 303 | 250 | 11 | 0 | 16 | 30 | 142 | 22 | 107 |
| Binary | 10110010 | 11000011 | 10101000 | 1001 | 0 | 1110 | 11000 | 1100010 | 10010 | 1000111 |
Color Harmonies of #B2C3A8
Complementary color
Monochromatic Colors of #B2C3A8
Black with #B2C3A8
Text Example
Text Example
White with #B2C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3A8; }
p { color: rgb(178,195,168); }
H1.HeaderClassName
{
color: #B2C3A8;
}
.AnyTagClassName
{
color: #B2C3A8;
}
</style>
background-color css
<style>
a { background-color: #B2C3A8; }
a { background-color: rgb(178,195,168); }
div.DivClassName
{
background-color: #B2C3A8;
}
.BgClassName
{
background-color: #B2C3A8;
}
</style>
border-color css
<style>
span { border-color: #B2C3A8; }
span { border-color: rgb(178,195,168); }
td.TdClassName
{
border-color: #B2C3A8;
}
.TagClassName
{
border-color: #B2C3A8;
}
</style>