Shades of Pale Leaf #BCC8AD
Tints of Pale Leaf #BCC8AD
RGB
CMYK
RGB Variations
Color information
#BCC8AD (or 0xBCC8AD) is known color: Pale Leaf. HEX triplet: BC, C8 and AD. RGB value is (188,200,173). Sum of RGB (Red+Green+Blue) = 188+200+173=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC8AD is #433752. Grayscale: #C1C1C1. Windows color (decimal): -4405075 or 11389116. OLE color: 11389116.
HSL color Cylindrical-coordinate representation of color #BCC8AD: hue angle of 86.67º degrees, saturation: 0.2, 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 #BCC8AD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 173 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.22 |
| HSL | 86.67º | 0.2% | 0.73% | - |
| HSV(B) | 86.67º | 0.14% | 0.78% | - |
| XYZ | 48.94 | 55.02 | 47.58 | - |
| YUV | 193.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 173 | 0.06 | 0 | 0.14 | 0.22 | 86.67 | 0.2 | 0.73 |
| Hex | BC | C8 | AD | 6 | 0 | E | 16 | 57 | 14 | 49 |
| Octal | 274 | 310 | 255 | 6 | 0 | 16 | 26 | 127 | 24 | 111 |
| Binary | 10111100 | 11001000 | 10101101 | 110 | 0 | 1110 | 10110 | 1010111 | 10100 | 1001001 |
Color Harmonies of #BCC8AD
Complementary color
Monochromatic Colors of #BCC8AD
Black with #BCC8AD
Text Example
Text Example
White with #BCC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8AD; }
p { color: rgb(188,200,173); }
H1.HeaderClassName
{
color: #BCC8AD;
}
.AnyTagClassName
{
color: #BCC8AD;
}
</style>
background-color css
<style>
a { background-color: #BCC8AD; }
a { background-color: rgb(188,200,173); }
div.DivClassName
{
background-color: #BCC8AD;
}
.BgClassName
{
background-color: #BCC8AD;
}
</style>
border-color css
<style>
span { border-color: #BCC8AD; }
span { border-color: rgb(188,200,173); }
td.TdClassName
{
border-color: #BCC8AD;
}
.TagClassName
{
border-color: #BCC8AD;
}
</style>