#BEEDE0

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

Shades of Water Leaf #BEEDE0

Tints of Water Leaf #BEEDE0

Color information

#BEEDE0 (or 0xBEEDE0) is unknown color: approx Water Leaf. HEX triplet: BE, ED and E0. RGB value is (190,237,224). Sum of RGB (Red+Green+Blue) = 190+237+224=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDE0 is #41121F. Grayscale: #DDDDDD. Windows color (decimal): -4264480 or 14740926. OLE color: 14740926.

HSL color Cylindrical-coordinate representation of color #BEEDE0: hue angle of 163.4º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDE0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB190237224-
CMYK0.2000.050.07
HSL163.4º56.63%83.73%-
HSV(B)163.4º19.83%92.94%-
XYZ64.9776.981.94-
YUV221.46129.43105.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=29.19%
G=36.41%
B=34.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372240.2000.050.07163.456.6383.73
HexBEEDE014057a33954
Octal2763553402405724371124
Binary101111101110110111100000101000101111101000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDE0; }

 p { color: rgb(190,237,224); }

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

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

 a { background-color: rgb(190,237,224); }

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

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

 span { border-color: rgb(190,237,224); }

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