Shades of Pale Leaf #BCC5AA
Tints of Pale Leaf #BCC5AA
RGB
CMYK
RGB Variations
Color information
#BCC5AA (or 0xBCC5AA) is known color: Pale Leaf. HEX triplet: BC, C5 and AA. RGB value is (188,197,170). Sum of RGB (Red+Green+Blue) = 188+197+170=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AA is #433A55. Grayscale: #BFBFBF. Windows color (decimal): -4405846 or 11191740. OLE color: 11191740.
HSL color Cylindrical-coordinate representation of color #BCC5AA: hue angle of 80º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC5AA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 170 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.23 |
| HSL | 80º | 0.19% | 0.72% | - |
| HSV(B) | 80º | 0.14% | 0.77% | - |
| XYZ | 47.96 | 53.53 | 45.83 | - |
| YUV | 191.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 170 | 0.05 | 0 | 0.14 | 0.23 | 80 | 0.19 | 0.72 |
| Hex | BC | C5 | AA | 5 | 0 | E | 17 | 50 | 13 | 48 |
| Octal | 274 | 305 | 252 | 5 | 0 | 16 | 27 | 120 | 23 | 110 |
| Binary | 10111100 | 11000101 | 10101010 | 101 | 0 | 1110 | 10111 | 1010000 | 10011 | 1001000 |
Color Harmonies of #BCC5AA
Complementary color
Monochromatic Colors of #BCC5AA
Black with #BCC5AA
Text Example
Text Example
White with #BCC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5AA; }
p { color: rgb(188,197,170); }
H1.HeaderClassName
{
color: #BCC5AA;
}
.AnyTagClassName
{
color: #BCC5AA;
}
</style>
background-color css
<style>
a { background-color: #BCC5AA; }
a { background-color: rgb(188,197,170); }
div.DivClassName
{
background-color: #BCC5AA;
}
.BgClassName
{
background-color: #BCC5AA;
}
</style>
border-color css
<style>
span { border-color: #BCC5AA; }
span { border-color: rgb(188,197,170); }
td.TdClassName
{
border-color: #BCC5AA;
}
.TagClassName
{
border-color: #BCC5AA;
}
</style>