#BEF2E5

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

Shades of Water Leaf #BEF2E5

Tints of Water Leaf #BEF2E5

Color information

#BEF2E5 (or 0xBEF2E5) is unknown color: approx Water Leaf. HEX triplet: BE, F2 and E5. RGB value is (190,242,229). Sum of RGB (Red+Green+Blue) = 190+242+229=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2E5 is #410D1A. Grayscale: #E0E0E0. Windows color (decimal): -4263195 or 15069886. OLE color: 15069886.

HSL color Cylindrical-coordinate representation of color #BEF2E5: hue angle of 165º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB190242229-
CMYK0.2100.050.05
HSL165º66.67%84.71%-
HSV(B)165º21.49%94.9%-
XYZ67.1380.1186.05-
YUV224.97130.27103.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 229 (89.84% from 255) = 34.64%
R=28.74%
G=36.61%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422290.2100.050.0516566.6784.71
HexBEF2E515055a54355
Octal27636234525055245103125
Binary1011111011110010111001011010101011011010010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2E5; }

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

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

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

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

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

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

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

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