#BAE8E2

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

Shades of Water Leaf #BAE8E2

Tints of Water Leaf #BAE8E2

Color information

#BAE8E2 (or 0xBAE8E2) is unknown color: approx Water Leaf. HEX triplet: BA, E8 and E2. RGB value is (186,232,226). Sum of RGB (Red+Green+Blue) = 186+232+226=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8E2 is #45171D. Grayscale: #D9D9D9. Windows color (decimal): -4527902 or 14870714. OLE color: 14870714.

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

Color convert

RGB186232226-
CMYK0.2000.030.09
HSL172.17º50%81.96%-
HSV(B)172.17º19.83%90.98%-
XYZ62.8373.6482.85-
YUV217.56132.76105.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 226 (88.67% from 255) = 35.09%
R=28.88%
G=36.02%
B=35.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322260.2000.030.09172.175081.96
HexBAE8E214039ac3252
Octal27235034224031125462122
Binary101110101110100011100010101000111001101011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8E2; }

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

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

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

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

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

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

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

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