Shades of Pale Leaf #BCC5AD
Tints of Pale Leaf #BCC5AD
RGB
CMYK
RGB Variations
Color information
#BCC5AD (or 0xBCC5AD) is known color: Pale Leaf. HEX triplet: BC, C5 and AD. RGB value is (188,197,173). Sum of RGB (Red+Green+Blue) = 188+197+173=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AD is #433A52. Grayscale: #BFBFBF. Windows color (decimal): -4405843 or 11388348. OLE color: 11388348.
HSL color Cylindrical-coordinate representation of color #BCC5AD: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC5AD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 173 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.23 |
| HSL | 82.5º | 0.17% | 0.73% | - |
| HSV(B) | 82.5º | 0.12% | 0.77% | - |
| XYZ | 48.25 | 53.64 | 47.35 | - |
| YUV | 191.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 173 | 0.05 | 0 | 0.12 | 0.23 | 82.5 | 0.17 | 0.73 |
| Hex | BC | C5 | AD | 5 | 0 | C | 17 | 52 | 11 | 49 |
| Octal | 274 | 305 | 255 | 5 | 0 | 14 | 27 | 122 | 21 | 111 |
| Binary | 10111100 | 11000101 | 10101101 | 101 | 0 | 1100 | 10111 | 1010010 | 10001 | 1001001 |
Color Harmonies of #BCC5AD
Complementary color
Monochromatic Colors of #BCC5AD
Black with #BCC5AD
Text Example
Text Example
White with #BCC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5AD; }
p { color: rgb(188,197,173); }
H1.HeaderClassName
{
color: #BCC5AD;
}
.AnyTagClassName
{
color: #BCC5AD;
}
</style>
background-color css
<style>
a { background-color: #BCC5AD; }
a { background-color: rgb(188,197,173); }
div.DivClassName
{
background-color: #BCC5AD;
}
.BgClassName
{
background-color: #BCC5AD;
}
</style>
border-color css
<style>
span { border-color: #BCC5AD; }
span { border-color: rgb(188,197,173); }
td.TdClassName
{
border-color: #BCC5AD;
}
.TagClassName
{
border-color: #BCC5AD;
}
</style>