#B6ECDA

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

Shades of Water Leaf #B6ECDA

Tints of Water Leaf #B6ECDA

Color information

#B6ECDA (or 0xB6ECDA) is unknown color: approx Water Leaf. HEX triplet: B6, EC and DA. RGB value is (182,236,218). Sum of RGB (Red+Green+Blue) = 182+236+218=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDA is #491325. Grayscale: #D9D9D9. Windows color (decimal): -4789030 or 14347446. OLE color: 14347446.

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

Color convert

RGB182236218-
CMYK0.2300.080.07
HSL160º58.7%81.96%-
HSV(B)160º22.88%92.55%-
XYZ61.947577.54-
YUV217.8128.11102.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.62%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=28.62%
G=37.11%
B=34.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822362180.2300.080.0716058.781.96
HexB6ECDA17087a03b52
Octal26635433227010724073122
Binary1011011011101100110110101011101000111101000001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECDA; }

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

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

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

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

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

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

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

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