#BEF8EC

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

Shades of Water Leaf #BEF8EC

Tints of Water Leaf #BEF8EC

Color information

#BEF8EC (or 0xBEF8EC) is unknown color: approx Water Leaf. HEX triplet: BE, F8 and EC. RGB value is (190,248,236). Sum of RGB (Red+Green+Blue) = 190+248+236=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8EC is #410713. Grayscale: #E5E5E5. Windows color (decimal): -4261652 or 15530174. OLE color: 15530174.

HSL color Cylindrical-coordinate representation of color #BEF8EC: hue angle of 167.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8EC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB190248236-
CMYK0.2300.050.03
HSL167.59º80.56%85.88%-
HSV(B)167.59º23.39%97.25%-
XYZ69.9484.1491.91-
YUV229.29131.7899.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=28.19%
G=36.80%
B=35.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482360.2300.050.03167.5980.5685.88
HexBEF8EC17053a85156
Octal27637035427053250121126
Binary101111101111100011101100101110101111010100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8EC; }

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

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

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

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

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

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

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

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