#BAE5DD

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

Shades of Water Leaf #BAE5DD

Tints of Water Leaf #BAE5DD

Color information

#BAE5DD (or 0xBAE5DD) is unknown color: approx Water Leaf. HEX triplet: BA, E5 and DD. RGB value is (186,229,221). Sum of RGB (Red+Green+Blue) = 186+229+221=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DD is #451A22. Grayscale: #D7D7D7. Windows color (decimal): -4528675 or 14542266. OLE color: 14542266.

HSL color Cylindrical-coordinate representation of color #BAE5DD: hue angle of 168.84º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5DD is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB186229221-
CMYK0.1900.030.10
HSL168.84º45.26%81.37%-
HSV(B)168.84º18.78%89.8%-
XYZ61.3271.779.01-
YUV215.23131.25107.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=29.25%
G=36.01%
B=34.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292210.1900.030.10168.8445.2681.37
HexBAE5DD1303Aa92d51
Octal27234533523031225155121
Binary101110101110010111011101100110111010101010011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5DD; }

 p { color: rgb(186,229,221); }

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

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

 a { background-color: rgb(186,229,221); }

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

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

 span { border-color: rgb(186,229,221); }

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