#B2EDDE

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

Shades of Water Leaf #B2EDDE

Tints of Water Leaf #B2EDDE

Color information

#B2EDDE (or 0xB2EDDE) is unknown color: approx Water Leaf. HEX triplet: B2, ED and DE. RGB value is (178,237,222). Sum of RGB (Red+Green+Blue) = 178+237+222=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDE is #4D1221. Grayscale: #D9D9D9. Windows color (decimal): -5050914 or 14609842. OLE color: 14609842.

HSL color Cylindrical-coordinate representation of color #B2EDDE: hue angle of 164.75º degrees, saturation: 0.62, 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 #B2EDDE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB178237222-
CMYK0.2500.060.07
HSL164.75º62.11%81.37%-
HSV(B)164.75º24.89%92.94%-
XYZ61.8375.3180.38-
YUV217.65130.4599.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.94%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=27.94%
G=37.21%
B=34.85%

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
Decimal1782372220.2500.060.07164.7562.1181.37
HexB2EDDE19067a53e51
Octal2623553363106724576121
Binary101100101110110111011110110010110111101001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDDE; }

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

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

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

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

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

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

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

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