#BAE2DE

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

Shades of Water Leaf #BAE2DE

Tints of Water Leaf #BAE2DE

Color information

#BAE2DE (or 0xBAE2DE) is unknown color: approx Water Leaf. HEX triplet: BA, E2 and DE. RGB value is (186,226,222). Sum of RGB (Red+Green+Blue) = 186+226+222=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DE is #451D21. Grayscale: #D5D5D5. Windows color (decimal): -4529442 or 14607034. OLE color: 14607034.

HSL color Cylindrical-coordinate representation of color #BAE2DE: hue angle of 174º degrees, saturation: 0.41, 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 #BAE2DE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB186226222-
CMYK0.1800.020.11
HSL174º40.82%80.78%-
HSV(B)174º17.7%88.63%-
XYZ60.6370.1179.44-
YUV213.58132.75108.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=29.34%
G=35.65%
B=35.02%

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
Decimal1862262220.1800.020.1117440.8280.78
HexBAE2DE1202Bae2951
Octal27234233622021325651121
Binary101110101110001011011110100100101011101011101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2DE; }

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

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

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

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

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

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

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

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