#B1FDEC

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

Shades of Water Leaf #B1FDEC

Tints of Water Leaf #B1FDEC

Color information

#B1FDEC (or 0xB1FDEC) is unknown color: approx Water Leaf. HEX triplet: B1, FD and EC. RGB value is (177,253,236). Sum of RGB (Red+Green+Blue) = 177+253+236=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDEC is #4E0213. Grayscale: #E4E4E4. Windows color (decimal): -5112340 or 15531441. OLE color: 15531441.

HSL color Cylindrical-coordinate representation of color #B1FDEC: hue angle of 166.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDEC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB177253236-
CMYK0.3000.070.01
HSL166.58º95%84.31%-
HSV(B)166.58º30.04%99.22%-
XYZ68.485.6592.28-
YUV228.34132.3291.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=26.58%
G=37.99%
B=35.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772532360.3000.070.01166.589584.31
HexB1FDEC1E071a75f54
Octal26137535436071247137124
Binary10110001111111011110110011110011111010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDEC; }

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

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

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

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

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

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

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

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