#B1EAE1

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

Shades of Water Leaf #B1EAE1

Tints of Water Leaf #B1EAE1

Color information

#B1EAE1 (or 0xB1EAE1) is unknown color: approx Water Leaf. HEX triplet: B1, EA and E1. RGB value is (177,234,225). Sum of RGB (Red+Green+Blue) = 177+234+225=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EAE1 is #4E151E. Grayscale: #D7D7D7. Windows color (decimal): -5117215 or 14805681. OLE color: 14805681.

HSL color Cylindrical-coordinate representation of color #B1EAE1: hue angle of 170.53º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1EAE1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB177234225-
CMYK0.2400.040.08
HSL170.53º57.58%80.59%-
HSV(B)170.53º24.36%91.76%-
XYZ61.1473.6382.22-
YUV215.93133.12100.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=27.83%
G=36.79%
B=35.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772342250.2400.040.08170.5357.5880.59
HexB1EAE118048ab3a51
Octal26135234130041025372121
Binary1011000111101010111000011100001001000101010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EAE1; }

 p { color: rgb(177,234,225); }

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

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

 a { background-color: rgb(177,234,225); }

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

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

 span { border-color: rgb(177,234,225); }

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