#B6ECDD

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

Shades of Water Leaf #B6ECDD

Tints of Water Leaf #B6ECDD

Color information

#B6ECDD (or 0xB6ECDD) is unknown color: approx Water Leaf. HEX triplet: B6, EC and DD. RGB value is (182,236,221). Sum of RGB (Red+Green+Blue) = 182+236+221=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDD is #491322. Grayscale: #DADADA. Windows color (decimal): -4789027 or 14544054. OLE color: 14544054.

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

Color convert

RGB182236221-
CMYK0.2300.060.07
HSL163.33º58.7%81.96%-
HSV(B)163.33º22.88%92.55%-
XYZ62.3475.1679.63-
YUV218.14129.61102.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.48%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=28.48%
G=36.93%
B=34.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822362210.2300.060.07163.3358.781.96
HexB6ECDD17067a33b52
Octal2663543352706724373122
Binary101101101110110011011101101110110111101000111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECDD; }

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

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

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

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

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

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

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

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