#BFCAA3

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

Shades of Pale Leaf #BFCAA3

Tints of Pale Leaf #BFCAA3

Color information

#BFCAA3 (or 0xBFCAA3) is unknown color: approx Pale Leaf. HEX triplet: BF, CA and A3. RGB value is (191,202,163). Sum of RGB (Red+Green+Blue) = 191+202+163=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAA3 is #40355C. Grayscale: #C2C2C2. Windows color (decimal): -4207965 or 10734271. OLE color: 10734271.

HSL color Cylindrical-coordinate representation of color #BFCAA3: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCAA3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB191202163-
CMYK0.0500.190.21
HSL76.92º26.9%71.57%-
HSV(B)76.92º19.31%79.22%-
XYZ49.2255.9642.86-
YUV194.26110.36125.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=34.35%
G=36.33%
B=29.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021630.0500.190.2176.9226.971.57
HexBFCAA35013154d1b48
Octal27731224350232511533110
Binary101111111100101010100011101010011101011001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAA3; }

 p { color: rgb(191,202,163); }

 H1.HeaderClassName
 {
   color: #BFCAA3;
 }
 .AnyTagClassName
 {
   color: #BFCAA3;
 }
</style>
background-color css

<style>
 a { background-color: #BFCAA3; }

 a { background-color: rgb(191,202,163); }

 div.DivClassName
 {
   background-color: #BFCAA3;
 }
 .BgClassName
 {
   background-color: #BFCAA3;
 }
</style>
border-color css

<style>
 span { border-color: #BFCAA3; }

 span { border-color: rgb(191,202,163); }

 td.TdClassName
 {
   border-color: #BFCAA3;
 }
 .TagClassName
 {
   border-color: #BFCAA3;
 }
</style>