Shades of Pumice #BCC9B0
Tints of Pumice #BCC9B0
RGB
CMYK
RGB Variations
Color information
#BCC9B0 (or 0xBCC9B0) is known color: Pumice. HEX triplet: BC, C9 and B0. RGB value is (188,201,176). Sum of RGB (Red+Green+Blue) = 188+201+176=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9B0 is #43364F. Grayscale: #C2C2C2. Windows color (decimal): -4404816 or 11585980. OLE color: 11585980.
HSL color Cylindrical-coordinate representation of color #BCC9B0: hue angle of 91.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 176 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.21 |
| HSL | 91.2º | 0.19% | 0.74% | - |
| HSV(B) | 91.2º | 0.12% | 0.79% | - |
| XYZ | 49.46 | 55.6 | 49.2 | - |
| YUV | 194.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 176 | 0.06 | 0 | 0.12 | 0.21 | 91.2 | 0.19 | 0.74 |
| Hex | BC | C9 | B0 | 6 | 0 | C | 15 | 5B | 13 | 4A |
| Octal | 274 | 311 | 260 | 6 | 0 | 14 | 25 | 133 | 23 | 112 |
| Binary | 10111100 | 11001001 | 10110000 | 110 | 0 | 1100 | 10101 | 1011011 | 10011 | 1001010 |
Color Harmonies of #BCC9B0
Complementary color
Monochromatic Colors of #BCC9B0
Black with #BCC9B0
Text Example
Text Example
White with #BCC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9B0; }
p { color: rgb(188,201,176); }
H1.HeaderClassName
{
color: #BCC9B0;
}
.AnyTagClassName
{
color: #BCC9B0;
}
</style>
background-color css
<style>
a { background-color: #BCC9B0; }
a { background-color: rgb(188,201,176); }
div.DivClassName
{
background-color: #BCC9B0;
}
.BgClassName
{
background-color: #BCC9B0;
}
</style>
border-color css
<style>
span { border-color: #BCC9B0; }
span { border-color: rgb(188,201,176); }
td.TdClassName
{
border-color: #BCC9B0;
}
.TagClassName
{
border-color: #BCC9B0;
}
</style>