#B1FBEC

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

Shades of Water Leaf #B1FBEC

Tints of Water Leaf #B1FBEC

Color information

#B1FBEC (or 0xB1FBEC) is unknown color: approx Water Leaf. HEX triplet: B1, FB and EC. RGB value is (177,251,236). Sum of RGB (Red+Green+Blue) = 177+251+236=664 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.66% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBEC is #4E0413. Grayscale: #E3E3E3. Windows color (decimal): -5112852 or 15530929. OLE color: 15530929.

HSL color Cylindrical-coordinate representation of color #B1FBEC: hue angle of 167.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBEC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB177251236-
CMYK0.2900.060.02
HSL167.84º90.24%83.92%-
HSV(B)167.84º29.48%98.43%-
XYZ67.7784.492.08-
YUV227.16132.9892.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.66%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=26.66%
G=37.80%
B=35.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512360.2900.060.02167.8490.2483.92
HexB1FBEC1D062a85a54
Octal26137335435062250132124
Binary101100011111101111101100111010110101010100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBEC; }

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

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

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

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

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

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

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

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