#BEF6E7

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

Shades of Water Leaf #BEF6E7

Tints of Water Leaf #BEF6E7

Color information

#BEF6E7 (or 0xBEF6E7) is unknown color: approx Water Leaf. HEX triplet: BE, F6 and E7. RGB value is (190,246,231). Sum of RGB (Red+Green+Blue) = 190+246+231=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6E7 is #410918. Grayscale: #E3E3E3. Windows color (decimal): -4262169 or 15201982. OLE color: 15201982.

HSL color Cylindrical-coordinate representation of color #BEF6E7: hue angle of 163.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6E7 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB190246231-
CMYK0.2300.060.04
HSL163.93º75.68%85.49%-
HSV(B)163.93º22.76%96.47%-
XYZ68.6182.6387.93-
YUV227.55129.95101.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.49%
GREEN value IS 246 (96.48% from 255) = 36.88%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=28.49%
G=36.88%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902462310.2300.060.04163.9375.6885.49
HexBEF6E717064a44c55
Octal27636634727064244114125
Binary1011111011110110111001111011101101001010010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6E7; }

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

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

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

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

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

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

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

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