Shades of Pale Leaf #BFCBAC
Tints of Pale Leaf #BFCBAC
RGB
CMYK
RGB Variations
Color information
#BFCBAC (or 0xBFCBAC) is known color: Pale Leaf. HEX triplet: BF, CB and AC. RGB value is (191,203,172). Sum of RGB (Red+Green+Blue) = 191+203+172=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBAC is #403453. Grayscale: #C3C3C3. Windows color (decimal): -4207700 or 11324351. OLE color: 11324351.
HSL color Cylindrical-coordinate representation of color #BFCBAC: hue angle of 83.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCBAC is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 172 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.20 |
| HSL | 83.23º | 0.23% | 0.74% | - |
| HSV(B) | 83.23º | 0.15% | 0.8% | - |
| XYZ | 50.29 | 56.77 | 47.34 | - |
| YUV | 195.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 172 | 0.06 | 0 | 0.15 | 0.20 | 83.23 | 0.23 | 0.74 |
| Hex | BF | CB | AC | 6 | 0 | F | 14 | 53 | 17 | 4A |
| Octal | 277 | 313 | 254 | 6 | 0 | 17 | 24 | 123 | 27 | 112 |
| Binary | 10111111 | 11001011 | 10101100 | 110 | 0 | 1111 | 10100 | 1010011 | 10111 | 1001010 |
Color Harmonies of #BFCBAC
Complementary color
Monochromatic Colors of #BFCBAC
Black with #BFCBAC
Text Example
Text Example
White with #BFCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBAC; }
p { color: rgb(191,203,172); }
H1.HeaderClassName
{
color: #BFCBAC;
}
.AnyTagClassName
{
color: #BFCBAC;
}
</style>
background-color css
<style>
a { background-color: #BFCBAC; }
a { background-color: rgb(191,203,172); }
div.DivClassName
{
background-color: #BFCBAC;
}
.BgClassName
{
background-color: #BFCBAC;
}
</style>
border-color css
<style>
span { border-color: #BFCBAC; }
span { border-color: rgb(191,203,172); }
td.TdClassName
{
border-color: #BFCBAC;
}
.TagClassName
{
border-color: #BFCBAC;
}
</style>