#B1F1E7

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

Shades of Water Leaf #B1F1E7

Tints of Water Leaf #B1F1E7

Color information

#B1F1E7 (or 0xB1F1E7) is unknown color: approx Water Leaf. HEX triplet: B1, F1 and E7. RGB value is (177,241,231). Sum of RGB (Red+Green+Blue) = 177+241+231=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1E7 is #4E0E18. Grayscale: #DCDCDC. Windows color (decimal): -5115417 or 15200689. OLE color: 15200689.

HSL color Cylindrical-coordinate representation of color #B1F1E7: hue angle of 170.62º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1E7 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB177241231-
CMYK0.2700.040.05
HSL170.62º69.57%81.96%-
HSV(B)170.62º26.56%94.51%-
XYZ64.0178.0387.29-
YUV220.72133.896.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.27%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=27.27%
G=37.13%
B=35.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412310.2700.040.05170.6269.5781.96
HexB1F1E71B045ab4652
Octal26136134733045253106122
Binary1011000111110001111001111101101001011010101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1E7; }

 p { color: rgb(177,241,231); }

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

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

 a { background-color: rgb(177,241,231); }

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

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

 span { border-color: rgb(177,241,231); }

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