Shades of Pumice #BCCAB0
Tints of Pumice #BCCAB0
RGB
CMYK
RGB Variations
Color information
#BCCAB0 (or 0xBCCAB0) is known color: Pumice. HEX triplet: BC, CA and B0. RGB value is (188,202,176). Sum of RGB (Red+Green+Blue) = 188+202+176=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAB0 is #43354F. Grayscale: #C2C2C2. Windows color (decimal): -4404560 or 11586236. OLE color: 11586236.
HSL color Cylindrical-coordinate representation of color #BCCAB0: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCAB0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 176 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.21 |
| HSL | 92.31º | 0.2% | 0.74% | - |
| HSV(B) | 92.31º | 0.13% | 0.79% | - |
| XYZ | 49.7 | 56.07 | 49.28 | - |
| YUV | 194.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 176 | 0.07 | 0 | 0.13 | 0.21 | 92.31 | 0.2 | 0.74 |
| Hex | BC | CA | B0 | 7 | 0 | D | 15 | 5C | 14 | 4A |
| Octal | 274 | 312 | 260 | 7 | 0 | 15 | 25 | 134 | 24 | 112 |
| Binary | 10111100 | 11001010 | 10110000 | 111 | 0 | 1101 | 10101 | 1011100 | 10100 | 1001010 |
Color Harmonies of #BCCAB0
Complementary color
Monochromatic Colors of #BCCAB0
Black with #BCCAB0
Text Example
Text Example
White with #BCCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAB0; }
p { color: rgb(188,202,176); }
H1.HeaderClassName
{
color: #BCCAB0;
}
.AnyTagClassName
{
color: #BCCAB0;
}
</style>
background-color css
<style>
a { background-color: #BCCAB0; }
a { background-color: rgb(188,202,176); }
div.DivClassName
{
background-color: #BCCAB0;
}
.BgClassName
{
background-color: #BCCAB0;
}
</style>
border-color css
<style>
span { border-color: #BCCAB0; }
span { border-color: rgb(188,202,176); }
td.TdClassName
{
border-color: #BCCAB0;
}
.TagClassName
{
border-color: #BCCAB0;
}
</style>