#BEF8ED

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

Shades of Water Leaf #BEF8ED

Tints of Water Leaf #BEF8ED

Color information

#BEF8ED (or 0xBEF8ED) is unknown color: approx Water Leaf. HEX triplet: BE, F8 and ED. RGB value is (190,248,237). Sum of RGB (Red+Green+Blue) = 190+248+237=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8ED is #410712. Grayscale: #E5E5E5. Windows color (decimal): -4261651 or 15595710. OLE color: 15595710.

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

Color convert

RGB190248237-
CMYK0.2300.040.03
HSL168.62º80.56%85.88%-
HSV(B)168.62º23.39%97.25%-
XYZ70.0984.292.68-
YUV229.4132.2899.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=28.15%
G=36.74%
B=35.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482370.2300.040.03168.6280.5685.88
HexBEF8ED17043a95156
Octal27637035527043251121126
Binary101111101111100011101101101110100111010100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8ED; }

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

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

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

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

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

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

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

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