Shades of Pumice #B2C3A9
Tints of Pumice #B2C3A9
RGB
CMYK
RGB Variations
Color information
#B2C3A9 (or 0xB2C3A9) is known color: Pumice. HEX triplet: B2, C3 and A9. RGB value is (178,195,169). Sum of RGB (Red+Green+Blue) = 178+195+169=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3A9 is #4D3C56. Grayscale: #BBBBBB. Windows color (decimal): -5061719 or 11125682. OLE color: 11125682.
HSL color Cylindrical-coordinate representation of color #B2C3A9: hue angle of 99.23º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C3A9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 169 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.24 |
| HSL | 99.23º | 0.18% | 0.71% | - |
| HSV(B) | 99.23º | 0.13% | 0.76% | - |
| XYZ | 45.04 | 51.36 | 45.08 | - |
| YUV | 186.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 169 | 0.09 | 0 | 0.13 | 0.24 | 99.23 | 0.18 | 0.71 |
| Hex | B2 | C3 | A9 | 9 | 0 | D | 18 | 63 | 12 | 47 |
| Octal | 262 | 303 | 251 | 11 | 0 | 15 | 30 | 143 | 22 | 107 |
| Binary | 10110010 | 11000011 | 10101001 | 1001 | 0 | 1101 | 11000 | 1100011 | 10010 | 1000111 |
Color Harmonies of #B2C3A9
Complementary color
Monochromatic Colors of #B2C3A9
Black with #B2C3A9
Text Example
Text Example
White with #B2C3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3A9; }
p { color: rgb(178,195,169); }
H1.HeaderClassName
{
color: #B2C3A9;
}
.AnyTagClassName
{
color: #B2C3A9;
}
</style>
background-color css
<style>
a { background-color: #B2C3A9; }
a { background-color: rgb(178,195,169); }
div.DivClassName
{
background-color: #B2C3A9;
}
.BgClassName
{
background-color: #B2C3A9;
}
</style>
border-color css
<style>
span { border-color: #B2C3A9; }
span { border-color: rgb(178,195,169); }
td.TdClassName
{
border-color: #B2C3A9;
}
.TagClassName
{
border-color: #B2C3A9;
}
</style>