Shades of Pumice #B3C1AB
Tints of Pumice #B3C1AB
RGB
CMYK
RGB Variations
Color information
#B3C1AB (or 0xB3C1AB) is known color: Pumice. HEX triplet: B3, C1 and AB. RGB value is (179,193,171). Sum of RGB (Red+Green+Blue) = 179+193+171=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1AB is #4C3E54. Grayscale: #BABABA. Windows color (decimal): -4996693 or 11256243. OLE color: 11256243.
HSL color Cylindrical-coordinate representation of color #B3C1AB: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C1AB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 171 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.24 |
| HSL | 98.18º | 0.15% | 0.71% | - |
| HSV(B) | 98.18º | 0.11% | 0.76% | - |
| XYZ | 45.01 | 50.66 | 45.93 | - |
| YUV | 186.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 171 | 0.07 | 0 | 0.11 | 0.24 | 98.18 | 0.15 | 0.71 |
| Hex | B3 | C1 | AB | 7 | 0 | B | 18 | 62 | F | 47 |
| Octal | 263 | 301 | 253 | 7 | 0 | 13 | 30 | 142 | 17 | 107 |
| Binary | 10110011 | 11000001 | 10101011 | 111 | 0 | 1011 | 11000 | 1100010 | 1111 | 1000111 |
Color Harmonies of #B3C1AB
Complementary color
Monochromatic Colors of #B3C1AB
Black with #B3C1AB
Text Example
Text Example
White with #B3C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1AB; }
p { color: rgb(179,193,171); }
H1.HeaderClassName
{
color: #B3C1AB;
}
.AnyTagClassName
{
color: #B3C1AB;
}
</style>
background-color css
<style>
a { background-color: #B3C1AB; }
a { background-color: rgb(179,193,171); }
div.DivClassName
{
background-color: #B3C1AB;
}
.BgClassName
{
background-color: #B3C1AB;
}
</style>
border-color css
<style>
span { border-color: #B3C1AB; }
span { border-color: rgb(179,193,171); }
td.TdClassName
{
border-color: #B3C1AB;
}
.TagClassName
{
border-color: #B3C1AB;
}
</style>