Shades of Pale Leaf #BFCBAA
Tints of Pale Leaf #BFCBAA
RGB
CMYK
RGB Variations
Color information
#BFCBAA (or 0xBFCBAA) is known color: Pale Leaf. HEX triplet: BF, CB and AA. RGB value is (191,203,170). Sum of RGB (Red+Green+Blue) = 191+203+170=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAA is #403455. Grayscale: #C3C3C3. Windows color (decimal): -4207702 or 11193279. OLE color: 11193279.
HSL color Cylindrical-coordinate representation of color #BFCBAA: hue angle of 81.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCBAA is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 170 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.20 |
| HSL | 81.82º | 0.24% | 0.73% | - |
| HSV(B) | 81.82º | 0.16% | 0.8% | - |
| XYZ | 50.1 | 56.69 | 46.33 | - |
| YUV | 195.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 170 | 0.06 | 0 | 0.16 | 0.20 | 81.82 | 0.24 | 0.73 |
| Hex | BF | CB | AA | 6 | 0 | 10 | 14 | 52 | 18 | 49 |
| Octal | 277 | 313 | 252 | 6 | 0 | 20 | 24 | 122 | 30 | 111 |
| Binary | 10111111 | 11001011 | 10101010 | 110 | 0 | 10000 | 10100 | 1010010 | 11000 | 1001001 |
Color Harmonies of #BFCBAA
Complementary color
Monochromatic Colors of #BFCBAA
Black with #BFCBAA
Text Example
Text Example
White with #BFCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBAA; }
p { color: rgb(191,203,170); }
H1.HeaderClassName
{
color: #BFCBAA;
}
.AnyTagClassName
{
color: #BFCBAA;
}
</style>
background-color css
<style>
a { background-color: #BFCBAA; }
a { background-color: rgb(191,203,170); }
div.DivClassName
{
background-color: #BFCBAA;
}
.BgClassName
{
background-color: #BFCBAA;
}
</style>
border-color css
<style>
span { border-color: #BFCBAA; }
span { border-color: rgb(191,203,170); }
td.TdClassName
{
border-color: #BFCBAA;
}
.TagClassName
{
border-color: #BFCBAA;
}
</style>