#BFCCA9

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

Shades of Pale Leaf #BFCCA9

Tints of Pale Leaf #BFCCA9

Color information

#BFCCA9 (or 0xBFCCA9) is unknown color: approx Pale Leaf. HEX triplet: BF, CC and A9. RGB value is (191,204,169). Sum of RGB (Red+Green+Blue) = 191+204+169=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCA9 is #403356. Grayscale: #C4C4C4. Windows color (decimal): -4207447 or 11127999. OLE color: 11127999.

HSL color Cylindrical-coordinate representation of color #BFCCA9: hue angle of 82.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCA9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB191204169-
CMYK0.0600.170.2
HSL82.29º25.55%73.14%-
HSV(B)82.29º17.16%80%-
XYZ50.2457.1345.91-
YUV196.12112.69124.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=33.87%
G=36.17%
B=29.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041690.0600.170.282.2925.5573.14
HexBFCCA9601114521a49
Octal27731425160212412232111
Binary101111111100110010101001110010001101001010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCA9; }

 p { color: rgb(191,204,169); }

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

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

 a { background-color: rgb(191,204,169); }

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

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

 span { border-color: rgb(191,204,169); }

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