#B1EFE4

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

Shades of Water Leaf #B1EFE4

Tints of Water Leaf #B1EFE4

Color information

#B1EFE4 (or 0xB1EFE4) is unknown color: approx Water Leaf. HEX triplet: B1, EF and E4. RGB value is (177,239,228). Sum of RGB (Red+Green+Blue) = 177+239+228=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFE4 is #4E101B. Grayscale: #DBDBDB. Windows color (decimal): -5115932 or 15003569. OLE color: 15003569.

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

Color convert

RGB177239228-
CMYK0.2600.050.06
HSL169.35º65.96%81.57%-
HSV(B)169.35º25.94%93.73%-
XYZ6376.6884.88-
YUV219.21132.9697.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=27.48%
G=37.11%
B=35.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392280.2600.050.06169.3565.9681.57
HexB1EFE41A056a94252
Octal26135734432056251102122
Binary1011000111101111111001001101001011101010100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFE4; }

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

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

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

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

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

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

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

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