Shades of Pumice #BCCDB2
Tints of Pumice #BCCDB2
RGB
CMYK
RGB Variations
Color information
#BCCDB2 (or 0xBCCDB2) is known color: Pumice. HEX triplet: BC, CD and B2. RGB value is (188,205,178). Sum of RGB (Red+Green+Blue) = 188+205+178=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDB2 is #43324D. Grayscale: #C4C4C4. Windows color (decimal): -4403790 or 11718076. OLE color: 11718076.
HSL color Cylindrical-coordinate representation of color #BCCDB2: hue angle of 97.78º degrees, saturation: 0.21, 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 #BCCDB2 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 178 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.20 |
| HSL | 97.78º | 0.21% | 0.75% | - |
| HSV(B) | 97.78º | 0.13% | 0.8% | - |
| XYZ | 50.61 | 57.57 | 50.56 | - |
| YUV | 196.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 178 | 0.08 | 0 | 0.13 | 0.20 | 97.78 | 0.21 | 0.75 |
| Hex | BC | CD | B2 | 8 | 0 | D | 14 | 62 | 15 | 4B |
| Octal | 274 | 315 | 262 | 10 | 0 | 15 | 24 | 142 | 25 | 113 |
| Binary | 10111100 | 11001101 | 10110010 | 1000 | 0 | 1101 | 10100 | 1100010 | 10101 | 1001011 |
Color Harmonies of #BCCDB2
Complementary color
Monochromatic Colors of #BCCDB2
Black with #BCCDB2
Text Example
Text Example
White with #BCCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDB2; }
p { color: rgb(188,205,178); }
H1.HeaderClassName
{
color: #BCCDB2;
}
.AnyTagClassName
{
color: #BCCDB2;
}
</style>
background-color css
<style>
a { background-color: #BCCDB2; }
a { background-color: rgb(188,205,178); }
div.DivClassName
{
background-color: #BCCDB2;
}
.BgClassName
{
background-color: #BCCDB2;
}
</style>
border-color css
<style>
span { border-color: #BCCDB2; }
span { border-color: rgb(188,205,178); }
td.TdClassName
{
border-color: #BCCDB2;
}
.TagClassName
{
border-color: #BCCDB2;
}
</style>