Shades of Pale Leaf #BCC6AD
Tints of Pale Leaf #BCC6AD
RGB
CMYK
RGB Variations
Color information
#BCC6AD (or 0xBCC6AD) is known color: Pale Leaf. HEX triplet: BC, C6 and AD. RGB value is (188,198,173). Sum of RGB (Red+Green+Blue) = 188+198+173=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AD is #433952. Grayscale: #C0C0C0. Windows color (decimal): -4405587 or 11388604. OLE color: 11388604.
HSL color Cylindrical-coordinate representation of color #BCC6AD: hue angle of 84º degrees, saturation: 0.18, 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 #BCC6AD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 173 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.22 |
| HSL | 84º | 0.18% | 0.73% | - |
| HSV(B) | 84º | 0.13% | 0.78% | - |
| XYZ | 48.48 | 54.1 | 47.42 | - |
| YUV | 192.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 173 | 0.05 | 0 | 0.13 | 0.22 | 84 | 0.18 | 0.73 |
| Hex | BC | C6 | AD | 5 | 0 | D | 16 | 54 | 12 | 49 |
| Octal | 274 | 306 | 255 | 5 | 0 | 15 | 26 | 124 | 22 | 111 |
| Binary | 10111100 | 11000110 | 10101101 | 101 | 0 | 1101 | 10110 | 1010100 | 10010 | 1001001 |
Color Harmonies of #BCC6AD
Complementary color
Monochromatic Colors of #BCC6AD
Black with #BCC6AD
Text Example
Text Example
White with #BCC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6AD; }
p { color: rgb(188,198,173); }
H1.HeaderClassName
{
color: #BCC6AD;
}
.AnyTagClassName
{
color: #BCC6AD;
}
</style>
background-color css
<style>
a { background-color: #BCC6AD; }
a { background-color: rgb(188,198,173); }
div.DivClassName
{
background-color: #BCC6AD;
}
.BgClassName
{
background-color: #BCC6AD;
}
</style>
border-color css
<style>
span { border-color: #BCC6AD; }
span { border-color: rgb(188,198,173); }
td.TdClassName
{
border-color: #BCC6AD;
}
.TagClassName
{
border-color: #BCC6AD;
}
</style>