#B1EFE5

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

Shades of Water Leaf #B1EFE5

Tints of Water Leaf #B1EFE5

Color information

#B1EFE5 (or 0xB1EFE5) is unknown color: approx Water Leaf. HEX triplet: B1, EF and E5. RGB value is (177,239,229). Sum of RGB (Red+Green+Blue) = 177+239+229=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFE5 is #4E101A. Grayscale: #DBDBDB. Windows color (decimal): -5115931 or 15069105. OLE color: 15069105.

HSL color Cylindrical-coordinate representation of color #B1EFE5: hue angle of 170.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFE5 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB177239229-
CMYK0.2600.040.06
HSL170.32º65.96%81.57%-
HSV(B)170.32º25.94%93.73%-
XYZ63.1476.7485.61-
YUV219.32133.4697.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=27.44%
G=37.05%
B=35.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392290.2600.040.06170.3265.9681.57
HexB1EFE51A046aa4252
Octal26135734532046252102122
Binary1011000111101111111001011101001001101010101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFE5; }

 p { color: rgb(177,239,229); }

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

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

 a { background-color: rgb(177,239,229); }

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

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

 span { border-color: rgb(177,239,229); }

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