#BAE7DE

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

Shades of Water Leaf #BAE7DE

Tints of Water Leaf #BAE7DE

Color information

#BAE7DE (or 0xBAE7DE) is unknown color: approx Water Leaf. HEX triplet: BA, E7 and DE. RGB value is (186,231,222). Sum of RGB (Red+Green+Blue) = 186+231+222=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7DE is #451821. Grayscale: #D8D8D8. Windows color (decimal): -4528162 or 14608314. OLE color: 14608314.

HSL color Cylindrical-coordinate representation of color #BAE7DE: hue angle of 168º 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 #BAE7DE is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB186231222-
CMYK0.1900.040.09
HSL168º48.39%81.76%-
HSV(B)168º19.48%90.59%-
XYZ62.0172.8679.9-
YUV216.52131.09106.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 231 (90.62% from 255) = 36.15%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=29.11%
G=36.15%
B=34.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312220.1900.040.0916848.3981.76
HexBAE7DE13049a83052
Octal27234733623041125060122
Binary1011101011100111110111101001101001001101010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7DE; }

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

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

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

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

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

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

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

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