#BEF9EB

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

Shades of Water Leaf #BEF9EB

Tints of Water Leaf #BEF9EB

Color information

#BEF9EB (or 0xBEF9EB) is unknown color: approx Water Leaf. HEX triplet: BE, F9 and EB. RGB value is (190,249,235). Sum of RGB (Red+Green+Blue) = 190+249+235=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9EB is #410614. Grayscale: #E5E5E5. Windows color (decimal): -4261397 or 15464894. OLE color: 15464894.

HSL color Cylindrical-coordinate representation of color #BEF9EB: hue angle of 165.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9EB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB190249235-
CMYK0.2400.060.02
HSL165.76º83.1%86.08%-
HSV(B)165.76º23.69%97.65%-
XYZ70.1184.791.25-
YUV229.76130.9599.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=28.19%
G=36.94%
B=34.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492350.2400.060.02165.7683.186.08
HexBEF9EB18062a65356
Octal27637135330062246123126
Binary101111101111100111101011110000110101010011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9EB; }

 p { color: rgb(190,249,235); }

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

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

 a { background-color: rgb(190,249,235); }

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

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

 span { border-color: rgb(190,249,235); }

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