#B1ECE1

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

Shades of Water Leaf #B1ECE1

Tints of Water Leaf #B1ECE1

Color information

#B1ECE1 (or 0xB1ECE1) is unknown color: approx Water Leaf. HEX triplet: B1, EC and E1. RGB value is (177,236,225). Sum of RGB (Red+Green+Blue) = 177+236+225=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECE1 is #4E131E. Grayscale: #D9D9D9. Windows color (decimal): -5116703 or 14806193. OLE color: 14806193.

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

Color convert

RGB177236225-
CMYK0.2500.050.07
HSL168.81º60.82%80.98%-
HSV(B)168.81º25%92.55%-
XYZ61.7274.7782.41-
YUV217.1132.4599.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=27.74%
G=36.99%
B=35.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362250.2500.050.07168.8160.8280.98
HexB1ECE119057a93d51
Octal2613543413105725175121
Binary101100011110110011100001110010101111101010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECE1; }

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

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

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

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

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

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

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

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