#B4EED8

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

Shades of Water Leaf #B4EED8

Tints of Water Leaf #B4EED8

Color information

#B4EED8 (or 0xB4EED8) is unknown color: approx Water Leaf. HEX triplet: B4, EE and D8. RGB value is (180,238,216). Sum of RGB (Red+Green+Blue) = 180+238+216=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EED8 is #4B1127. Grayscale: #DADADA. Windows color (decimal): -4919592 or 14216884. OLE color: 14216884.

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

Color convert

RGB180238216-
CMYK0.2400.090.07
HSL157.24º63.04%81.96%-
HSV(B)157.24º24.37%93.33%-
XYZ61.7975.8176.34-
YUV218.15126.78100.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=28.39%
G=37.54%
B=34.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802382160.2400.090.07157.2463.0481.96
HexB4EED8180979d3f52
Octal26435633030011723577122
Binary1011010011101110110110001100001001111100111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EED8; }

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

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

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

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

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

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

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

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