Shades of Pale Leaf #BCC7AD
Tints of Pale Leaf #BCC7AD
RGB
CMYK
RGB Variations
Color information
#BCC7AD (or 0xBCC7AD) is known color: Pale Leaf. HEX triplet: BC, C7 and AD. RGB value is (188,199,173). Sum of RGB (Red+Green+Blue) = 188+199+173=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7AD is #433852. Grayscale: #C0C0C0. Windows color (decimal): -4405331 or 11388860. OLE color: 11388860.
HSL color Cylindrical-coordinate representation of color #BCC7AD: hue angle of 85.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC7AD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 173 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.22 |
| HSL | 85.38º | 0.19% | 0.73% | - |
| HSV(B) | 85.38º | 0.13% | 0.78% | - |
| XYZ | 48.71 | 54.56 | 47.5 | - |
| YUV | 192.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 173 | 0.06 | 0 | 0.13 | 0.22 | 85.38 | 0.19 | 0.73 |
| Hex | BC | C7 | AD | 6 | 0 | D | 16 | 55 | 13 | 49 |
| Octal | 274 | 307 | 255 | 6 | 0 | 15 | 26 | 125 | 23 | 111 |
| Binary | 10111100 | 11000111 | 10101101 | 110 | 0 | 1101 | 10110 | 1010101 | 10011 | 1001001 |
Color Harmonies of #BCC7AD
Complementary color
Monochromatic Colors of #BCC7AD
Black with #BCC7AD
Text Example
Text Example
White with #BCC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7AD; }
p { color: rgb(188,199,173); }
H1.HeaderClassName
{
color: #BCC7AD;
}
.AnyTagClassName
{
color: #BCC7AD;
}
</style>
background-color css
<style>
a { background-color: #BCC7AD; }
a { background-color: rgb(188,199,173); }
div.DivClassName
{
background-color: #BCC7AD;
}
.BgClassName
{
background-color: #BCC7AD;
}
</style>
border-color css
<style>
span { border-color: #BCC7AD; }
span { border-color: rgb(188,199,173); }
td.TdClassName
{
border-color: #BCC7AD;
}
.TagClassName
{
border-color: #BCC7AD;
}
</style>