#BFCDAE

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

Shades of Pale Leaf #BFCDAE

Tints of Pale Leaf #BFCDAE

Color information

#BFCDAE (or 0xBFCDAE) is unknown color: approx Pale Leaf. HEX triplet: BF, CD and AE. RGB value is (191,205,174). Sum of RGB (Red+Green+Blue) = 191+205+174=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCDAE is #403251. Grayscale: #C5C5C5. Windows color (decimal): -4207186 or 11455935. OLE color: 11455935.

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

Color convert

RGB191205174-
CMYK0.0700.150.20
HSL87.1º23.66%74.31%-
HSV(B)87.1º15.12%80.39%-
XYZ50.9657.848.51-
YUV197.28114.86123.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=33.51%
G=35.96%
B=30.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051740.0700.150.2087.123.6674.31
HexBFCDAE70F1457184a
Octal27731525670172412730112
Binary10111111110011011010111011101111101001010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDAE; }

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

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

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

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

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

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

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

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