#BAE9DA

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

Shades of Water Leaf #BAE9DA

Tints of Water Leaf #BAE9DA

Color information

#BAE9DA (or 0xBAE9DA) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and DA. RGB value is (186,233,218). Sum of RGB (Red+Green+Blue) = 186+233+218=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DA is #451625. Grayscale: #D9D9D9. Windows color (decimal): -4527654 or 14346682. OLE color: 14346682.

HSL color Cylindrical-coordinate representation of color #BAE9DA: hue angle of 160.85º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9DA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB186233218-
CMYK0.2000.060.09
HSL160.85º51.65%82.16%-
HSV(B)160.85º20.17%91.37%-
XYZ62.0473.7877.3-
YUV217.24128.43105.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=29.20%
G=36.58%
B=34.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332180.2000.060.09160.8551.6582.16
HexBAE9DA14069a13452
Octal27235133224061124164122
Binary1011101011101001110110101010001101001101000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9DA; }

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

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

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

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

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

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

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

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