#B1ECE3

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

Shades of Water Leaf #B1ECE3

Tints of Water Leaf #B1ECE3

Color information

#B1ECE3 (or 0xB1ECE3) is unknown color: approx Water Leaf. HEX triplet: B1, EC and E3. RGB value is (177,236,227). Sum of RGB (Red+Green+Blue) = 177+236+227=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECE3 is #4E131C. Grayscale: #D9D9D9. Windows color (decimal): -5116701 or 14937265. OLE color: 14937265.

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

Color convert

RGB177236227-
CMYK0.2500.040.07
HSL170.85º60.82%80.98%-
HSV(B)170.85º25%92.55%-
XYZ61.9974.8883.86-
YUV217.33133.4599.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=27.66%
G=36.88%
B=35.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362270.2500.040.07170.8560.8280.98
HexB1ECE319047ab3d51
Octal2613543433104725375121
Binary101100011110110011100011110010100111101010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECE3; }

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

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

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

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

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

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

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

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