Shades of Pale Leaf #BFCBA1
Tints of Pale Leaf #BFCBA1
RGB
CMYK
RGB Variations
Color information
#BFCBA1 (or 0xBFCBA1) is known color: Pale Leaf. HEX triplet: BF, CB and A1. RGB value is (191,203,161). Sum of RGB (Red+Green+Blue) = 191+203+161=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA1 is #40345E. Grayscale: #C2C2C2. Windows color (decimal): -4207711 or 10603455. OLE color: 10603455.
HSL color Cylindrical-coordinate representation of color #BFCBA1: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 161 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.20 |
| HSL | 77.14º | 0.29% | 0.71% | - |
| HSV(B) | 77.14º | 0.21% | 0.8% | - |
| XYZ | 49.27 | 56.36 | 42 | - |
| YUV | 194.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 161 | 0.06 | 0 | 0.21 | 0.20 | 77.14 | 0.29 | 0.71 |
| Hex | BF | CB | A1 | 6 | 0 | 15 | 14 | 4D | 1D | 47 |
| Octal | 277 | 313 | 241 | 6 | 0 | 25 | 24 | 115 | 35 | 107 |
| Binary | 10111111 | 11001011 | 10100001 | 110 | 0 | 10101 | 10100 | 1001101 | 11101 | 1000111 |
Color Harmonies of #BFCBA1
Complementary color
Monochromatic Colors of #BFCBA1
Black with #BFCBA1
Text Example
Text Example
White with #BFCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBA1; }
p { color: rgb(191,203,161); }
H1.HeaderClassName
{
color: #BFCBA1;
}
.AnyTagClassName
{
color: #BFCBA1;
}
</style>
background-color css
<style>
a { background-color: #BFCBA1; }
a { background-color: rgb(191,203,161); }
div.DivClassName
{
background-color: #BFCBA1;
}
.BgClassName
{
background-color: #BFCBA1;
}
</style>
border-color css
<style>
span { border-color: #BFCBA1; }
span { border-color: rgb(191,203,161); }
td.TdClassName
{
border-color: #BFCBA1;
}
.TagClassName
{
border-color: #BFCBA1;
}
</style>