#BAEDE1

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

Shades of Water Leaf #BAEDE1

Tints of Water Leaf #BAEDE1

Color information

#BAEDE1 (or 0xBAEDE1) is unknown color: approx Water Leaf. HEX triplet: BA, ED and E1. RGB value is (186,237,225). Sum of RGB (Red+Green+Blue) = 186+237+225=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDE1 is #45121E. Grayscale: #DCDCDC. Windows color (decimal): -4526623 or 14806458. OLE color: 14806458.

HSL color Cylindrical-coordinate representation of color #BAEDE1: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDE1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB186237225-
CMYK0.2200.050.07
HSL165.88º58.62%82.94%-
HSV(B)165.88º21.52%92.94%-
XYZ64.1276.4482.61-
YUV220.38130.6103.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=28.70%
G=36.57%
B=34.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372250.2200.050.07165.8858.6282.94
HexBAEDE116057a63b53
Octal2723553412605724673123
Binary101110101110110111100001101100101111101001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDE1; }

 p { color: rgb(186,237,225); }

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

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

 a { background-color: rgb(186,237,225); }

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

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

 span { border-color: rgb(186,237,225); }

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