#BEF5E4

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

Shades of Water Leaf #BEF5E4

Tints of Water Leaf #BEF5E4

Color information

#BEF5E4 (or 0xBEF5E4) is unknown color: approx Water Leaf. HEX triplet: BE, F5 and E4. RGB value is (190,245,228). Sum of RGB (Red+Green+Blue) = 190+245+228=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5E4 is #410A1B. Grayscale: #E2E2E2. Windows color (decimal): -4262428 or 15005118. OLE color: 15005118.

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

Color convert

RGB190245228-
CMYK0.2200.070.04
HSL161.45º73.33%85.29%-
HSV(B)161.45º22.45%96.08%-
XYZ67.8981.8585.62-
YUV226.62128.78101.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=28.66%
G=36.95%
B=34.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452280.2200.070.04161.4573.3385.29
HexBEF5E416074a14955
Octal27636534426074241111125
Binary1011111011110101111001001011001111001010000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5E4; }

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

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

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

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

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

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

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

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