#BEFAEC

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

Shades of Water Leaf #BEFAEC

Tints of Water Leaf #BEFAEC

Color information

#BEFAEC (or 0xBEFAEC) is unknown color: approx Water Leaf. HEX triplet: BE, FA and EC. RGB value is (190,250,236). Sum of RGB (Red+Green+Blue) = 190+250+236=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAEC is #410513. Grayscale: #E6E6E6. Windows color (decimal): -4261140 or 15530686. OLE color: 15530686.

HSL color Cylindrical-coordinate representation of color #BEFAEC: hue angle of 166º degrees, saturation: 0.86, 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 #BEFAEC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB190250236-
CMYK0.2400.060.02
HSL166º85.71%86.27%-
HSV(B)166º24%98.04%-
XYZ70.5685.3792.12-
YUV230.46131.1299.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=28.11%
G=36.98%
B=34.91%

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
Decimal1902502360.2400.060.0216685.7186.27
HexBEFAEC18062a65656
Octal27637235430062246126126
Binary101111101111101011101100110000110101010011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAEC; }

 p { color: rgb(190,250,236); }

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

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

 a { background-color: rgb(190,250,236); }

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

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

 span { border-color: rgb(190,250,236); }

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