#B1FFEA

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

Shades of Water Leaf #B1FFEA

Tints of Water Leaf #B1FFEA

Color information

#B1FFEA (or 0xB1FFEA) is unknown color: approx Water Leaf. HEX triplet: B1, FF and EA. RGB value is (177,255,234). Sum of RGB (Red+Green+Blue) = 177+255+234=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEA is #4E0015. Grayscale: #E5E5E5. Windows color (decimal): -5111830 or 15400881. OLE color: 15400881.

HSL color Cylindrical-coordinate representation of color #B1FFEA: hue angle of 163.85º 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 #B1FFEA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB177255234-
CMYK0.3100.080
HSL163.85º100%84.71%-
HSV(B)163.85º30.59%100%-
XYZ68.7486.8190.97-
YUV229.28130.6690.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=26.58%
G=38.29%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552340.3100.080163.8510084.71
HexB1FFEA1F080a46455
Octal261377352370100244144125
Binary101100011111111111101010111110100001010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFEA; }

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

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

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

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

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

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

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

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