#BEF7EC

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

Shades of Water Leaf #BEF7EC

Tints of Water Leaf #BEF7EC

Color information

#BEF7EC (or 0xBEF7EC) is unknown color: approx Water Leaf. HEX triplet: BE, F7 and EC. RGB value is (190,247,236). Sum of RGB (Red+Green+Blue) = 190+247+236=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7EC is #410813. Grayscale: #E4E4E4. Windows color (decimal): -4261908 or 15529918. OLE color: 15529918.

HSL color Cylindrical-coordinate representation of color #BEF7EC: hue angle of 168.42º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB190247236-
CMYK0.2300.040.03
HSL168.42º78.08%85.69%-
HSV(B)168.42º23.08%96.86%-
XYZ69.6483.5291.81-
YUV228.7132.12100.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=28.23%
G=36.70%
B=35.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472360.2300.040.03168.4278.0885.69
HexBEF7EC17043a84e56
Octal27636735427043250116126
Binary101111101111011111101100101110100111010100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7EC; }

 p { color: rgb(190,247,236); }

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

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

 a { background-color: rgb(190,247,236); }

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

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

 span { border-color: rgb(190,247,236); }

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