#B6ECE2

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

Shades of Water Leaf #B6ECE2

Tints of Water Leaf #B6ECE2

Color information

#B6ECE2 (or 0xB6ECE2) is unknown color: approx Water Leaf. HEX triplet: B6, EC and E2. RGB value is (182,236,226). Sum of RGB (Red+Green+Blue) = 182+236+226=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECE2 is #49131D. Grayscale: #DADADA. Windows color (decimal): -4789022 or 14871734. OLE color: 14871734.

HSL color Cylindrical-coordinate representation of color #B6ECE2: hue angle of 168.89º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ECE2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB182236226-
CMYK0.2300.040.07
HSL168.89º58.7%81.96%-
HSV(B)168.89º22.88%92.55%-
XYZ63.0175.4383.19-
YUV218.71132.11101.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.26%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 226 (88.67% from 255) = 35.09%
R=28.26%
G=36.65%
B=35.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822362260.2300.040.07168.8958.781.96
HexB6ECE217047a93b52
Octal2663543422704725173122
Binary101101101110110011100010101110100111101010011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECE2; }

 p { color: rgb(182,236,226); }

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

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

 a { background-color: rgb(182,236,226); }

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

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

 span { border-color: rgb(182,236,226); }

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