#B1FFEB

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

Shades of Water Leaf #B1FFEB

Tints of Water Leaf #B1FFEB

Color information

#B1FFEB (or 0xB1FFEB) is unknown color: approx Water Leaf. HEX triplet: B1, FF and EB. RGB value is (177,255,235). Sum of RGB (Red+Green+Blue) = 177+255+235=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEB is #4E0014. Grayscale: #E5E5E5. Windows color (decimal): -5111829 or 15466417. OLE color: 15466417.

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

Color convert

RGB177255235-
CMYK0.3100.080
HSL164.62º100%84.71%-
HSV(B)164.62º30.59%100%-
XYZ68.8986.8791.73-
YUV229.4131.1690.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.54%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=26.54%
G=38.23%
B=35.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552350.3100.080164.6210084.71
HexB1FFEB1F080a56455
Octal261377353370100245144125
Binary101100011111111111101011111110100001010010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFEB; }

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

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

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

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

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

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

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

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