Shades of Pumice #B9C2B0
Tints of Pumice #B9C2B0
RGB
CMYK
RGB Variations
Color information
#B9C2B0 (or 0xB9C2B0) is known color: Pumice. HEX triplet: B9, C2 and B0. RGB value is (185,194,176). Sum of RGB (Red+Green+Blue) = 185+194+176=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2B0 is #463D4F. Grayscale: #BDBDBD. Windows color (decimal): -4603216 or 11584185. OLE color: 11584185.
HSL color Cylindrical-coordinate representation of color #B9C2B0: hue angle of 90º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C2B0 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 185 | 194 | 176 | - |
CMYK | 0.05 | 0 | 0.09 | 0.24 |
HSL | 90º | 0.13% | 0.73% | - |
HSV(B) | 90º | 0.09% | 0.76% | - |
XYZ | 47.14 | 52.03 | 48.63 | - |
YUV | 189.26 | 120.52 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 194 | 176 | 0.05 | 0 | 0.09 | 0.24 | 90 | 0.13 | 0.73 |
Hex | B9 | C2 | B0 | 5 | 0 | 9 | 18 | 5A | D | 49 |
Octal | 271 | 302 | 260 | 5 | 0 | 11 | 30 | 132 | 15 | 111 |
Binary | 10111001 | 11000010 | 10110000 | 101 | 0 | 1001 | 11000 | 1011010 | 1101 | 1001001 |
Color Harmonies of #B9C2B0
Complementary color
Monochromatic Colors of #B9C2B0
Black with #B9C2B0
Text Example
Text Example
White with #B9C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2B0; }
p { color: rgb(185,194,176); }
H1.HeaderClassName
{
color: #B9C2B0;
}
.AnyTagClassName
{
color: #B9C2B0;
}
</style>
background-color css
<style>
a { background-color: #B9C2B0; }
a { background-color: rgb(185,194,176); }
div.DivClassName
{
background-color: #B9C2B0;
}
.BgClassName
{
background-color: #B9C2B0;
}
</style>
border-color css
<style>
span { border-color: #B9C2B0; }
span { border-color: rgb(185,194,176); }
td.TdClassName
{
border-color: #B9C2B0;
}
.TagClassName
{
border-color: #B9C2B0;
}
</style>