Shades of Pumice #B9C0B2
Tints of Pumice #B9C0B2
RGB
CMYK
RGB Variations
Color information
#B9C0B2 (or 0xB9C0B2) is known color: Pumice. HEX triplet: B9, C0 and B2. RGB value is (185,192,178). Sum of RGB (Red+Green+Blue) = 185+192+178=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0B2 is #463F4D. Grayscale: #BCBCBC. Windows color (decimal): -4603726 or 11714745. OLE color: 11714745.
HSL color Cylindrical-coordinate representation of color #B9C0B2: hue angle of 90º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C0B2 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 178 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.25 |
| HSL | 90º | 0.1% | 0.73% | - |
| HSV(B) | 90º | 0.07% | 0.75% | - |
| XYZ | 46.89 | 51.23 | 49.54 | - |
| YUV | 188.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 178 | 0.04 | 0 | 0.07 | 0.25 | 90 | 0.1 | 0.73 |
| Hex | B9 | C0 | B2 | 4 | 0 | 7 | 19 | 5A | A | 49 |
| Octal | 271 | 300 | 262 | 4 | 0 | 7 | 31 | 132 | 12 | 111 |
| Binary | 10111001 | 11000000 | 10110010 | 100 | 0 | 111 | 11001 | 1011010 | 1010 | 1001001 |
Color Harmonies of #B9C0B2
Complementary color
Monochromatic Colors of #B9C0B2
Black with #B9C0B2
Text Example
Text Example
White with #B9C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C0B2; }
p { color: rgb(185,192,178); }
H1.HeaderClassName
{
color: #B9C0B2;
}
.AnyTagClassName
{
color: #B9C0B2;
}
</style>
background-color css
<style>
a { background-color: #B9C0B2; }
a { background-color: rgb(185,192,178); }
div.DivClassName
{
background-color: #B9C0B2;
}
.BgClassName
{
background-color: #B9C0B2;
}
</style>
border-color css
<style>
span { border-color: #B9C0B2; }
span { border-color: rgb(185,192,178); }
td.TdClassName
{
border-color: #B9C0B2;
}
.TagClassName
{
border-color: #B9C0B2;
}
</style>