Shades of Pale Leaf #BCC9AC
Tints of Pale Leaf #BCC9AC
RGB
CMYK
RGB Variations
Color information
#BCC9AC (or 0xBCC9AC) is known color: Pale Leaf. HEX triplet: BC, C9 and AC. RGB value is (188,201,172). Sum of RGB (Red+Green+Blue) = 188+201+172=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9AC is #433653. Grayscale: #C1C1C1. Windows color (decimal): -4404820 or 11323836. OLE color: 11323836.
HSL color Cylindrical-coordinate representation of color #BCC9AC: hue angle of 86.9º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC9AC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 172 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.21 |
| HSL | 86.9º | 0.21% | 0.73% | - |
| HSV(B) | 86.9º | 0.14% | 0.79% | - |
| XYZ | 49.07 | 55.44 | 47.14 | - |
| YUV | 193.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 172 | 0.06 | 0 | 0.14 | 0.21 | 86.9 | 0.21 | 0.73 |
| Hex | BC | C9 | AC | 6 | 0 | E | 15 | 57 | 15 | 49 |
| Octal | 274 | 311 | 254 | 6 | 0 | 16 | 25 | 127 | 25 | 111 |
| Binary | 10111100 | 11001001 | 10101100 | 110 | 0 | 1110 | 10101 | 1010111 | 10101 | 1001001 |
Color Harmonies of #BCC9AC
Complementary color
Monochromatic Colors of #BCC9AC
Black with #BCC9AC
Text Example
Text Example
White with #BCC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9AC; }
p { color: rgb(188,201,172); }
H1.HeaderClassName
{
color: #BCC9AC;
}
.AnyTagClassName
{
color: #BCC9AC;
}
</style>
background-color css
<style>
a { background-color: #BCC9AC; }
a { background-color: rgb(188,201,172); }
div.DivClassName
{
background-color: #BCC9AC;
}
.BgClassName
{
background-color: #BCC9AC;
}
</style>
border-color css
<style>
span { border-color: #BCC9AC; }
span { border-color: rgb(188,201,172); }
td.TdClassName
{
border-color: #BCC9AC;
}
.TagClassName
{
border-color: #BCC9AC;
}
</style>