#B5ECDE

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

Shades of Water Leaf #B5ECDE

Tints of Water Leaf #B5ECDE

Color information

#B5ECDE (or 0xB5ECDE) is unknown color: approx Water Leaf. HEX triplet: B5, EC and DE. RGB value is (181,236,222). Sum of RGB (Red+Green+Blue) = 181+236+222=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDE is #4A1321. Grayscale: #D9D9D9. Windows color (decimal): -4854562 or 14609589. OLE color: 14609589.

HSL color Cylindrical-coordinate representation of color #B5ECDE: hue angle of 164.73º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECDE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB181236222-
CMYK0.2300.060.07
HSL164.73º59.14%81.76%-
HSV(B)164.73º23.31%92.55%-
XYZ62.2475.0980.32-
YUV217.96130.28101.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=28.33%
G=36.93%
B=34.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362220.2300.060.07164.7359.1481.76
HexB5ECDE17067a53b52
Octal2653543362706724573122
Binary101101011110110011011110101110110111101001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECDE; }

 p { color: rgb(181,236,222); }

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

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

 a { background-color: rgb(181,236,222); }

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

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

 span { border-color: rgb(181,236,222); }

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