Shades of Pale Leaf #BFCBA3
Tints of Pale Leaf #BFCBA3
RGB
CMYK
RGB Variations
Color information
#BFCBA3 (or 0xBFCBA3) is known color: Pale Leaf. HEX triplet: BF, CB and A3. RGB value is (191,203,163). Sum of RGB (Red+Green+Blue) = 191+203+163=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA3 is #40345C. Grayscale: #C3C3C3. Windows color (decimal): -4207709 or 10734527. OLE color: 10734527.
HSL color Cylindrical-coordinate representation of color #BFCBA3: hue angle of 78º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 163 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.20 |
| HSL | 78º | 0.28% | 0.72% | - |
| HSV(B) | 78º | 0.2% | 0.8% | - |
| XYZ | 49.45 | 56.43 | 42.94 | - |
| YUV | 194.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 163 | 0.06 | 0 | 0.20 | 0.20 | 78 | 0.28 | 0.72 |
| Hex | BF | CB | A3 | 6 | 0 | 14 | 14 | 4E | 1C | 48 |
| Octal | 277 | 313 | 243 | 6 | 0 | 24 | 24 | 116 | 34 | 110 |
| Binary | 10111111 | 11001011 | 10100011 | 110 | 0 | 10100 | 10100 | 1001110 | 11100 | 1001000 |
Color Harmonies of #BFCBA3
Complementary color
Monochromatic Colors of #BFCBA3
Black with #BFCBA3
Text Example
Text Example
White with #BFCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBA3; }
p { color: rgb(191,203,163); }
H1.HeaderClassName
{
color: #BFCBA3;
}
.AnyTagClassName
{
color: #BFCBA3;
}
</style>
background-color css
<style>
a { background-color: #BFCBA3; }
a { background-color: rgb(191,203,163); }
div.DivClassName
{
background-color: #BFCBA3;
}
.BgClassName
{
background-color: #BFCBA3;
}
</style>
border-color css
<style>
span { border-color: #BFCBA3; }
span { border-color: rgb(191,203,163); }
td.TdClassName
{
border-color: #BFCBA3;
}
.TagClassName
{
border-color: #BFCBA3;
}
</style>