Shades of Pale Leaf #BFCAA3
Tints of Pale Leaf #BFCAA3
RGB
CMYK
RGB Variations
Color information
#BFCAA3 (or 0xBFCAA3) is known color: Pale Leaf. HEX triplet: BF, CA and A3. RGB value is (191,202,163). Sum of RGB (Red+Green+Blue) = 191+202+163=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAA3 is #40355C. Grayscale: #C2C2C2. Windows color (decimal): -4207965 or 10734271. OLE color: 10734271.
HSL color Cylindrical-coordinate representation of color #BFCAA3: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCAA3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 163 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.21 |
| HSL | 76.92º | 0.27% | 0.72% | - |
| HSV(B) | 76.92º | 0.19% | 0.79% | - |
| XYZ | 49.22 | 55.96 | 42.86 | - |
| YUV | 194.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 163 | 0.05 | 0 | 0.19 | 0.21 | 76.92 | 0.27 | 0.72 |
| Hex | BF | CA | A3 | 5 | 0 | 13 | 15 | 4D | 1B | 48 |
| Octal | 277 | 312 | 243 | 5 | 0 | 23 | 25 | 115 | 33 | 110 |
| Binary | 10111111 | 11001010 | 10100011 | 101 | 0 | 10011 | 10101 | 1001101 | 11011 | 1001000 |
Color Harmonies of #BFCAA3
Complementary color
Monochromatic Colors of #BFCAA3
Black with #BFCAA3
Text Example
Text Example
White with #BFCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAA3; }
p { color: rgb(191,202,163); }
H1.HeaderClassName
{
color: #BFCAA3;
}
.AnyTagClassName
{
color: #BFCAA3;
}
</style>
background-color css
<style>
a { background-color: #BFCAA3; }
a { background-color: rgb(191,202,163); }
div.DivClassName
{
background-color: #BFCAA3;
}
.BgClassName
{
background-color: #BFCAA3;
}
</style>
border-color css
<style>
span { border-color: #BFCAA3; }
span { border-color: rgb(191,202,163); }
td.TdClassName
{
border-color: #BFCAA3;
}
.TagClassName
{
border-color: #BFCAA3;
}
</style>