#BEE5DA

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

Shades of Water Leaf #BEE5DA

Tints of Water Leaf #BEE5DA

Color information

#BEE5DA (or 0xBEE5DA) is unknown color: approx Water Leaf. HEX triplet: BE, E5 and DA. RGB value is (190,229,218). Sum of RGB (Red+Green+Blue) = 190+229+218=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DA is #411A25. Grayscale: #D8D8D8. Windows color (decimal): -4266534 or 14345662. OLE color: 14345662.

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

Color convert

RGB190229218-
CMYK0.1700.050.10
HSL163.08º42.86%82.16%-
HSV(B)163.08º17.03%89.8%-
XYZ61.9172.0576.97-
YUV216.08129.08109.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=29.83%
G=35.95%
B=34.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902292180.1700.050.10163.0842.8682.16
HexBEE5DA1105Aa32b52
Octal27634533221051224353122
Binary1011111011100101110110101000101011010101000111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5DA; }

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

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

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

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

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

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

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

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