#BEF5EC

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

Shades of Water Leaf #BEF5EC

Tints of Water Leaf #BEF5EC

Color information

#BEF5EC (or 0xBEF5EC) is unknown color: approx Water Leaf. HEX triplet: BE, F5 and EC. RGB value is (190,245,236). Sum of RGB (Red+Green+Blue) = 190+245+236=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5EC is #410A13. Grayscale: #E3E3E3. Windows color (decimal): -4262420 or 15529406. OLE color: 15529406.

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

Color convert

RGB190245236-
CMYK0.2200.040.04
HSL170.18º73.33%85.29%-
HSV(B)170.18º22.45%96.08%-
XYZ69.0382.3191.61-
YUV227.53132.78101.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=28.32%
G=36.51%
B=35.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902452360.2200.040.04170.1873.3385.29
HexBEF5EC16044aa4955
Octal27636535426044252111125
Binary1011111011110101111011001011001001001010101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5EC; }

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

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

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

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

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

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

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

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