#BAE5DF

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

Shades of Water Leaf #BAE5DF

Tints of Water Leaf #BAE5DF

Color information

#BAE5DF (or 0xBAE5DF) is unknown color: approx Water Leaf. HEX triplet: BA, E5 and DF. RGB value is (186,229,223). Sum of RGB (Red+Green+Blue) = 186+229+223=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DF is #451A20. Grayscale: #D7D7D7. Windows color (decimal): -4528673 or 14673338. OLE color: 14673338.

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

Color convert

RGB186229223-
CMYK0.1900.030.10
HSL171.63º45.26%81.37%-
HSV(B)171.63º18.78%89.8%-
XYZ61.5971.8180.43-
YUV215.46132.25106.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=29.15%
G=35.89%
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.10
SystemRedGreenBlueCMYKHSL
Decimal1862292230.1900.030.10171.6345.2681.37
HexBAE5DF1303Aac2d51
Octal27234533723031225455121
Binary101110101110010111011111100110111010101011001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5DF; }

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

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

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

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

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

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

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

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