Shades of Pale Leaf #BCC7A9
Tints of Pale Leaf #BCC7A9
RGB
CMYK
RGB Variations
Color information
#BCC7A9 (or 0xBCC7A9) is known color: Pale Leaf. HEX triplet: BC, C7 and A9. RGB value is (188,199,169). Sum of RGB (Red+Green+Blue) = 188+199+169=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7A9 is #433856. Grayscale: #C0C0C0. Windows color (decimal): -4405335 or 11126716. OLE color: 11126716.
HSL color Cylindrical-coordinate representation of color #BCC7A9: hue angle of 82º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC7A9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 169 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.22 |
| HSL | 82º | 0.21% | 0.72% | - |
| HSV(B) | 82º | 0.15% | 0.78% | - |
| XYZ | 48.32 | 54.4 | 45.49 | - |
| YUV | 192.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 169 | 0.06 | 0 | 0.15 | 0.22 | 82 | 0.21 | 0.72 |
| Hex | BC | C7 | A9 | 6 | 0 | F | 16 | 52 | 15 | 48 |
| Octal | 274 | 307 | 251 | 6 | 0 | 17 | 26 | 122 | 25 | 110 |
| Binary | 10111100 | 11000111 | 10101001 | 110 | 0 | 1111 | 10110 | 1010010 | 10101 | 1001000 |
Color Harmonies of #BCC7A9
Complementary color
Monochromatic Colors of #BCC7A9
Black with #BCC7A9
Text Example
Text Example
White with #BCC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7A9; }
p { color: rgb(188,199,169); }
H1.HeaderClassName
{
color: #BCC7A9;
}
.AnyTagClassName
{
color: #BCC7A9;
}
</style>
background-color css
<style>
a { background-color: #BCC7A9; }
a { background-color: rgb(188,199,169); }
div.DivClassName
{
background-color: #BCC7A9;
}
.BgClassName
{
background-color: #BCC7A9;
}
</style>
border-color css
<style>
span { border-color: #BCC7A9; }
span { border-color: rgb(188,199,169); }
td.TdClassName
{
border-color: #BCC7A9;
}
.TagClassName
{
border-color: #BCC7A9;
}
</style>