#BEEADE

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

Shades of Water Leaf #BEEADE

Tints of Water Leaf #BEEADE

Color information

#BEEADE (or 0xBEEADE) is unknown color: approx Water Leaf. HEX triplet: BE, EA and DE. RGB value is (190,234,222). Sum of RGB (Red+Green+Blue) = 190+234+222=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADE is #411521. Grayscale: #DBDBDB. Windows color (decimal): -4265250 or 14609086. OLE color: 14609086.

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

Color convert

RGB190234222-
CMYK0.1900.050.08
HSL163.64º51.16%83.14%-
HSV(B)163.64º18.8%91.76%-
XYZ63.8475.0780.23-
YUV219.48129.42106.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=29.41%
G=36.22%
B=34.37%

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
Decimal1902342220.1900.050.08163.6451.1683.14
HexBEEADE13058a43353
Octal27635233623051024463123
Binary1011111011101010110111101001101011000101001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEADE; }

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

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

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

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

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

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

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

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