#BFCDAD

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

Shades of Pale Leaf #BFCDAD

Tints of Pale Leaf #BFCDAD

Color information

#BFCDAD (or 0xBFCDAD) is unknown color: approx Pale Leaf. HEX triplet: BF, CD and AD. RGB value is (191,205,173). Sum of RGB (Red+Green+Blue) = 191+205+173=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAD is #403252. Grayscale: #C5C5C5. Windows color (decimal): -4207187 or 11390399. OLE color: 11390399.

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

Color convert

RGB191205173-
CMYK0.0700.160.20
HSL86.25º24.24%74.12%-
HSV(B)86.25º15.61%80.39%-
XYZ50.8657.7648-
YUV197.17114.36123.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=33.57%
G=36.03%
B=30.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051730.0700.160.2086.2524.2474.12
HexBFCDAD70101456184a
Octal27731525570202412630112
Binary101111111100110110101101111010000101001010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDAD; }

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

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

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

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

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

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

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

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