Shades of Pumice #B4C1AA
Tints of Pumice #B4C1AA
RGB
CMYK
RGB Variations
Color information
#B4C1AA (or 0xB4C1AA) is known color: Pumice. HEX triplet: B4, C1 and AA. RGB value is (180,193,170). Sum of RGB (Red+Green+Blue) = 180+193+170=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AA is #4B3E55. Grayscale: #BABABA. Windows color (decimal): -4931158 or 11190708. OLE color: 11190708.
HSL color Cylindrical-coordinate representation of color #B4C1AA: hue angle of 93.91º 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 #B4C1AA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 170 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.24 |
| HSL | 93.91º | 0.16% | 0.71% | - |
| HSV(B) | 93.91º | 0.12% | 0.76% | - |
| XYZ | 45.15 | 50.75 | 45.45 | - |
| YUV | 186.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 170 | 0.07 | 0 | 0.12 | 0.24 | 93.91 | 0.16 | 0.71 |
| Hex | B4 | C1 | AA | 7 | 0 | C | 18 | 5E | 10 | 47 |
| Octal | 264 | 301 | 252 | 7 | 0 | 14 | 30 | 136 | 20 | 107 |
| Binary | 10110100 | 11000001 | 10101010 | 111 | 0 | 1100 | 11000 | 1011110 | 10000 | 1000111 |
Color Harmonies of #B4C1AA
Complementary color
Monochromatic Colors of #B4C1AA
Black with #B4C1AA
Text Example
Text Example
White with #B4C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1AA; }
p { color: rgb(180,193,170); }
H1.HeaderClassName
{
color: #B4C1AA;
}
.AnyTagClassName
{
color: #B4C1AA;
}
</style>
background-color css
<style>
a { background-color: #B4C1AA; }
a { background-color: rgb(180,193,170); }
div.DivClassName
{
background-color: #B4C1AA;
}
.BgClassName
{
background-color: #B4C1AA;
}
</style>
border-color css
<style>
span { border-color: #B4C1AA; }
span { border-color: rgb(180,193,170); }
td.TdClassName
{
border-color: #B4C1AA;
}
.TagClassName
{
border-color: #B4C1AA;
}
</style>