#BEEDE1

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

Shades of Water Leaf #BEEDE1

Tints of Water Leaf #BEEDE1

Color information

#BEEDE1 (or 0xBEEDE1) is unknown color: approx Water Leaf. HEX triplet: BE, ED and E1. RGB value is (190,237,225). Sum of RGB (Red+Green+Blue) = 190+237+225=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDE1 is #41121E. Grayscale: #DDDDDD. Windows color (decimal): -4264479 or 14806462. OLE color: 14806462.

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

Color convert

RGB190237225-
CMYK0.2000.050.07
HSL164.68º56.63%83.73%-
HSV(B)164.68º19.83%92.94%-
XYZ65.1176.9582.66-
YUV221.58129.93105.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=29.14%
G=36.35%
B=34.51%

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
Decimal1902372250.2000.050.07164.6856.6383.73
HexBEEDE114057a53954
Octal2763553412405724571124
Binary101111101110110111100001101000101111101001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDE1; }

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

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

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

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

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

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

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

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