Shades of Pale Leaf #BFCAA1
Tints of Pale Leaf #BFCAA1
RGB
CMYK
RGB Variations
Color information
#BFCAA1 (or 0xBFCAA1) is known color: Pale Leaf. HEX triplet: BF, CA and A1. RGB value is (191,202,161). Sum of RGB (Red+Green+Blue) = 191+202+161=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAA1 is #40355E. Grayscale: #C2C2C2. Windows color (decimal): -4207967 or 10603199. OLE color: 10603199.
HSL color Cylindrical-coordinate representation of color #BFCAA1: hue angle of 76.1º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCAA1 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 161 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.21 |
| HSL | 76.1º | 0.28% | 0.71% | - |
| HSV(B) | 76.1º | 0.2% | 0.79% | - |
| XYZ | 49.04 | 55.89 | 41.92 | - |
| YUV | 194.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 161 | 0.05 | 0 | 0.20 | 0.21 | 76.1 | 0.28 | 0.71 |
| Hex | BF | CA | A1 | 5 | 0 | 14 | 15 | 4C | 1C | 47 |
| Octal | 277 | 312 | 241 | 5 | 0 | 24 | 25 | 114 | 34 | 107 |
| Binary | 10111111 | 11001010 | 10100001 | 101 | 0 | 10100 | 10101 | 1001100 | 11100 | 1000111 |
Color Harmonies of #BFCAA1
Complementary color
Monochromatic Colors of #BFCAA1
Black with #BFCAA1
Text Example
Text Example
White with #BFCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAA1; }
p { color: rgb(191,202,161); }
H1.HeaderClassName
{
color: #BFCAA1;
}
.AnyTagClassName
{
color: #BFCAA1;
}
</style>
background-color css
<style>
a { background-color: #BFCAA1; }
a { background-color: rgb(191,202,161); }
div.DivClassName
{
background-color: #BFCAA1;
}
.BgClassName
{
background-color: #BFCAA1;
}
</style>
border-color css
<style>
span { border-color: #BFCAA1; }
span { border-color: rgb(191,202,161); }
td.TdClassName
{
border-color: #BFCAA1;
}
.TagClassName
{
border-color: #BFCAA1;
}
</style>