Shades of Pumice #B9CBB0
Tints of Pumice #B9CBB0
RGB
CMYK
RGB Variations
Color information
#B9CBB0 (or 0xB9CBB0) is known color: Pumice. HEX triplet: B9, CB and B0. RGB value is (185,203,176). Sum of RGB (Red+Green+Blue) = 185+203+176=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBB0 is #46344F. Grayscale: #C2C2C2. Windows color (decimal): -4600912 or 11586489. OLE color: 11586489.
HSL color Cylindrical-coordinate representation of color #B9CBB0: hue angle of 100º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CBB0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 176 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.20 |
| HSL | 100º | 0.21% | 0.74% | - |
| HSV(B) | 100º | 0.13% | 0.8% | - |
| XYZ | 49.2 | 56.16 | 49.32 | - |
| YUV | 194.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 176 | 0.09 | 0 | 0.13 | 0.20 | 100 | 0.21 | 0.74 |
| Hex | B9 | CB | B0 | 9 | 0 | D | 14 | 64 | 15 | 4A |
| Octal | 271 | 313 | 260 | 11 | 0 | 15 | 24 | 144 | 25 | 112 |
| Binary | 10111001 | 11001011 | 10110000 | 1001 | 0 | 1101 | 10100 | 1100100 | 10101 | 1001010 |
Color Harmonies of #B9CBB0
Complementary color
Monochromatic Colors of #B9CBB0
Black with #B9CBB0
Text Example
Text Example
White with #B9CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBB0; }
p { color: rgb(185,203,176); }
H1.HeaderClassName
{
color: #B9CBB0;
}
.AnyTagClassName
{
color: #B9CBB0;
}
</style>
background-color css
<style>
a { background-color: #B9CBB0; }
a { background-color: rgb(185,203,176); }
div.DivClassName
{
background-color: #B9CBB0;
}
.BgClassName
{
background-color: #B9CBB0;
}
</style>
border-color css
<style>
span { border-color: #B9CBB0; }
span { border-color: rgb(185,203,176); }
td.TdClassName
{
border-color: #B9CBB0;
}
.TagClassName
{
border-color: #B9CBB0;
}
</style>