#B2ECDE

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

Shades of Water Leaf #B2ECDE

Tints of Water Leaf #B2ECDE

Color information

#B2ECDE (or 0xB2ECDE) is unknown color: approx Water Leaf. HEX triplet: B2, EC and DE. RGB value is (178,236,222). Sum of RGB (Red+Green+Blue) = 178+236+222=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDE is #4D1321. Grayscale: #D9D9D9. Windows color (decimal): -5051170 or 14609586. OLE color: 14609586.

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

Color convert

RGB178236222-
CMYK0.2500.060.07
HSL165.52º60.42%81.18%-
HSV(B)165.52º24.58%92.55%-
XYZ61.5474.7380.29-
YUV217.06130.78100.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.99%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=27.99%
G=37.11%
B=34.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782362220.2500.060.07165.5260.4281.18
HexB2ECDE19067a63c51
Octal2623543363106724674121
Binary101100101110110011011110110010110111101001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECDE; }

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

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

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

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

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

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

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

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