#BABFAE

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

Shades of Pale Leaf #BABFAE

Tints of Pale Leaf #BABFAE

Color information

#BABFAE (or 0xBABFAE) is unknown color: approx Pale Leaf. HEX triplet: BA, BF and AE. RGB value is (186,191,174). Sum of RGB (Red+Green+Blue) = 186+191+174=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFAE is #454051. Grayscale: #BBBBBB. Windows color (decimal): -4538450 or 11452346. OLE color: 11452346.

HSL color Cylindrical-coordinate representation of color #BABFAE: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABFAE is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB186191174-
CMYK0.0300.090.25
HSL77.65º11.72%71.57%-
HSV(B)77.65º8.9%74.9%-
XYZ46.5250.7647.39-
YUV187.57120.34126.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=33.76%
G=34.66%
B=31.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911740.0300.090.2577.6511.7271.57
HexBABFAE309194ec48
Octal27227725630113111614110
Binary101110101011111110101110110100111001100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFAE; }

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

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

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

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

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

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

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

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