Shades of Pumice #B0BDA6
Tints of Pumice #B0BDA6
RGB
CMYK
RGB Variations
Color information
#B0BDA6 (or 0xB0BDA6) is known color: Pumice. HEX triplet: B0, BD and A6. RGB value is (176,189,166). Sum of RGB (Red+Green+Blue) = 176+189+166=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDA6 is #4F4259. Grayscale: #B6B6B6. Windows color (decimal): -5194330 or 10927536. OLE color: 10927536.
HSL color Cylindrical-coordinate representation of color #B0BDA6: hue angle of 93.91º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BDA6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 166 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.26 |
| HSL | 93.91º | 0.15% | 0.7% | - |
| HSV(B) | 93.91º | 0.12% | 0.74% | - |
| XYZ | 42.99 | 48.38 | 43.15 | - |
| YUV | 182.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 166 | 0.07 | 0 | 0.12 | 0.26 | 93.91 | 0.15 | 0.7 |
| Hex | B0 | BD | A6 | 7 | 0 | C | 1A | 5E | F | 46 |
| Octal | 260 | 275 | 246 | 7 | 0 | 14 | 32 | 136 | 17 | 106 |
| Binary | 10110000 | 10111101 | 10100110 | 111 | 0 | 1100 | 11010 | 1011110 | 1111 | 1000110 |
Color Harmonies of #B0BDA6
Complementary color
Monochromatic Colors of #B0BDA6
Black with #B0BDA6
Text Example
Text Example
White with #B0BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDA6; }
p { color: rgb(176,189,166); }
H1.HeaderClassName
{
color: #B0BDA6;
}
.AnyTagClassName
{
color: #B0BDA6;
}
</style>
background-color css
<style>
a { background-color: #B0BDA6; }
a { background-color: rgb(176,189,166); }
div.DivClassName
{
background-color: #B0BDA6;
}
.BgClassName
{
background-color: #B0BDA6;
}
</style>
border-color css
<style>
span { border-color: #B0BDA6; }
span { border-color: rgb(176,189,166); }
td.TdClassName
{
border-color: #B0BDA6;
}
.TagClassName
{
border-color: #B0BDA6;
}
</style>