#BAEDE3

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

Shades of Water Leaf #BAEDE3

Tints of Water Leaf #BAEDE3

Color information

#BAEDE3 (or 0xBAEDE3) is unknown color: approx Water Leaf. HEX triplet: BA, ED and E3. RGB value is (186,237,227). Sum of RGB (Red+Green+Blue) = 186+237+227=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDE3 is #45121C. Grayscale: #DCDCDC. Windows color (decimal): -4526621 or 14937530. OLE color: 14937530.

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

Color convert

RGB186237227-
CMYK0.2200.040.07
HSL168.24º58.62%82.94%-
HSV(B)168.24º21.52%92.94%-
XYZ64.476.5584.06-
YUV220.61131.6103.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=28.62%
G=36.46%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372270.2200.040.07168.2458.6282.94
HexBAEDE316047a83b53
Octal2723553432604725073123
Binary101110101110110111100011101100100111101010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDE3; }

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

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

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

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

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

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

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

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