#BEE5DE

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

Shades of Water Leaf #BEE5DE

Tints of Water Leaf #BEE5DE

Color information

#BEE5DE (or 0xBEE5DE) is unknown color: approx Water Leaf. HEX triplet: BE, E5 and DE. RGB value is (190,229,222). Sum of RGB (Red+Green+Blue) = 190+229+222=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DE is #411A21. Grayscale: #D8D8D8. Windows color (decimal): -4266530 or 14607806. OLE color: 14607806.

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

Color convert

RGB190229222-
CMYK0.1700.030.10
HSL169.23º42.86%82.16%-
HSV(B)169.23º17.03%89.8%-
XYZ62.4472.2679.76-
YUV216.54131.08109.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=29.64%
G=35.73%
B=34.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902292220.1700.030.10169.2342.8682.16
HexBEE5DE1103Aa92b52
Octal27634533621031225153122
Binary101111101110010111011110100010111010101010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5DE; }

 p { color: rgb(190,229,222); }

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

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

 a { background-color: rgb(190,229,222); }

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

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

 span { border-color: rgb(190,229,222); }

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