#B1EEE4

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

Shades of Water Leaf #B1EEE4

Tints of Water Leaf #B1EEE4

Color information

#B1EEE4 (or 0xB1EEE4) is unknown color: approx Water Leaf. HEX triplet: B1, EE and E4. RGB value is (177,238,228). Sum of RGB (Red+Green+Blue) = 177+238+228=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEE4 is #4E111B. Grayscale: #DADADA. Windows color (decimal): -5116188 or 15003313. OLE color: 15003313.

HSL color Cylindrical-coordinate representation of color #B1EEE4: hue angle of 170.16º 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 #B1EEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB177238228-
CMYK0.2600.040.07
HSL170.16º64.21%81.37%-
HSV(B)170.16º25.63%93.33%-
XYZ62.7176.184.78-
YUV218.62133.2998.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=27.53%
G=37.01%
B=35.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382280.2600.040.07170.1664.2181.37
HexB1EEE41A047aa4051
Octal26135634432047252100121
Binary1011000111101110111001001101001001111010101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEE4; }

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

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

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

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

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

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

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

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