#B1EFE0

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

Shades of Water Leaf #B1EFE0

Tints of Water Leaf #B1EFE0

Color information

#B1EFE0 (or 0xB1EFE0) is unknown color: approx Water Leaf. HEX triplet: B1, EF and E0. RGB value is (177,239,224). Sum of RGB (Red+Green+Blue) = 177+239+224=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFE0 is #4E101F. Grayscale: #DADADA. Windows color (decimal): -5115936 or 14741425. OLE color: 14741425.

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

Color convert

RGB177239224-
CMYK0.2600.060.06
HSL165.48º65.96%81.57%-
HSV(B)165.48º25.94%93.73%-
XYZ62.4576.4681.99-
YUV218.75130.9698.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 224 (87.89% from 255) = 35%
R=27.66%
G=37.34%
B=35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392240.2600.060.06165.4865.9681.57
HexB1EFE01A066a54252
Octal26135734032066245102122
Binary1011000111101111111000001101001101101010010110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFE0; }

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

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

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

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

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

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

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

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