#BEF2EA

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

Shades of Water Leaf #BEF2EA

Tints of Water Leaf #BEF2EA

Color information

#BEF2EA (or 0xBEF2EA) is unknown color: approx Water Leaf. HEX triplet: BE, F2 and EA. RGB value is (190,242,234). Sum of RGB (Red+Green+Blue) = 190+242+234=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2EA is #410D15. Grayscale: #E1E1E1. Windows color (decimal): -4263190 or 15397566. OLE color: 15397566.

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

Color convert

RGB190242234-
CMYK0.2100.030.05
HSL170.77º66.67%84.71%-
HSV(B)170.77º21.49%94.9%-
XYZ67.8480.3989.78-
YUV225.54132.77102.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=28.53%
G=36.34%
B=35.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422340.2100.030.05170.7766.6784.71
HexBEF2EA15035ab4355
Octal27636235225035253103125
Binary101111101111001011101010101010111011010101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2EA; }

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

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

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

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

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

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

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

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