Shades of Pumice #BCC9B3
Tints of Pumice #BCC9B3
RGB
CMYK
RGB Variations
Color information
#BCC9B3 (or 0xBCC9B3) is known color: Pumice. HEX triplet: BC, C9 and B3. RGB value is (188,201,179). Sum of RGB (Red+Green+Blue) = 188+201+179=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9B3 is #43364C. Grayscale: #C2C2C2. Windows color (decimal): -4404813 or 11782588. OLE color: 11782588.
HSL color Cylindrical-coordinate representation of color #BCC9B3: hue angle of 95.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC9B3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 179 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.21 |
| HSL | 95.45º | 0.17% | 0.75% | - |
| HSV(B) | 95.45º | 0.11% | 0.79% | - |
| XYZ | 49.76 | 55.72 | 50.78 | - |
| YUV | 194.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 179 | 0.06 | 0 | 0.11 | 0.21 | 95.45 | 0.17 | 0.75 |
| Hex | BC | C9 | B3 | 6 | 0 | B | 15 | 5F | 11 | 4B |
| Octal | 274 | 311 | 263 | 6 | 0 | 13 | 25 | 137 | 21 | 113 |
| Binary | 10111100 | 11001001 | 10110011 | 110 | 0 | 1011 | 10101 | 1011111 | 10001 | 1001011 |
Color Harmonies of #BCC9B3
Complementary color
Monochromatic Colors of #BCC9B3
Black with #BCC9B3
Text Example
Text Example
White with #BCC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9B3; }
p { color: rgb(188,201,179); }
H1.HeaderClassName
{
color: #BCC9B3;
}
.AnyTagClassName
{
color: #BCC9B3;
}
</style>
background-color css
<style>
a { background-color: #BCC9B3; }
a { background-color: rgb(188,201,179); }
div.DivClassName
{
background-color: #BCC9B3;
}
.BgClassName
{
background-color: #BCC9B3;
}
</style>
border-color css
<style>
span { border-color: #BCC9B3; }
span { border-color: rgb(188,201,179); }
td.TdClassName
{
border-color: #BCC9B3;
}
.TagClassName
{
border-color: #BCC9B3;
}
</style>