#BAE7DA

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

Shades of Water Leaf #BAE7DA

Tints of Water Leaf #BAE7DA

Color information

#BAE7DA (or 0xBAE7DA) is unknown color: approx Water Leaf. HEX triplet: BA, E7 and DA. RGB value is (186,231,218). Sum of RGB (Red+Green+Blue) = 186+231+218=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7DA is #451825. Grayscale: #D8D8D8. Windows color (decimal): -4528166 or 14346170. OLE color: 14346170.

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

Color convert

RGB186231218-
CMYK0.1900.060.09
HSL162.67º48.39%81.76%-
HSV(B)162.67º19.48%90.59%-
XYZ61.4872.6577.11-
YUV216.06129.09106.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=29.29%
G=36.38%
B=34.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312180.1900.060.09162.6748.3981.76
HexBAE7DA13069a33052
Octal27234733223061124360122
Binary1011101011100111110110101001101101001101000111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7DA; }

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

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

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

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

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

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

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

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