Shades of Pumice #B9CCB0
Tints of Pumice #B9CCB0
RGB
CMYK
RGB Variations
Color information
#B9CCB0 (or 0xB9CCB0) is known color: Pumice. HEX triplet: B9, CC and B0. RGB value is (185,204,176). Sum of RGB (Red+Green+Blue) = 185+204+176=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCB0 is #46334F. Grayscale: #C3C3C3. Windows color (decimal): -4600656 or 11586745. OLE color: 11586745.
HSL color Cylindrical-coordinate representation of color #B9CCB0: hue angle of 100.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9CCB0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 176 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.2 |
| HSL | 100.71º | 0.22% | 0.75% | - |
| HSV(B) | 100.71º | 0.14% | 0.8% | - |
| XYZ | 49.44 | 56.63 | 49.4 | - |
| YUV | 195.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 176 | 0.09 | 0 | 0.14 | 0.2 | 100.71 | 0.22 | 0.75 |
| Hex | B9 | CC | B0 | 9 | 0 | E | 14 | 65 | 16 | 4B |
| Octal | 271 | 314 | 260 | 11 | 0 | 16 | 24 | 145 | 26 | 113 |
| Binary | 10111001 | 11001100 | 10110000 | 1001 | 0 | 1110 | 10100 | 1100101 | 10110 | 1001011 |
Color Harmonies of #B9CCB0
Complementary color
Monochromatic Colors of #B9CCB0
Black with #B9CCB0
Text Example
Text Example
White with #B9CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCB0; }
p { color: rgb(185,204,176); }
H1.HeaderClassName
{
color: #B9CCB0;
}
.AnyTagClassName
{
color: #B9CCB0;
}
</style>
background-color css
<style>
a { background-color: #B9CCB0; }
a { background-color: rgb(185,204,176); }
div.DivClassName
{
background-color: #B9CCB0;
}
.BgClassName
{
background-color: #B9CCB0;
}
</style>
border-color css
<style>
span { border-color: #B9CCB0; }
span { border-color: rgb(185,204,176); }
td.TdClassName
{
border-color: #B9CCB0;
}
.TagClassName
{
border-color: #B9CCB0;
}
</style>