#BEE7DD

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

Shades of Water Leaf #BEE7DD

Tints of Water Leaf #BEE7DD

Color information

#BEE7DD (or 0xBEE7DD) is unknown color: approx Water Leaf. HEX triplet: BE, E7 and DD. RGB value is (190,231,221). Sum of RGB (Red+Green+Blue) = 190+231+221=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7DD is #411822. Grayscale: #D9D9D9. Windows color (decimal): -4266019 or 14542782. OLE color: 14542782.

HSL color Cylindrical-coordinate representation of color #BEE7DD: hue angle of 165.37º 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 #BEE7DD is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB190231221-
CMYK0.1800.040.09
HSL165.37º46.07%82.55%-
HSV(B)165.37º17.75%90.59%-
XYZ62.8673.3279.25-
YUV217.6129.92108.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=29.60%
G=35.98%
B=34.42%

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
Decimal1902312210.1800.040.09165.3746.0782.55
HexBEE7DD12049a52e53
Octal27634733522041124556123
Binary1011111011100111110111011001001001001101001011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7DD; }

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

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

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

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

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

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

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

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