#B1EFDE

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

Shades of Water Leaf #B1EFDE

Tints of Water Leaf #B1EFDE

Color information

#B1EFDE (or 0xB1EFDE) is unknown color: approx Water Leaf. HEX triplet: B1, EF and DE. RGB value is (177,239,222). Sum of RGB (Red+Green+Blue) = 177+239+222=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFDE is #4E1021. Grayscale: #DADADA. Windows color (decimal): -5115938 or 14610353. OLE color: 14610353.

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

Color convert

RGB177239222-
CMYK0.2600.070.06
HSL163.55º65.96%81.57%-
HSV(B)163.55º25.94%93.73%-
XYZ62.1876.3580.57-
YUV218.52129.9698.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=27.74%
G=37.46%
B=34.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392220.2600.070.06163.5565.9681.57
HexB1EFDE1A076a44252
Octal26135733632076244102122
Binary1011000111101111110111101101001111101010010010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFDE; }

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

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

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

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

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

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

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

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