#BEF7ED

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

Shades of Water Leaf #BEF7ED

Tints of Water Leaf #BEF7ED

Color information

#BEF7ED (or 0xBEF7ED) is unknown color: approx Water Leaf. HEX triplet: BE, F7 and ED. RGB value is (190,247,237). Sum of RGB (Red+Green+Blue) = 190+247+237=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7ED is #410812. Grayscale: #E4E4E4. Windows color (decimal): -4261907 or 15595454. OLE color: 15595454.

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

Color convert

RGB190247237-
CMYK0.2300.040.03
HSL169.47º78.08%85.69%-
HSV(B)169.47º23.08%96.86%-
XYZ69.7883.5892.58-
YUV228.82132.62100.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=28.19%
G=36.65%
B=35.16%

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
Decimal1902472370.2300.040.03169.4778.0885.69
HexBEF7ED17043a94e56
Octal27636735527043251116126
Binary101111101111011111101101101110100111010100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7ED; }

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

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

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

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

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

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

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

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