#BAEDE0

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

Shades of Water Leaf #BAEDE0

Tints of Water Leaf #BAEDE0

Color information

#BAEDE0 (or 0xBAEDE0) is unknown color: approx Water Leaf. HEX triplet: BA, ED and E0. RGB value is (186,237,224). Sum of RGB (Red+Green+Blue) = 186+237+224=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDE0 is #45121F. Grayscale: #DCDCDC. Windows color (decimal): -4526624 or 14740922. OLE color: 14740922.

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

Color convert

RGB186237224-
CMYK0.2200.050.07
HSL164.71º58.62%82.94%-
HSV(B)164.71º21.52%92.94%-
XYZ63.9976.3981.89-
YUV220.27130.1103.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=28.75%
G=36.63%
B=34.62%

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
Decimal1862372240.2200.050.07164.7158.6282.94
HexBAEDE016057a53b53
Octal2723553402605724573123
Binary101110101110110111100000101100101111101001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDE0; }

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

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

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

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

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

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

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

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