#B1EDDD

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

Shades of Water Leaf #B1EDDD

Tints of Water Leaf #B1EDDD

Color information

#B1EDDD (or 0xB1EDDD) is unknown color: approx Water Leaf. HEX triplet: B1, ED and DD. RGB value is (177,237,221). Sum of RGB (Red+Green+Blue) = 177+237+221=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDDD is #4E1222. Grayscale: #D9D9D9. Windows color (decimal): -5116451 or 14544305. OLE color: 14544305.

HSL color Cylindrical-coordinate representation of color #B1EDDD: hue angle of 164º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDDD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB177237221-
CMYK0.2500.070.07
HSL164º62.5%81.18%-
HSV(B)164º25.32%92.94%-
XYZ61.4775.1479.67-
YUV217.24130.1299.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=27.87%
G=37.32%
B=34.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772372210.2500.070.0716462.581.18
HexB1EDDD19077a43e51
Octal2613553353107724476121
Binary101100011110110111011101110010111111101001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDDD; }

 p { color: rgb(177,237,221); }

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

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

 a { background-color: rgb(177,237,221); }

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

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

 span { border-color: rgb(177,237,221); }

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