Shades of Pumice #BCCBB3
Tints of Pumice #BCCBB3
RGB
CMYK
RGB Variations
Color information
#BCCBB3 (or 0xBCCBB3) is known color: Pumice. HEX triplet: BC, CB and B3. RGB value is (188,203,179). Sum of RGB (Red+Green+Blue) = 188+203+179=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBB3 is #43344C. Grayscale: #C3C3C3. Windows color (decimal): -4404301 or 11783100. OLE color: 11783100.
HSL color Cylindrical-coordinate representation of color #BCCBB3: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCBB3 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 179 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.20 |
| HSL | 97.5º | 0.19% | 0.75% | - |
| HSV(B) | 97.5º | 0.12% | 0.8% | - |
| XYZ | 50.23 | 56.66 | 50.94 | - |
| YUV | 195.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 179 | 0.07 | 0 | 0.12 | 0.20 | 97.5 | 0.19 | 0.75 |
| Hex | BC | CB | B3 | 7 | 0 | C | 14 | 62 | 13 | 4B |
| Octal | 274 | 313 | 263 | 7 | 0 | 14 | 24 | 142 | 23 | 113 |
| Binary | 10111100 | 11001011 | 10110011 | 111 | 0 | 1100 | 10100 | 1100010 | 10011 | 1001011 |
Color Harmonies of #BCCBB3
Complementary color
Monochromatic Colors of #BCCBB3
Black with #BCCBB3
Text Example
Text Example
White with #BCCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBB3; }
p { color: rgb(188,203,179); }
H1.HeaderClassName
{
color: #BCCBB3;
}
.AnyTagClassName
{
color: #BCCBB3;
}
</style>
background-color css
<style>
a { background-color: #BCCBB3; }
a { background-color: rgb(188,203,179); }
div.DivClassName
{
background-color: #BCCBB3;
}
.BgClassName
{
background-color: #BCCBB3;
}
</style>
border-color css
<style>
span { border-color: #BCCBB3; }
span { border-color: rgb(188,203,179); }
td.TdClassName
{
border-color: #BCCBB3;
}
.TagClassName
{
border-color: #BCCBB3;
}
</style>