#BAE7E0

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

Shades of Water Leaf #BAE7E0

Tints of Water Leaf #BAE7E0

Color information

#BAE7E0 (or 0xBAE7E0) is unknown color: approx Water Leaf. HEX triplet: BA, E7 and E0. RGB value is (186,231,224). Sum of RGB (Red+Green+Blue) = 186+231+224=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7E0 is #45181F. Grayscale: #D8D8D8. Windows color (decimal): -4528160 or 14739386. OLE color: 14739386.

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

Color convert

RGB186231224-
CMYK0.1900.030.09
HSL170.67º48.39%81.76%-
HSV(B)170.67º19.48%90.59%-
XYZ62.2872.9781.32-
YUV216.75132.09106.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=29.02%
G=36.04%
B=34.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312240.1900.030.09170.6748.3981.76
HexBAE7E013039ab3052
Octal27234734023031125360122
Binary101110101110011111100000100110111001101010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7E0; }

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

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

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

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

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

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

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

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