#BFCAAE

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

Shades of Pale Leaf #BFCAAE

Tints of Pale Leaf #BFCAAE

Color information

#BFCAAE (or 0xBFCAAE) is unknown color: approx Pale Leaf. HEX triplet: BF, CA and AE. RGB value is (191,202,174). Sum of RGB (Red+Green+Blue) = 191+202+174=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCAAE is #403551. Grayscale: #C3C3C3. Windows color (decimal): -4207954 or 11455167. OLE color: 11455167.

HSL color Cylindrical-coordinate representation of color #BFCAAE: hue angle of 83.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCAAE is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB191202174-
CMYK0.0500.140.21
HSL83.57º20.9%73.73%-
HSV(B)83.57º13.86%79.22%-
XYZ50.2556.3748.28-
YUV195.52115.86124.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=33.69%
G=35.63%
B=30.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021740.0500.140.2183.5720.973.73
HexBFCAAE50E1554154a
Octal27731225650162512425112
Binary10111111110010101010111010101110101011010100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAAE; }

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

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

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

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

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

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

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

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