#B1FEE8

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

Shades of Water Leaf #B1FEE8

Tints of Water Leaf #B1FEE8

Color information

#B1FEE8 (or 0xB1FEE8) is unknown color: approx Water Leaf. HEX triplet: B1, FE and E8. RGB value is (177,254,232). Sum of RGB (Red+Green+Blue) = 177+254+232=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEE8 is #4E0117. Grayscale: #E4E4E4. Windows color (decimal): -5112088 or 15269553. OLE color: 15269553.

HSL color Cylindrical-coordinate representation of color #B1FEE8: hue angle of 162.86º 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 #B1FEE8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB177254232-
CMYK0.3000.090.00
HSL162.86º97.47%84.51%-
HSV(B)162.86º30.31%99.61%-
XYZ68.1486.0689.36-
YUV228.47129.9991.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.70%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=26.70%
G=38.31%
B=34.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542320.3000.090.00162.8697.4784.51
HexB1FEE81E090a36155
Octal261376350360110243141125
Binary101100011111111011101000111100100101010001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEE8; }

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

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

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

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

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

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

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

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