#BAE8DE

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

Shades of Water Leaf #BAE8DE

Tints of Water Leaf #BAE8DE

Color information

#BAE8DE (or 0xBAE8DE) is unknown color: approx Water Leaf. HEX triplet: BA, E8 and DE. RGB value is (186,232,222). Sum of RGB (Red+Green+Blue) = 186+232+222=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8DE is #451721. Grayscale: #D9D9D9. Windows color (decimal): -4527906 or 14608570. OLE color: 14608570.

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

Color convert

RGB186232222-
CMYK0.2000.040.09
HSL166.96º50%81.96%-
HSV(B)166.96º19.83%90.98%-
XYZ62.2973.4380-
YUV217.11130.76105.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=29.06%
G=36.25%
B=34.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322220.2000.040.09166.965081.96
HexBAE8DE14049a73252
Octal27235033624041124762122
Binary1011101011101000110111101010001001001101001111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8DE; }

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

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

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

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

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

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

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

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