#BEEDE5

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

Shades of Water Leaf #BEEDE5

Tints of Water Leaf #BEEDE5

Color information

#BEEDE5 (or 0xBEEDE5) is unknown color: approx Water Leaf. HEX triplet: BE, ED and E5. RGB value is (190,237,229). Sum of RGB (Red+Green+Blue) = 190+237+229=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDE5 is #41121A. Grayscale: #DEDEDE. Windows color (decimal): -4264475 or 15068606. OLE color: 15068606.

HSL color Cylindrical-coordinate representation of color #BEEDE5: hue angle of 169.79º 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 #BEEDE5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB190237229-
CMYK0.2000.030.07
HSL169.79º56.63%83.73%-
HSV(B)169.79º19.83%92.94%-
XYZ65.6677.1785.56-
YUV222.04131.93105.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=28.96%
G=36.13%
B=34.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372290.2000.030.07169.7956.6383.73
HexBEEDE514037aa3954
Octal2763553452403725271124
Binary10111110111011011110010110100011111101010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDE5; }

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

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

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

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

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

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

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

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