Shades of Pumice #BCC9AF
Tints of Pumice #BCC9AF
RGB
CMYK
RGB Variations
Color information
#BCC9AF (or 0xBCC9AF) is known color: Pumice. HEX triplet: BC, C9 and AF. RGB value is (188,201,175). Sum of RGB (Red+Green+Blue) = 188+201+175=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9AF is #433650. Grayscale: #C2C2C2. Windows color (decimal): -4404817 or 11520444. OLE color: 11520444.
HSL color Cylindrical-coordinate representation of color #BCC9AF: hue angle of 90º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC9AF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 175 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.21 |
| HSL | 90º | 0.19% | 0.74% | - |
| HSV(B) | 90º | 0.13% | 0.79% | - |
| XYZ | 49.36 | 55.56 | 48.68 | - |
| YUV | 194.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 175 | 0.06 | 0 | 0.13 | 0.21 | 90 | 0.19 | 0.74 |
| Hex | BC | C9 | AF | 6 | 0 | D | 15 | 5A | 13 | 4A |
| Octal | 274 | 311 | 257 | 6 | 0 | 15 | 25 | 132 | 23 | 112 |
| Binary | 10111100 | 11001001 | 10101111 | 110 | 0 | 1101 | 10101 | 1011010 | 10011 | 1001010 |
Color Harmonies of #BCC9AF
Complementary color
Monochromatic Colors of #BCC9AF
Black with #BCC9AF
Text Example
Text Example
White with #BCC9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9AF; }
p { color: rgb(188,201,175); }
H1.HeaderClassName
{
color: #BCC9AF;
}
.AnyTagClassName
{
color: #BCC9AF;
}
</style>
background-color css
<style>
a { background-color: #BCC9AF; }
a { background-color: rgb(188,201,175); }
div.DivClassName
{
background-color: #BCC9AF;
}
.BgClassName
{
background-color: #BCC9AF;
}
</style>
border-color css
<style>
span { border-color: #BCC9AF; }
span { border-color: rgb(188,201,175); }
td.TdClassName
{
border-color: #BCC9AF;
}
.TagClassName
{
border-color: #BCC9AF;
}
</style>