#B1FFEC

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

Shades of Water Leaf #B1FFEC

Tints of Water Leaf #B1FFEC

Color information

#B1FFEC (or 0xB1FFEC) is unknown color: approx Water Leaf. HEX triplet: B1, FF and EC. RGB value is (177,255,236). Sum of RGB (Red+Green+Blue) = 177+255+236=668 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.50% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEC is #4E0013. Grayscale: #E5E5E5. Windows color (decimal): -5111828 or 15531953. OLE color: 15531953.

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

Color convert

RGB177255236-
CMYK0.3100.070
HSL165.38º100%84.71%-
HSV(B)165.38º30.59%100%-
XYZ69.0386.9292.5-
YUV229.51131.6690.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.50%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=26.50%
G=38.17%
B=35.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552360.3100.070165.3810084.71
HexB1FFEC1F070a56455
Octal26137735437070245144125
Binary10110001111111111110110011111011101010010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFEC; }

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

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

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

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

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

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

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

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