Shades of Pale Leaf #BFCAB1
Tints of Pale Leaf #BFCAB1
RGB
CMYK
RGB Variations
Color information
#BFCAB1 (or 0xBFCAB1) is known color: Pale Leaf. HEX triplet: BF, CA and B1. RGB value is (191,202,177). Sum of RGB (Red+Green+Blue) = 191+202+177=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAB1 is #40354E. Grayscale: #C3C3C3. Windows color (decimal): -4207951 or 11651775. OLE color: 11651775.
HSL color Cylindrical-coordinate representation of color #BFCAB1: hue angle of 86.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCAB1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 177 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.21 |
| HSL | 86.4º | 0.19% | 0.74% | - |
| HSV(B) | 86.4º | 0.12% | 0.79% | - |
| XYZ | 50.54 | 56.49 | 49.84 | - |
| YUV | 195.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 177 | 0.05 | 0 | 0.12 | 0.21 | 86.4 | 0.19 | 0.74 |
| Hex | BF | CA | B1 | 5 | 0 | C | 15 | 56 | 13 | 4A |
| Octal | 277 | 312 | 261 | 5 | 0 | 14 | 25 | 126 | 23 | 112 |
| Binary | 10111111 | 11001010 | 10110001 | 101 | 0 | 1100 | 10101 | 1010110 | 10011 | 1001010 |
Color Harmonies of #BFCAB1
Complementary color
Monochromatic Colors of #BFCAB1
Black with #BFCAB1
Text Example
Text Example
White with #BFCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB1; }
p { color: rgb(191,202,177); }
H1.HeaderClassName
{
color: #BFCAB1;
}
.AnyTagClassName
{
color: #BFCAB1;
}
</style>
background-color css
<style>
a { background-color: #BFCAB1; }
a { background-color: rgb(191,202,177); }
div.DivClassName
{
background-color: #BFCAB1;
}
.BgClassName
{
background-color: #BFCAB1;
}
</style>
border-color css
<style>
span { border-color: #BFCAB1; }
span { border-color: rgb(191,202,177); }
td.TdClassName
{
border-color: #BFCAB1;
}
.TagClassName
{
border-color: #BFCAB1;
}
</style>