#BEE7DE

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

Shades of Water Leaf #BEE7DE

Tints of Water Leaf #BEE7DE

Color information

#BEE7DE (or 0xBEE7DE) is unknown color: approx Water Leaf. HEX triplet: BE, E7 and DE. RGB value is (190,231,222). Sum of RGB (Red+Green+Blue) = 190+231+222=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7DE is #411821. Grayscale: #D9D9D9. Windows color (decimal): -4266018 or 14608318. OLE color: 14608318.

HSL color Cylindrical-coordinate representation of color #BEE7DE: hue angle of 166.83º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7DE is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB190231222-
CMYK0.1800.040.09
HSL166.83º46.07%82.55%-
HSV(B)166.83º17.75%90.59%-
XYZ6373.3779.95-
YUV217.71130.42108.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=29.55%
G=35.93%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902312220.1800.040.09166.8346.0782.55
HexBEE7DE12049a72e53
Octal27634733622041124756123
Binary1011111011100111110111101001001001001101001111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7DE; }

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

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

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

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

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

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

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

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