#BAEADA

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

Shades of Water Leaf #BAEADA

Tints of Water Leaf #BAEADA

Color information

#BAEADA (or 0xBAEADA) is unknown color: approx Water Leaf. HEX triplet: BA, EA and DA. RGB value is (186,234,218). Sum of RGB (Red+Green+Blue) = 186+234+218=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADA is #451525. Grayscale: #D9D9D9. Windows color (decimal): -4527398 or 14346938. OLE color: 14346938.

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

Color convert

RGB186234218-
CMYK0.2100.070.08
HSL160º53.33%82.35%-
HSV(B)160º20.51%91.76%-
XYZ62.3374.3577.4-
YUV217.82128.1105.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=29.15%
G=36.68%
B=34.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342180.2100.070.0816053.3382.35
HexBAEADA15078a03552
Octal27235233225071024065122
Binary1011101011101010110110101010101111000101000001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEADA; }

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

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

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

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

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

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

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

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