#BAEADE

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

Shades of Water Leaf #BAEADE

Tints of Water Leaf #BAEADE

Color information

#BAEADE (or 0xBAEADE) is unknown color: approx Water Leaf. HEX triplet: BA, EA and DE. RGB value is (186,234,222). Sum of RGB (Red+Green+Blue) = 186+234+222=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADE is #451521. Grayscale: #DADADA. Windows color (decimal): -4527394 or 14609082. OLE color: 14609082.

HSL color Cylindrical-coordinate representation of color #BAEADE: hue angle of 165º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEADE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB186234222-
CMYK0.2100.050.08
HSL165º53.33%82.35%-
HSV(B)165º20.51%91.76%-
XYZ62.8674.5680.19-
YUV218.28130.1104.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=28.97%
G=36.45%
B=34.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342220.2100.050.0816553.3382.35
HexBAEADE15058a53552
Octal27235233625051024565122
Binary1011101011101010110111101010101011000101001011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEADE; }

 p { color: rgb(186,234,222); }

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

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

 a { background-color: rgb(186,234,222); }

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

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

 span { border-color: rgb(186,234,222); }

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