Shades of Pale Leaf #BFC8A5
Tints of Pale Leaf #BFC8A5
RGB
CMYK
RGB Variations
Color information
#BFC8A5 (or 0xBFC8A5) is known color: Pale Leaf. HEX triplet: BF, C8 and A5. RGB value is (191,200,165). Sum of RGB (Red+Green+Blue) = 191+200+165=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8A5 is #40375A. Grayscale: #C1C1C1. Windows color (decimal): -4208475 or 10864831. OLE color: 10864831.
HSL color Cylindrical-coordinate representation of color #BFC8A5: hue angle of 75.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC8A5 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 165 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.22 |
| HSL | 75.43º | 0.24% | 0.72% | - |
| HSV(B) | 75.43º | 0.18% | 0.78% | - |
| XYZ | 48.93 | 55.1 | 43.65 | - |
| YUV | 193.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 165 | 0.04 | 0 | 0.18 | 0.22 | 75.43 | 0.24 | 0.72 |
| Hex | BF | C8 | A5 | 4 | 0 | 12 | 16 | 4B | 18 | 48 |
| Octal | 277 | 310 | 245 | 4 | 0 | 22 | 26 | 113 | 30 | 110 |
| Binary | 10111111 | 11001000 | 10100101 | 100 | 0 | 10010 | 10110 | 1001011 | 11000 | 1001000 |
Color Harmonies of #BFC8A5
Complementary color
Monochromatic Colors of #BFC8A5
Black with #BFC8A5
Text Example
Text Example
White with #BFC8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8A5; }
p { color: rgb(191,200,165); }
H1.HeaderClassName
{
color: #BFC8A5;
}
.AnyTagClassName
{
color: #BFC8A5;
}
</style>
background-color css
<style>
a { background-color: #BFC8A5; }
a { background-color: rgb(191,200,165); }
div.DivClassName
{
background-color: #BFC8A5;
}
.BgClassName
{
background-color: #BFC8A5;
}
</style>
border-color css
<style>
span { border-color: #BFC8A5; }
span { border-color: rgb(191,200,165); }
td.TdClassName
{
border-color: #BFC8A5;
}
.TagClassName
{
border-color: #BFC8A5;
}
</style>