Shades of Pumice #BCC0B9
Tints of Pumice #BCC0B9
RGB
CMYK
RGB Variations
Color information
#BCC0B9 (or 0xBCC0B9) is known color: Pumice. HEX triplet: BC, C0 and B9. RGB value is (188,192,185). Sum of RGB (Red+Green+Blue) = 188+192+185=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B9 is #433F46. Grayscale: #BEBEBE. Windows color (decimal): -4407111 or 12173500. OLE color: 12173500.
HSL color Cylindrical-coordinate representation of color #BCC0B9: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC0B9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 185 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.25 |
| HSL | 94.29º | 0.05% | 0.74% | - |
| HSV(B) | 94.29º | 0.04% | 0.75% | - |
| XYZ | 48.35 | 51.89 | 53.37 | - |
| YUV | 190.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 185 | 0.02 | 0 | 0.04 | 0.25 | 94.29 | 0.05 | 0.74 |
| Hex | BC | C0 | B9 | 2 | 0 | 4 | 19 | 5E | 5 | 4A |
| Octal | 274 | 300 | 271 | 2 | 0 | 4 | 31 | 136 | 5 | 112 |
| Binary | 10111100 | 11000000 | 10111001 | 10 | 0 | 100 | 11001 | 1011110 | 101 | 1001010 |
Color Harmonies of #BCC0B9
Complementary color
Monochromatic Colors of #BCC0B9
Black with #BCC0B9
Text Example
Text Example
White with #BCC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0B9; }
p { color: rgb(188,192,185); }
H1.HeaderClassName
{
color: #BCC0B9;
}
.AnyTagClassName
{
color: #BCC0B9;
}
</style>
background-color css
<style>
a { background-color: #BCC0B9; }
a { background-color: rgb(188,192,185); }
div.DivClassName
{
background-color: #BCC0B9;
}
.BgClassName
{
background-color: #BCC0B9;
}
</style>
border-color css
<style>
span { border-color: #BCC0B9; }
span { border-color: rgb(188,192,185); }
td.TdClassName
{
border-color: #BCC0B9;
}
.TagClassName
{
border-color: #BCC0B9;
}
</style>