Shades of Pumice #B6BAB2
Tints of Pumice #B6BAB2
RGB
CMYK
RGB Variations
Color information
#B6BAB2 (or 0xB6BAB2) is known color: Pumice. HEX triplet: B6, BA and B2. RGB value is (182,186,178). Sum of RGB (Red+Green+Blue) = 182+186+178=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAB2 is #49454D. Grayscale: #B7B7B7. Windows color (decimal): -4801870 or 11713206. OLE color: 11713206.
HSL color Cylindrical-coordinate representation of color #B6BAB2: hue angle of 90º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6BAB2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 182 | 186 | 178 | - |
CMYK | 0.02 | 0 | 0.04 | 0.27 |
HSL | 90º | 0.05% | 0.71% | - |
HSV(B) | 90º | 0.04% | 0.73% | - |
XYZ | 44.89 | 48.28 | 49.07 | - |
YUV | 183.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 186 | 178 | 0.02 | 0 | 0.04 | 0.27 | 90 | 0.05 | 0.71 |
Hex | B6 | BA | B2 | 2 | 0 | 4 | 1B | 5A | 5 | 47 |
Octal | 266 | 272 | 262 | 2 | 0 | 4 | 33 | 132 | 5 | 107 |
Binary | 10110110 | 10111010 | 10110010 | 10 | 0 | 100 | 11011 | 1011010 | 101 | 1000111 |
Color Harmonies of #B6BAB2
Complementary color
Monochromatic Colors of #B6BAB2
Black with #B6BAB2
Text Example
Text Example
White with #B6BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BAB2; }
p { color: rgb(182,186,178); }
H1.HeaderClassName
{
color: #B6BAB2;
}
.AnyTagClassName
{
color: #B6BAB2;
}
</style>
background-color css
<style>
a { background-color: #B6BAB2; }
a { background-color: rgb(182,186,178); }
div.DivClassName
{
background-color: #B6BAB2;
}
.BgClassName
{
background-color: #B6BAB2;
}
</style>
border-color css
<style>
span { border-color: #B6BAB2; }
span { border-color: rgb(182,186,178); }
td.TdClassName
{
border-color: #B6BAB2;
}
.TagClassName
{
border-color: #B6BAB2;
}
</style>