#BFCDA7

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

Shades of Pale Leaf #BFCDA7

Tints of Pale Leaf #BFCDA7

Color information

#BFCDA7 (or 0xBFCDA7) is unknown color: approx Pale Leaf. HEX triplet: BF, CD and A7. RGB value is (191,205,167). Sum of RGB (Red+Green+Blue) = 191+205+167=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDA7 is #403258. Grayscale: #C4C4C4. Windows color (decimal): -4207193 or 10997183. OLE color: 10997183.

HSL color Cylindrical-coordinate representation of color #BFCDA7: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCDA7 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB191205167-
CMYK0.0700.190.20
HSL82.11º27.54%72.94%-
HSV(B)82.11º18.54%80.39%-
XYZ50.2957.5345.01-
YUV196.48111.36124.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 167 (65.62% from 255) = 29.66%
R=33.93%
G=36.41%
B=29.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051670.0700.190.2082.1127.5472.94
HexBFCDA7701314521c49
Octal27731524770232412234111
Binary101111111100110110100111111010011101001010010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDA7; }

 p { color: rgb(191,205,167); }

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

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

 a { background-color: rgb(191,205,167); }

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

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

 span { border-color: rgb(191,205,167); }

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