#BEF5E9

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

Shades of Water Leaf #BEF5E9

Tints of Water Leaf #BEF5E9

Color information

#BEF5E9 (or 0xBEF5E9) is unknown color: approx Water Leaf. HEX triplet: BE, F5 and E9. RGB value is (190,245,233). Sum of RGB (Red+Green+Blue) = 190+245+233=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5E9 is #410A16. Grayscale: #E3E3E3. Windows color (decimal): -4262423 or 15332798. OLE color: 15332798.

HSL color Cylindrical-coordinate representation of color #BEF5E9: hue angle of 166.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5E9 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB190245233-
CMYK0.2200.050.04
HSL166.91º73.33%85.29%-
HSV(B)166.91º22.45%96.08%-
XYZ68.682.1489.33-
YUV227.19131.28101.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 233 (91.41% from 255) = 34.88%
R=28.44%
G=36.68%
B=34.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452330.2200.050.04166.9173.3385.29
HexBEF5E916054a74955
Octal27636535126054247111125
Binary1011111011110101111010011011001011001010011110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5E9; }

 p { color: rgb(190,245,233); }

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

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

 a { background-color: rgb(190,245,233); }

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

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

 span { border-color: rgb(190,245,233); }

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