#B1ECD8

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

Shades of Water Leaf #B1ECD8

Tints of Water Leaf #B1ECD8

Color information

#B1ECD8 (or 0xB1ECD8) is unknown color: approx Water Leaf. HEX triplet: B1, EC and D8. RGB value is (177,236,216). Sum of RGB (Red+Green+Blue) = 177+236+216=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECD8 is #4E1327. Grayscale: #D8D8D8. Windows color (decimal): -5116712 or 14216369. OLE color: 14216369.

HSL color Cylindrical-coordinate representation of color #B1ECD8: hue angle of 159.66º degrees, saturation: 0.61, 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 #B1ECD8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB177236216-
CMYK0.2500.080.07
HSL159.66º60.82%80.98%-
HSV(B)159.66º25%92.55%-
XYZ60.5274.376.12-
YUV216.08127.95100.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.14%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=28.14%
G=37.52%
B=34.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362160.2500.080.07159.6660.8280.98
HexB1ECD819087a03d51
Octal26135433031010724075121
Binary1011000111101100110110001100101000111101000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECD8; }

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

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

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

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

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

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

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

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