#B1FDE0

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

Shades of Water Leaf #B1FDE0

Tints of Water Leaf #B1FDE0

Color information

#B1FDE0 (or 0xB1FDE0) is unknown color: approx Water Leaf. HEX triplet: B1, FD and E0. RGB value is (177,253,224). Sum of RGB (Red+Green+Blue) = 177+253+224=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDE0 is #4E021F. Grayscale: #E3E3E3. Windows color (decimal): -5112352 or 14745009. OLE color: 14745009.

HSL color Cylindrical-coordinate representation of color #B1FDE0: hue angle of 157.11º 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 #B1FDE0 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB177253224-
CMYK0.3000.110.01
HSL157.11º95%84.31%-
HSV(B)157.11º30.04%99.22%-
XYZ66.7184.9883.41-
YUV226.97126.3292.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.06%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=27.06%
G=38.69%
B=34.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772532240.3000.110.01157.119584.31
HexB1FDE01E0B19d5f54
Octal261375340360131235137124
Binary101100011111110111100000111100101111001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDE0; }

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

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

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

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

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

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

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

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