#B1EED8

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

Shades of Water Leaf #B1EED8

Tints of Water Leaf #B1EED8

Color information

#B1EED8 (or 0xB1EED8) is unknown color: approx Water Leaf. HEX triplet: B1, EE and D8. RGB value is (177,238,216). Sum of RGB (Red+Green+Blue) = 177+238+216=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED8 is #4E1127. Grayscale: #D9D9D9. Windows color (decimal): -5116200 or 14216881. OLE color: 14216881.

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

Color convert

RGB177238216-
CMYK0.2600.090.07
HSL158.36º64.21%81.37%-
HSV(B)158.36º25.63%93.33%-
XYZ61.175.4576.31-
YUV217.25127.2999.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.05%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=28.05%
G=37.72%
B=34.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382160.2600.090.07158.3664.2181.37
HexB1EED81A0979e4051
Octal261356330320117236100121
Binary10110001111011101101100011010010011111001111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EED8; }

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

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

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

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

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

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

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

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