#BEEADF

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

Shades of Water Leaf #BEEADF

Tints of Water Leaf #BEEADF

Color information

#BEEADF (or 0xBEEADF) is unknown color: approx Water Leaf. HEX triplet: BE, EA and DF. RGB value is (190,234,223). Sum of RGB (Red+Green+Blue) = 190+234+223=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADF is #411520. Grayscale: #DBDBDB. Windows color (decimal): -4265249 or 14674622. OLE color: 14674622.

HSL color Cylindrical-coordinate representation of color #BEEADF: hue angle of 165º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEADF is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB190234223-
CMYK0.1900.050.08
HSL165º51.16%83.14%-
HSV(B)165º18.8%91.76%-
XYZ63.9875.1280.94-
YUV219.59129.92106.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=29.37%
G=36.17%
B=34.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342230.1900.050.0816551.1683.14
HexBEEADF13058a53353
Octal27635233723051024563123
Binary1011111011101010110111111001101011000101001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEADF; }

 p { color: rgb(190,234,223); }

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

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

 a { background-color: rgb(190,234,223); }

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

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

 span { border-color: rgb(190,234,223); }

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