Shades of Pumice #BCC9B2
Tints of Pumice #BCC9B2
RGB
CMYK
RGB Variations
Color information
#BCC9B2 (or 0xBCC9B2) is known color: Pumice. HEX triplet: BC, C9 and B2. RGB value is (188,201,178). Sum of RGB (Red+Green+Blue) = 188+201+178=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9B2 is #43364D. Grayscale: #C2C2C2. Windows color (decimal): -4404814 or 11717052. OLE color: 11717052.
HSL color Cylindrical-coordinate representation of color #BCC9B2: hue angle of 93.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC9B2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 178 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.21 |
| HSL | 93.91º | 0.18% | 0.74% | - |
| HSV(B) | 93.91º | 0.11% | 0.79% | - |
| XYZ | 49.66 | 55.68 | 50.25 | - |
| YUV | 194.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 178 | 0.06 | 0 | 0.11 | 0.21 | 93.91 | 0.18 | 0.74 |
| Hex | BC | C9 | B2 | 6 | 0 | B | 15 | 5E | 12 | 4A |
| Octal | 274 | 311 | 262 | 6 | 0 | 13 | 25 | 136 | 22 | 112 |
| Binary | 10111100 | 11001001 | 10110010 | 110 | 0 | 1011 | 10101 | 1011110 | 10010 | 1001010 |
Color Harmonies of #BCC9B2
Complementary color
Monochromatic Colors of #BCC9B2
Black with #BCC9B2
Text Example
Text Example
White with #BCC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9B2; }
p { color: rgb(188,201,178); }
H1.HeaderClassName
{
color: #BCC9B2;
}
.AnyTagClassName
{
color: #BCC9B2;
}
</style>
background-color css
<style>
a { background-color: #BCC9B2; }
a { background-color: rgb(188,201,178); }
div.DivClassName
{
background-color: #BCC9B2;
}
.BgClassName
{
background-color: #BCC9B2;
}
</style>
border-color css
<style>
span { border-color: #BCC9B2; }
span { border-color: rgb(188,201,178); }
td.TdClassName
{
border-color: #BCC9B2;
}
.TagClassName
{
border-color: #BCC9B2;
}
</style>