#BEFAEE

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

Shades of Water Leaf #BEFAEE

Tints of Water Leaf #BEFAEE

Color information

#BEFAEE (or 0xBEFAEE) is unknown color: approx Water Leaf. HEX triplet: BE, FA and EE. RGB value is (190,250,238). Sum of RGB (Red+Green+Blue) = 190+250+238=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAEE is #410511. Grayscale: #E6E6E6. Windows color (decimal): -4261138 or 15661758. OLE color: 15661758.

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

Color convert

RGB190250238-
CMYK0.2400.050.02
HSL168º85.71%86.27%-
HSV(B)168º24%98.04%-
XYZ70.8585.4993.66-
YUV230.69132.1298.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=28.02%
G=36.87%
B=35.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502380.2400.050.0216885.7186.27
HexBEFAEE18052a85656
Octal27637235630052250126126
Binary101111101111101011101110110000101101010100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAEE; }

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

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

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

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

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

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

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

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