#BAEADF

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

Shades of Water Leaf #BAEADF

Tints of Water Leaf #BAEADF

Color information

#BAEADF (or 0xBAEADF) is unknown color: approx Water Leaf. HEX triplet: BA, EA and DF. RGB value is (186,234,223). Sum of RGB (Red+Green+Blue) = 186+234+223=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADF is #451520. Grayscale: #DADADA. Windows color (decimal): -4527393 or 14674618. OLE color: 14674618.

HSL color Cylindrical-coordinate representation of color #BAEADF: hue angle of 166.25º 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 #BAEADF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB186234223-
CMYK0.2100.050.08
HSL166.25º53.33%82.35%-
HSV(B)166.25º20.51%91.76%-
XYZ62.9974.6180.89-
YUV218.39130.6104.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=28.93%
G=36.39%
B=34.68%

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
Decimal1862342230.2100.050.08166.2553.3382.35
HexBAEADF15058a63552
Octal27235233725051024665122
Binary1011101011101010110111111010101011000101001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEADF; }

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

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

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

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

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

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

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

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