Shades of Pumice #B4BAB1
Tints of Pumice #B4BAB1
RGB
CMYK
RGB Variations
Color information
#B4BAB1 (or 0xB4BAB1) is known color: Pumice. HEX triplet: B4, BA and B1. RGB value is (180,186,177). Sum of RGB (Red+Green+Blue) = 180+186+177=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAB1 is #4B454E. Grayscale: #B7B7B7. Windows color (decimal): -4932943 or 11647668. OLE color: 11647668.
HSL color Cylindrical-coordinate representation of color #B4BAB1: hue angle of 100º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BAB1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 177 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.27 |
| HSL | 100º | 0.06% | 0.71% | - |
| HSV(B) | 100º | 0.05% | 0.73% | - |
| XYZ | 44.32 | 48 | 48.52 | - |
| YUV | 183.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 177 | 0.03 | 0 | 0.05 | 0.27 | 100 | 0.06 | 0.71 |
| Hex | B4 | BA | B1 | 3 | 0 | 5 | 1B | 64 | 6 | 47 |
| Octal | 264 | 272 | 261 | 3 | 0 | 5 | 33 | 144 | 6 | 107 |
| Binary | 10110100 | 10111010 | 10110001 | 11 | 0 | 101 | 11011 | 1100100 | 110 | 1000111 |
Color Harmonies of #B4BAB1
Complementary color
Monochromatic Colors of #B4BAB1
Black with #B4BAB1
Text Example
Text Example
White with #B4BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAB1; }
p { color: rgb(180,186,177); }
H1.HeaderClassName
{
color: #B4BAB1;
}
.AnyTagClassName
{
color: #B4BAB1;
}
</style>
background-color css
<style>
a { background-color: #B4BAB1; }
a { background-color: rgb(180,186,177); }
div.DivClassName
{
background-color: #B4BAB1;
}
.BgClassName
{
background-color: #B4BAB1;
}
</style>
border-color css
<style>
span { border-color: #B4BAB1; }
span { border-color: rgb(180,186,177); }
td.TdClassName
{
border-color: #B4BAB1;
}
.TagClassName
{
border-color: #B4BAB1;
}
</style>