#BAE4DF

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

Shades of Water Leaf #BAE4DF

Tints of Water Leaf #BAE4DF

Color information

#BAE4DF (or 0xBAE4DF) is unknown color: approx Water Leaf. HEX triplet: BA, E4 and DF. RGB value is (186,228,223). Sum of RGB (Red+Green+Blue) = 186+228+223=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DF is #451B20. Grayscale: #D6D6D6. Windows color (decimal): -4528929 or 14673082. OLE color: 14673082.

HSL color Cylindrical-coordinate representation of color #BAE4DF: hue angle of 172.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4DF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB186228223-
CMYK0.1800.020.11
HSL172.86º43.75%81.18%-
HSV(B)172.86º18.42%89.41%-
XYZ61.3171.2580.33-
YUV214.87132.59107.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=29.20%
G=35.79%
B=35.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862282230.1800.020.11172.8643.7581.18
HexBAE4DF1202Bad2c51
Octal27234433722021325554121
Binary101110101110010011011111100100101011101011011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4DF; }

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

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

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

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

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

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

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

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