#BAEAD9

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

Shades of Water Leaf #BAEAD9

Tints of Water Leaf #BAEAD9

Color information

#BAEAD9 (or 0xBAEAD9) is unknown color: approx Water Leaf. HEX triplet: BA, EA and D9. RGB value is (186,234,217). Sum of RGB (Red+Green+Blue) = 186+234+217=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAD9 is #451526. Grayscale: #D9D9D9. Windows color (decimal): -4527399 or 14281402. OLE color: 14281402.

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

Color convert

RGB186234217-
CMYK0.2100.070.08
HSL158.75º53.33%82.35%-
HSV(B)158.75º20.51%91.76%-
XYZ62.274.2976.71-
YUV217.71127.6105.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=29.20%
G=36.73%
B=34.07%

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
Decimal1862342170.2100.070.08158.7553.3382.35
HexBAEAD9150789f3552
Octal27235233125071023765122
Binary1011101011101010110110011010101111000100111111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAD9; }

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

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

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

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

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

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

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

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