#BEF7E5

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

Shades of Water Leaf #BEF7E5

Tints of Water Leaf #BEF7E5

Color information

#BEF7E5 (or 0xBEF7E5) is unknown color: approx Water Leaf. HEX triplet: BE, F7 and E5. RGB value is (190,247,229). Sum of RGB (Red+Green+Blue) = 190+247+229=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7E5 is #41081A. Grayscale: #E3E3E3. Windows color (decimal): -4261915 or 15071166. OLE color: 15071166.

HSL color Cylindrical-coordinate representation of color #BEF7E5: hue angle of 161.05º 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 #BEF7E5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB190247229-
CMYK0.2300.070.03
HSL161.05º78.08%85.69%-
HSV(B)161.05º23.08%96.86%-
XYZ68.6483.1386.56-
YUV227.9128.62100.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=28.53%
G=37.09%
B=34.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472290.2300.070.03161.0578.0885.69
HexBEF7E517073a14e56
Octal27636734527073241116126
Binary101111101111011111100101101110111111010000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7E5; }

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

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

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

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

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

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

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

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