#B2EED8

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

Shades of Water Leaf #B2EED8

Tints of Water Leaf #B2EED8

Color information

#B2EED8 (or 0xB2EED8) is unknown color: approx Water Leaf. HEX triplet: B2, EE and D8. RGB value is (178,238,216). Sum of RGB (Red+Green+Blue) = 178+238+216=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EED8 is #4D1127. Grayscale: #D9D9D9. Windows color (decimal): -5050664 or 14216882. OLE color: 14216882.

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

Color convert

RGB178238216-
CMYK0.2500.090.07
HSL158º63.83%81.57%-
HSV(B)158º25.21%93.33%-
XYZ61.3375.5776.32-
YUV217.55127.1299.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.16%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=28.16%
G=37.66%
B=34.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782382160.2500.090.0715863.8381.57
HexB2EED8190979e4052
Octal262356330310117236100122
Binary10110010111011101101100011001010011111001111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EED8; }

 p { color: rgb(178,238,216); }

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

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

 a { background-color: rgb(178,238,216); }

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

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

 span { border-color: rgb(178,238,216); }

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