Shades of Pale Leaf #BFCDAA
Tints of Pale Leaf #BFCDAA
RGB
CMYK
RGB Variations
Color information
#BFCDAA (or 0xBFCDAA) is known color: Pale Leaf. HEX triplet: BF, CD and AA. RGB value is (191,205,170). Sum of RGB (Red+Green+Blue) = 191+205+170=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAA is #403255. Grayscale: #C4C4C4. Windows color (decimal): -4207190 or 11193791. OLE color: 11193791.
HSL color Cylindrical-coordinate representation of color #BFCDAA: hue angle of 84º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCDAA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 170 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.20 |
| HSL | 84º | 0.26% | 0.74% | - |
| HSV(B) | 84º | 0.17% | 0.8% | - |
| XYZ | 50.57 | 57.64 | 46.49 | - |
| YUV | 196.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 170 | 0.07 | 0 | 0.17 | 0.20 | 84 | 0.26 | 0.74 |
| Hex | BF | CD | AA | 7 | 0 | 11 | 14 | 54 | 1A | 4A |
| Octal | 277 | 315 | 252 | 7 | 0 | 21 | 24 | 124 | 32 | 112 |
| Binary | 10111111 | 11001101 | 10101010 | 111 | 0 | 10001 | 10100 | 1010100 | 11010 | 1001010 |
Color Harmonies of #BFCDAA
Complementary color
Monochromatic Colors of #BFCDAA
Black with #BFCDAA
Text Example
Text Example
White with #BFCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDAA; }
p { color: rgb(191,205,170); }
H1.HeaderClassName
{
color: #BFCDAA;
}
.AnyTagClassName
{
color: #BFCDAA;
}
</style>
background-color css
<style>
a { background-color: #BFCDAA; }
a { background-color: rgb(191,205,170); }
div.DivClassName
{
background-color: #BFCDAA;
}
.BgClassName
{
background-color: #BFCDAA;
}
</style>
border-color css
<style>
span { border-color: #BFCDAA; }
span { border-color: rgb(191,205,170); }
td.TdClassName
{
border-color: #BFCDAA;
}
.TagClassName
{
border-color: #BFCDAA;
}
</style>