#B2ECE1

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

Shades of Water Leaf #B2ECE1

Tints of Water Leaf #B2ECE1

Color information

#B2ECE1 (or 0xB2ECE1) is unknown color: approx Water Leaf. HEX triplet: B2, EC and E1. RGB value is (178,236,225). Sum of RGB (Red+Green+Blue) = 178+236+225=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECE1 is #4D131E. Grayscale: #D9D9D9. Windows color (decimal): -5051167 or 14806194. OLE color: 14806194.

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

Color convert

RGB178236225-
CMYK0.2500.050.07
HSL168.62º60.42%81.18%-
HSV(B)168.62º24.58%92.55%-
XYZ61.9574.8982.42-
YUV217.4132.2899.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=27.86%
G=36.93%
B=35.21%

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
Decimal1782362250.2500.050.07168.6260.4281.18
HexB2ECE119057a93c51
Octal2623543413105725174121
Binary101100101110110011100001110010101111101010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECE1; }

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

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

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

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

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

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

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

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