#befaeb

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

Shades of Water Leaf #BEFAEB

Tints of Water Leaf #BEFAEB

Color information

#BEFAEB (or 0xBEFAEB) is unknown color: approx Water Leaf. HEX triplet: BE, FA and EB. RGB value is (190,250,235). Sum of RGB (Red+Green+Blue) = 190+250+235=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAEB is #410514. Grayscale: #E6E6E6. Windows color (decimal): -4261141 or 15465150. OLE color: 15465150.

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

Color convert

RGB190250235-
CMYK0.2400.060.02
HSL165º85.71%86.27%-
HSV(B)165º24%98.04%-
XYZ70.4285.3291.35-
YUV230.35130.6299.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=28.15%
G=37.04%
B=34.81%

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
Decimal1902502350.2400.060.0216585.7186.27
HexBEFAEB18062a55656
Octal27637235330062245126126
Binary101111101111101011101011110000110101010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #befaeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #befaeb; }

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

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

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

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

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

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

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

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