Shades of Pumice #B2BDAB
Tints of Pumice #B2BDAB
RGB
CMYK
RGB Variations
Color information
#B2BDAB (or 0xB2BDAB) is known color: Pumice. HEX triplet: B2, BD and AB. RGB value is (178,189,171). Sum of RGB (Red+Green+Blue) = 178+189+171=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDAB is #4D4254. Grayscale: #B7B7B7. Windows color (decimal): -5063253 or 11255218. OLE color: 11255218.
HSL color Cylindrical-coordinate representation of color #B2BDAB: hue angle of 96.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BDAB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 171 | - |
CMYK | 0.06 | 0 | 0.10 | 0.26 |
HSL | 96.67º | 0.12% | 0.71% | - |
HSV(B) | 96.67º | 0.1% | 0.74% | - |
XYZ | 43.91 | 48.8 | 45.63 | - |
YUV | 183.66 | 120.86 | 123.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 171 | 0.06 | 0 | 0.10 | 0.26 | 96.67 | 0.12 | 0.71 |
Hex | B2 | BD | AB | 6 | 0 | A | 1A | 61 | C | 47 |
Octal | 262 | 275 | 253 | 6 | 0 | 12 | 32 | 141 | 14 | 107 |
Binary | 10110010 | 10111101 | 10101011 | 110 | 0 | 1010 | 11010 | 1100001 | 1100 | 1000111 |
Color Harmonies of #B2BDAB
Complementary color
Monochromatic Colors of #B2BDAB
Black with #B2BDAB
Text Example
Text Example
White with #B2BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDAB; }
p { color: rgb(178,189,171); }
H1.HeaderClassName
{
color: #B2BDAB;
}
.AnyTagClassName
{
color: #B2BDAB;
}
</style>
background-color css
<style>
a { background-color: #B2BDAB; }
a { background-color: rgb(178,189,171); }
div.DivClassName
{
background-color: #B2BDAB;
}
.BgClassName
{
background-color: #B2BDAB;
}
</style>
border-color css
<style>
span { border-color: #B2BDAB; }
span { border-color: rgb(178,189,171); }
td.TdClassName
{
border-color: #B2BDAB;
}
.TagClassName
{
border-color: #B2BDAB;
}
</style>