#BAEDDA

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

Shades of Water Leaf #BAEDDA

Tints of Water Leaf #BAEDDA

Color information

#BAEDDA (or 0xBAEDDA) is unknown color: approx Water Leaf. HEX triplet: BA, ED and DA. RGB value is (186,237,218). Sum of RGB (Red+Green+Blue) = 186+237+218=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDA is #451225. Grayscale: #DBDBDB. Windows color (decimal): -4526630 or 14347706. OLE color: 14347706.

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

Color convert

RGB186237218-
CMYK0.2200.080.07
HSL157.65º58.62%82.94%-
HSV(B)157.65º21.52%92.94%-
XYZ63.1976.0777.68-
YUV219.58127.1104.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=29.02%
G=36.97%
B=34.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372180.2200.080.07157.6558.6282.94
HexBAEDDA160879e3b53
Octal27235533226010723673123
Binary1011101011101101110110101011001000111100111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDDA; }

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

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

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

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

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

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

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

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