Shades of Pumice #B3C1AA
Tints of Pumice #B3C1AA
RGB
CMYK
RGB Variations
Color information
#B3C1AA (or 0xB3C1AA) is known color: Pumice. HEX triplet: B3, C1 and AA. RGB value is (179,193,170). Sum of RGB (Red+Green+Blue) = 179+193+170=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1AA is #4C3E55. Grayscale: #BABABA. Windows color (decimal): -4996694 or 11190707. OLE color: 11190707.
HSL color Cylindrical-coordinate representation of color #B3C1AA: hue angle of 96.52º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C1AA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 170 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.24 |
| HSL | 96.52º | 0.16% | 0.71% | - |
| HSV(B) | 96.52º | 0.12% | 0.76% | - |
| XYZ | 44.92 | 50.63 | 45.43 | - |
| YUV | 186.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 170 | 0.07 | 0 | 0.12 | 0.24 | 96.52 | 0.16 | 0.71 |
| Hex | B3 | C1 | AA | 7 | 0 | C | 18 | 61 | 10 | 47 |
| Octal | 263 | 301 | 252 | 7 | 0 | 14 | 30 | 141 | 20 | 107 |
| Binary | 10110011 | 11000001 | 10101010 | 111 | 0 | 1100 | 11000 | 1100001 | 10000 | 1000111 |
Color Harmonies of #B3C1AA
Complementary color
Monochromatic Colors of #B3C1AA
Black with #B3C1AA
Text Example
Text Example
White with #B3C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1AA; }
p { color: rgb(179,193,170); }
H1.HeaderClassName
{
color: #B3C1AA;
}
.AnyTagClassName
{
color: #B3C1AA;
}
</style>
background-color css
<style>
a { background-color: #B3C1AA; }
a { background-color: rgb(179,193,170); }
div.DivClassName
{
background-color: #B3C1AA;
}
.BgClassName
{
background-color: #B3C1AA;
}
</style>
border-color css
<style>
span { border-color: #B3C1AA; }
span { border-color: rgb(179,193,170); }
td.TdClassName
{
border-color: #B3C1AA;
}
.TagClassName
{
border-color: #B3C1AA;
}
</style>