Shades of Pumice #BCCCB2
Tints of Pumice #BCCCB2
RGB
CMYK
RGB Variations
Color information
#BCCCB2 (or 0xBCCCB2) is known color: Pumice. HEX triplet: BC, CC and B2. RGB value is (188,204,178). Sum of RGB (Red+Green+Blue) = 188+204+178=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCB2 is #43334D. Grayscale: #C4C4C4. Windows color (decimal): -4404046 or 11717820. OLE color: 11717820.
HSL color Cylindrical-coordinate representation of color #BCCCB2: hue angle of 96.92º 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 #BCCCB2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 178 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.2 |
| HSL | 96.92º | 0.2% | 0.75% | - |
| HSV(B) | 96.92º | 0.13% | 0.8% | - |
| XYZ | 50.37 | 57.09 | 50.48 | - |
| YUV | 196.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 178 | 0.08 | 0 | 0.13 | 0.2 | 96.92 | 0.2 | 0.75 |
| Hex | BC | CC | B2 | 8 | 0 | D | 14 | 61 | 14 | 4B |
| Octal | 274 | 314 | 262 | 10 | 0 | 15 | 24 | 141 | 24 | 113 |
| Binary | 10111100 | 11001100 | 10110010 | 1000 | 0 | 1101 | 10100 | 1100001 | 10100 | 1001011 |
Color Harmonies of #BCCCB2
Complementary color
Monochromatic Colors of #BCCCB2
Black with #BCCCB2
Text Example
Text Example
White with #BCCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCB2; }
p { color: rgb(188,204,178); }
H1.HeaderClassName
{
color: #BCCCB2;
}
.AnyTagClassName
{
color: #BCCCB2;
}
</style>
background-color css
<style>
a { background-color: #BCCCB2; }
a { background-color: rgb(188,204,178); }
div.DivClassName
{
background-color: #BCCCB2;
}
.BgClassName
{
background-color: #BCCCB2;
}
</style>
border-color css
<style>
span { border-color: #BCCCB2; }
span { border-color: rgb(188,204,178); }
td.TdClassName
{
border-color: #BCCCB2;
}
.TagClassName
{
border-color: #BCCCB2;
}
</style>