Shades of Pale Leaf #BFCDA5
Tints of Pale Leaf #BFCDA5
RGB
CMYK
RGB Variations
Color information
#BFCDA5 (or 0xBFCDA5) is known color: Pale Leaf. HEX triplet: BF, CD and A5. RGB value is (191,205,165). Sum of RGB (Red+Green+Blue) = 191+205+165=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA5 is #40325A. Grayscale: #C4C4C4. Windows color (decimal): -4207195 or 10866111. OLE color: 10866111.
HSL color Cylindrical-coordinate representation of color #BFCDA5: hue angle of 81º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCDA5 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 165 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.20 |
| HSL | 81º | 0.29% | 0.73% | - |
| HSV(B) | 81º | 0.2% | 0.8% | - |
| XYZ | 50.11 | 57.46 | 44.05 | - |
| YUV | 196.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 165 | 0.07 | 0 | 0.20 | 0.20 | 81 | 0.29 | 0.73 |
| Hex | BF | CD | A5 | 7 | 0 | 14 | 14 | 51 | 1D | 49 |
| Octal | 277 | 315 | 245 | 7 | 0 | 24 | 24 | 121 | 35 | 111 |
| Binary | 10111111 | 11001101 | 10100101 | 111 | 0 | 10100 | 10100 | 1010001 | 11101 | 1001001 |
Color Harmonies of #BFCDA5
Complementary color
Monochromatic Colors of #BFCDA5
Black with #BFCDA5
Text Example
Text Example
White with #BFCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDA5; }
p { color: rgb(191,205,165); }
H1.HeaderClassName
{
color: #BFCDA5;
}
.AnyTagClassName
{
color: #BFCDA5;
}
</style>
background-color css
<style>
a { background-color: #BFCDA5; }
a { background-color: rgb(191,205,165); }
div.DivClassName
{
background-color: #BFCDA5;
}
.BgClassName
{
background-color: #BFCDA5;
}
</style>
border-color css
<style>
span { border-color: #BFCDA5; }
span { border-color: rgb(191,205,165); }
td.TdClassName
{
border-color: #BFCDA5;
}
.TagClassName
{
border-color: #BFCDA5;
}
</style>