#BEF8E7

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

Shades of Water Leaf #BEF8E7

Tints of Water Leaf #BEF8E7

Color information

#BEF8E7 (or 0xBEF8E7) is unknown color: approx Water Leaf. HEX triplet: BE, F8 and E7. RGB value is (190,248,231). Sum of RGB (Red+Green+Blue) = 190+248+231=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8E7 is #410718. Grayscale: #E4E4E4. Windows color (decimal): -4261657 or 15202494. OLE color: 15202494.

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

Color convert

RGB190248231-
CMYK0.2300.070.03
HSL162.41º80.56%85.88%-
HSV(B)162.41º23.39%97.25%-
XYZ69.2383.8588.14-
YUV228.72129.28100.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=28.40%
G=37.07%
B=34.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482310.2300.070.03162.4180.5685.88
HexBEF8E717073a25156
Octal27637034727073242121126
Binary101111101111100011100111101110111111010001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8E7; }

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

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

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

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

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

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

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

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