#BEEADD

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

Shades of Water Leaf #BEEADD

Tints of Water Leaf #BEEADD

Color information

#BEEADD (or 0xBEEADD) is unknown color: approx Water Leaf. HEX triplet: BE, EA and DD. RGB value is (190,234,221). Sum of RGB (Red+Green+Blue) = 190+234+221=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEADD is #411522. Grayscale: #DBDBDB. Windows color (decimal): -4265251 or 14543550. OLE color: 14543550.

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

Color convert

RGB190234221-
CMYK0.1900.060.08
HSL162.27º51.16%83.14%-
HSV(B)162.27º18.8%91.76%-
XYZ63.7175.0179.53-
YUV219.36128.92107.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=29.46%
G=36.28%
B=34.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342210.1900.060.08162.2751.1683.14
HexBEEADD13068a23353
Octal27635233523061024263123
Binary1011111011101010110111011001101101000101000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEADD; }

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

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

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

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

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

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

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

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