Shades of Pumice #B7BAB4
Tints of Pumice #B7BAB4
RGB
CMYK
RGB Variations
Color information
#B7BAB4 (or 0xB7BAB4) is known color: Pumice. HEX triplet: B7, BA and B4. RGB value is (183,186,180). Sum of RGB (Red+Green+Blue) = 183+186+180=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAB4 is #48454B. Grayscale: #B8B8B8. Windows color (decimal): -4736332 or 11844279. OLE color: 11844279.
HSL color Cylindrical-coordinate representation of color #B7BAB4: hue angle of 90º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BAB4 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 186 | 180 | - |
CMYK | 0.02 | 0 | 0.03 | 0.27 |
HSL | 90º | 0.04% | 0.72% | - |
HSV(B) | 90º | 0.03% | 0.73% | - |
XYZ | 45.33 | 48.48 | 50.15 | - |
YUV | 184.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 180 | 0.02 | 0 | 0.03 | 0.27 | 90 | 0.04 | 0.72 |
Hex | B7 | BA | B4 | 2 | 0 | 3 | 1B | 5A | 4 | 48 |
Octal | 267 | 272 | 264 | 2 | 0 | 3 | 33 | 132 | 4 | 110 |
Binary | 10110111 | 10111010 | 10110100 | 10 | 0 | 11 | 11011 | 1011010 | 100 | 1001000 |
Color Harmonies of #B7BAB4
Complementary color
Monochromatic Colors of #B7BAB4
Black with #B7BAB4
Text Example
Text Example
White with #B7BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAB4; }
p { color: rgb(183,186,180); }
H1.HeaderClassName
{
color: #B7BAB4;
}
.AnyTagClassName
{
color: #B7BAB4;
}
</style>
background-color css
<style>
a { background-color: #B7BAB4; }
a { background-color: rgb(183,186,180); }
div.DivClassName
{
background-color: #B7BAB4;
}
.BgClassName
{
background-color: #B7BAB4;
}
</style>
border-color css
<style>
span { border-color: #B7BAB4; }
span { border-color: rgb(183,186,180); }
td.TdClassName
{
border-color: #B7BAB4;
}
.TagClassName
{
border-color: #B7BAB4;
}
</style>