#BFCCA1

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

Shades of Pale Leaf #BFCCA1

Tints of Pale Leaf #BFCCA1

Color information

#BFCCA1 (or 0xBFCCA1) is unknown color: approx Pale Leaf. HEX triplet: BF, CC and A1. RGB value is (191,204,161). Sum of RGB (Red+Green+Blue) = 191+204+161=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCA1 is #40335E. Grayscale: #C3C3C3. Windows color (decimal): -4207455 or 10603711. OLE color: 10603711.

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

Color convert

RGB191204161-
CMYK0.0600.210.2
HSL78.14º29.66%71.57%-
HSV(B)78.14º21.08%80%-
XYZ49.5156.8442.08-
YUV195.21108.69125-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 161 (63.28% from 255) = 28.96%
R=34.35%
G=36.69%
B=28.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041610.0600.210.278.1429.6671.57
HexBFCCA16015144e1e48
Octal27731424160252411636110
Binary101111111100110010100001110010101101001001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCA1; }

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

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

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

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

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

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

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

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