#B1FEE5

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

Shades of Water Leaf #B1FEE5

Tints of Water Leaf #B1FEE5

Color information

#B1FEE5 (or 0xB1FEE5) is unknown color: approx Water Leaf. HEX triplet: B1, FE and E5. RGB value is (177,254,229). Sum of RGB (Red+Green+Blue) = 177+254+229=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEE5 is #4E011A. Grayscale: #E4E4E4. Windows color (decimal): -5112091 or 15072945. OLE color: 15072945.

HSL color Cylindrical-coordinate representation of color #B1FEE5: hue angle of 160.52º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEE5 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB177254229-
CMYK0.3000.100.00
HSL160.52º97.47%84.51%-
HSV(B)160.52º30.31%99.61%-
XYZ67.7285.8987.14-
YUV228.13128.4991.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=26.82%
G=38.48%
B=34.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542290.3000.100.00160.5297.4784.51
HexB1FEE51E0A0a16155
Octal261376345360120241141125
Binary101100011111111011100101111100101001010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEE5; }

 p { color: rgb(177,254,229); }

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

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

 a { background-color: rgb(177,254,229); }

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

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

 span { border-color: rgb(177,254,229); }

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