Shades of Pale Leaf #BFD0A3
Tints of Pale Leaf #BFD0A3
RGB
CMYK
RGB Variations
Color information
#BFD0A3 (or 0xBFD0A3) is known color: Pale Leaf. HEX triplet: BF, D0 and A3. RGB value is (191,208,163). Sum of RGB (Red+Green+Blue) = 191+208+163=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD0A3 is #402F5C. Grayscale: #C5C5C5. Windows color (decimal): -4206429 or 10735807. OLE color: 10735807.
HSL color Cylindrical-coordinate representation of color #BFD0A3: hue angle of 82.67º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFD0A3 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 163 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.18 |
| HSL | 82.67º | 0.32% | 0.73% | - |
| HSV(B) | 82.67º | 0.22% | 0.82% | - |
| XYZ | 50.65 | 58.83 | 43.34 | - |
| YUV | 197.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 163 | 0.08 | 0 | 0.22 | 0.18 | 82.67 | 0.32 | 0.73 |
| Hex | BF | D0 | A3 | 8 | 0 | 16 | 12 | 53 | 20 | 49 |
| Octal | 277 | 320 | 243 | 10 | 0 | 26 | 22 | 123 | 40 | 111 |
| Binary | 10111111 | 11010000 | 10100011 | 1000 | 0 | 10110 | 10010 | 1010011 | 100000 | 1001001 |
Color Harmonies of #BFD0A3
Complementary color
Monochromatic Colors of #BFD0A3
Black with #BFD0A3
Text Example
Text Example
White with #BFD0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0A3; }
p { color: rgb(191,208,163); }
H1.HeaderClassName
{
color: #BFD0A3;
}
.AnyTagClassName
{
color: #BFD0A3;
}
</style>
background-color css
<style>
a { background-color: #BFD0A3; }
a { background-color: rgb(191,208,163); }
div.DivClassName
{
background-color: #BFD0A3;
}
.BgClassName
{
background-color: #BFD0A3;
}
</style>
border-color css
<style>
span { border-color: #BFD0A3; }
span { border-color: rgb(191,208,163); }
td.TdClassName
{
border-color: #BFD0A3;
}
.TagClassName
{
border-color: #BFD0A3;
}
</style>