#B1FFE7

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

Shades of Water Leaf #B1FFE7

Tints of Water Leaf #B1FFE7

Color information

#B1FFE7 (or 0xB1FFE7) is unknown color: approx Water Leaf. HEX triplet: B1, FF and E7. RGB value is (177,255,231). Sum of RGB (Red+Green+Blue) = 177+255+231=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFE7 is #4E0018. Grayscale: #E4E4E4. Windows color (decimal): -5111833 or 15204273. OLE color: 15204273.

HSL color Cylindrical-coordinate representation of color #B1FFE7: hue angle of 161.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFE7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB177255231-
CMYK0.3100.090
HSL161.54º100%84.71%-
HSV(B)161.54º30.59%100%-
XYZ68.3286.6488.72-
YUV228.94129.1690.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.70%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=26.70%
G=38.46%
B=34.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552310.3100.090161.5410084.71
HexB1FFE71F090a26455
Octal261377347370110242144125
Binary101100011111111111100111111110100101010001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFE7; }

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

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

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

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

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

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

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

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