Shades of Pale Leaf #BFCAAB
Tints of Pale Leaf #BFCAAB
RGB
CMYK
RGB Variations
Color information
#BFCAAB (or 0xBFCAAB) is known color: Pale Leaf. HEX triplet: BF, CA and AB. RGB value is (191,202,171). Sum of RGB (Red+Green+Blue) = 191+202+171=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAAB is #403554. Grayscale: #C3C3C3. Windows color (decimal): -4207957 or 11258559. OLE color: 11258559.
HSL color Cylindrical-coordinate representation of color #BFCAAB: hue angle of 81.29º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCAAB is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 171 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.21 |
| HSL | 81.29º | 0.23% | 0.73% | - |
| HSV(B) | 81.29º | 0.15% | 0.79% | - |
| XYZ | 49.96 | 56.26 | 46.75 | - |
| YUV | 195.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 171 | 0.05 | 0 | 0.15 | 0.21 | 81.29 | 0.23 | 0.73 |
| Hex | BF | CA | AB | 5 | 0 | F | 15 | 51 | 17 | 49 |
| Octal | 277 | 312 | 253 | 5 | 0 | 17 | 25 | 121 | 27 | 111 |
| Binary | 10111111 | 11001010 | 10101011 | 101 | 0 | 1111 | 10101 | 1010001 | 10111 | 1001001 |
Color Harmonies of #BFCAAB
Complementary color
Monochromatic Colors of #BFCAAB
Black with #BFCAAB
Text Example
Text Example
White with #BFCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAAB; }
p { color: rgb(191,202,171); }
H1.HeaderClassName
{
color: #BFCAAB;
}
.AnyTagClassName
{
color: #BFCAAB;
}
</style>
background-color css
<style>
a { background-color: #BFCAAB; }
a { background-color: rgb(191,202,171); }
div.DivClassName
{
background-color: #BFCAAB;
}
.BgClassName
{
background-color: #BFCAAB;
}
</style>
border-color css
<style>
span { border-color: #BFCAAB; }
span { border-color: rgb(191,202,171); }
td.TdClassName
{
border-color: #BFCAAB;
}
.TagClassName
{
border-color: #BFCAAB;
}
</style>