#BFD0A3

Color #BFD0A3 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BFD0A3

Tints of Pale Leaf #BFD0A3

Color information

#BFD0A3 (or 0xBFD0A3) is unknown color: approx 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

RGB191208163-
CMYK0.0800.220.18
HSL82.67º32.37%72.75%-
HSV(B)82.67º21.63%81.57%-
XYZ50.6558.8343.34-
YUV197.79108.37123.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=33.99%
G=37.01%
B=29.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081630.0800.220.1882.6732.3772.75
HexBFD0A3801612532049
Octal277320243100262212340111
Binary10111111110100001010001110000101101001010100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>