#BEF0E5

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

Shades of Water Leaf #BEF0E5

Tints of Water Leaf #BEF0E5

Color information

#BEF0E5 (or 0xBEF0E5) is unknown color: approx Water Leaf. HEX triplet: BE, F0 and E5. RGB value is (190,240,229). Sum of RGB (Red+Green+Blue) = 190+240+229=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0E5 is #410F1A. Grayscale: #DFDFDF. Windows color (decimal): -4263707 or 15069374. OLE color: 15069374.

HSL color Cylindrical-coordinate representation of color #BEF0E5: hue angle of 166.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB190240229-
CMYK0.2100.050.06
HSL166.8º62.5%84.31%-
HSV(B)166.8º20.83%94.12%-
XYZ66.5478.9285.86-
YUV223.8130.94103.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=28.83%
G=36.42%
B=34.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402290.2100.050.06166.862.584.31
HexBEF0E515056a73e54
Octal2763603452505624776124
Binary101111101111000011100101101010101110101001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0E5; }

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

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

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

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

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

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

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

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