Shades of Pale Leaf #BFCAB0
Tints of Pale Leaf #BFCAB0
RGB
CMYK
RGB Variations
Color information
#BFCAB0 (or 0xBFCAB0) is known color: Pale Leaf. HEX triplet: BF, CA and B0. RGB value is (191,202,176). Sum of RGB (Red+Green+Blue) = 191+202+176=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAB0 is #40354F. Grayscale: #C3C3C3. Windows color (decimal): -4207952 or 11586239. OLE color: 11586239.
HSL color Cylindrical-coordinate representation of color #BFCAB0: hue angle of 85.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCAB0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 176 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.21 |
| HSL | 85.38º | 0.2% | 0.74% | - |
| HSV(B) | 85.38º | 0.13% | 0.79% | - |
| XYZ | 50.44 | 56.45 | 49.31 | - |
| YUV | 195.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 176 | 0.05 | 0 | 0.13 | 0.21 | 85.38 | 0.2 | 0.74 |
| Hex | BF | CA | B0 | 5 | 0 | D | 15 | 55 | 14 | 4A |
| Octal | 277 | 312 | 260 | 5 | 0 | 15 | 25 | 125 | 24 | 112 |
| Binary | 10111111 | 11001010 | 10110000 | 101 | 0 | 1101 | 10101 | 1010101 | 10100 | 1001010 |
Color Harmonies of #BFCAB0
Complementary color
Monochromatic Colors of #BFCAB0
Black with #BFCAB0
Text Example
Text Example
White with #BFCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB0; }
p { color: rgb(191,202,176); }
H1.HeaderClassName
{
color: #BFCAB0;
}
.AnyTagClassName
{
color: #BFCAB0;
}
</style>
background-color css
<style>
a { background-color: #BFCAB0; }
a { background-color: rgb(191,202,176); }
div.DivClassName
{
background-color: #BFCAB0;
}
.BgClassName
{
background-color: #BFCAB0;
}
</style>
border-color css
<style>
span { border-color: #BFCAB0; }
span { border-color: rgb(191,202,176); }
td.TdClassName
{
border-color: #BFCAB0;
}
.TagClassName
{
border-color: #BFCAB0;
}
</style>