#BAE6DF

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

Shades of Water Leaf #BAE6DF

Tints of Water Leaf #BAE6DF

Color information

#BAE6DF (or 0xBAE6DF) is unknown color: approx Water Leaf. HEX triplet: BA, E6 and DF. RGB value is (186,230,223). Sum of RGB (Red+Green+Blue) = 186+230+223=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DF is #451920. Grayscale: #D8D8D8. Windows color (decimal): -4528417 or 14673594. OLE color: 14673594.

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

Color convert

RGB186230223-
CMYK0.1900.030.10
HSL170.45º46.81%81.57%-
HSV(B)170.45º19.13%90.2%-
XYZ61.8772.3680.52-
YUV216.05131.92106.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=29.11%
G=35.99%
B=34.90%

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
Decimal1862302230.1900.030.10170.4546.8181.57
HexBAE6DF1303Aaa2f52
Octal27234633723031225257122
Binary101110101110011011011111100110111010101010101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6DF; }

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

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

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

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

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

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

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

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