Shades of Pumice #BCCBB1
Tints of Pumice #BCCBB1
RGB
CMYK
RGB Variations
Color information
#BCCBB1 (or 0xBCCBB1) is known color: Pumice. HEX triplet: BC, CB and B1. RGB value is (188,203,177). Sum of RGB (Red+Green+Blue) = 188+203+177=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBB1 is #43344E. Grayscale: #C3C3C3. Windows color (decimal): -4404303 or 11652028. OLE color: 11652028.
HSL color Cylindrical-coordinate representation of color #BCCBB1: hue angle of 94.62º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 177 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.20 |
| HSL | 94.62º | 0.2% | 0.75% | - |
| HSV(B) | 94.62º | 0.13% | 0.8% | - |
| XYZ | 50.03 | 56.58 | 49.88 | - |
| YUV | 195.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 177 | 0.07 | 0 | 0.13 | 0.20 | 94.62 | 0.2 | 0.75 |
| Hex | BC | CB | B1 | 7 | 0 | D | 14 | 5F | 14 | 4B |
| Octal | 274 | 313 | 261 | 7 | 0 | 15 | 24 | 137 | 24 | 113 |
| Binary | 10111100 | 11001011 | 10110001 | 111 | 0 | 1101 | 10100 | 1011111 | 10100 | 1001011 |
Color Harmonies of #BCCBB1
Complementary color
Monochromatic Colors of #BCCBB1
Black with #BCCBB1
Text Example
Text Example
White with #BCCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBB1; }
p { color: rgb(188,203,177); }
H1.HeaderClassName
{
color: #BCCBB1;
}
.AnyTagClassName
{
color: #BCCBB1;
}
</style>
background-color css
<style>
a { background-color: #BCCBB1; }
a { background-color: rgb(188,203,177); }
div.DivClassName
{
background-color: #BCCBB1;
}
.BgClassName
{
background-color: #BCCBB1;
}
</style>
border-color css
<style>
span { border-color: #BCCBB1; }
span { border-color: rgb(188,203,177); }
td.TdClassName
{
border-color: #BCCBB1;
}
.TagClassName
{
border-color: #BCCBB1;
}
</style>