Shades of Pumice #B3C5AA
Tints of Pumice #B3C5AA
RGB
CMYK
RGB Variations
Color information
#B3C5AA (or 0xB3C5AA) is known color: Pumice. HEX triplet: B3, C5 and AA. RGB value is (179,197,170). Sum of RGB (Red+Green+Blue) = 179+197+170=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5AA is #4C3A55. Grayscale: #BCBCBC. Windows color (decimal): -4995670 or 11191731. OLE color: 11191731.
HSL color Cylindrical-coordinate representation of color #B3C5AA: hue angle of 100º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C5AA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 170 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.23 |
| HSL | 100º | 0.19% | 0.72% | - |
| HSV(B) | 100º | 0.14% | 0.77% | - |
| XYZ | 45.81 | 52.42 | 45.73 | - |
| YUV | 188.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 170 | 0.09 | 0 | 0.14 | 0.23 | 100 | 0.19 | 0.72 |
| Hex | B3 | C5 | AA | 9 | 0 | E | 17 | 64 | 13 | 48 |
| Octal | 263 | 305 | 252 | 11 | 0 | 16 | 27 | 144 | 23 | 110 |
| Binary | 10110011 | 11000101 | 10101010 | 1001 | 0 | 1110 | 10111 | 1100100 | 10011 | 1001000 |
Color Harmonies of #B3C5AA
Complementary color
Monochromatic Colors of #B3C5AA
Black with #B3C5AA
Text Example
Text Example
White with #B3C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5AA; }
p { color: rgb(179,197,170); }
H1.HeaderClassName
{
color: #B3C5AA;
}
.AnyTagClassName
{
color: #B3C5AA;
}
</style>
background-color css
<style>
a { background-color: #B3C5AA; }
a { background-color: rgb(179,197,170); }
div.DivClassName
{
background-color: #B3C5AA;
}
.BgClassName
{
background-color: #B3C5AA;
}
</style>
border-color css
<style>
span { border-color: #B3C5AA; }
span { border-color: rgb(179,197,170); }
td.TdClassName
{
border-color: #B3C5AA;
}
.TagClassName
{
border-color: #B3C5AA;
}
</style>