Shades of Pale Leaf #BCC9A8
Tints of Pale Leaf #BCC9A8
RGB
CMYK
RGB Variations
Color information
#BCC9A8 (or 0xBCC9A8) is known color: Pale Leaf. HEX triplet: BC, C9 and A8. RGB value is (188,201,168). Sum of RGB (Red+Green+Blue) = 188+201+168=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9A8 is #433657. Grayscale: #C1C1C1. Windows color (decimal): -4404824 or 11061692. OLE color: 11061692.
HSL color Cylindrical-coordinate representation of color #BCC9A8: hue angle of 83.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 168 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.21 |
| HSL | 83.64º | 0.23% | 0.72% | - |
| HSV(B) | 83.64º | 0.16% | 0.79% | - |
| XYZ | 48.69 | 55.29 | 45.15 | - |
| YUV | 193.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 168 | 0.06 | 0 | 0.16 | 0.21 | 83.64 | 0.23 | 0.72 |
| Hex | BC | C9 | A8 | 6 | 0 | 10 | 15 | 54 | 17 | 48 |
| Octal | 274 | 311 | 250 | 6 | 0 | 20 | 25 | 124 | 27 | 110 |
| Binary | 10111100 | 11001001 | 10101000 | 110 | 0 | 10000 | 10101 | 1010100 | 10111 | 1001000 |
Color Harmonies of #BCC9A8
Complementary color
Monochromatic Colors of #BCC9A8
Black with #BCC9A8
Text Example
Text Example
White with #BCC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9A8; }
p { color: rgb(188,201,168); }
H1.HeaderClassName
{
color: #BCC9A8;
}
.AnyTagClassName
{
color: #BCC9A8;
}
</style>
background-color css
<style>
a { background-color: #BCC9A8; }
a { background-color: rgb(188,201,168); }
div.DivClassName
{
background-color: #BCC9A8;
}
.BgClassName
{
background-color: #BCC9A8;
}
</style>
border-color css
<style>
span { border-color: #BCC9A8; }
span { border-color: rgb(188,201,168); }
td.TdClassName
{
border-color: #BCC9A8;
}
.TagClassName
{
border-color: #BCC9A8;
}
</style>