#B2ECDA

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

Shades of Water Leaf #B2ECDA

Tints of Water Leaf #B2ECDA

Color information

#B2ECDA (or 0xB2ECDA) is unknown color: approx Water Leaf. HEX triplet: B2, EC and DA. RGB value is (178,236,218). Sum of RGB (Red+Green+Blue) = 178+236+218=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDA is #4D1325. Grayscale: #D8D8D8. Windows color (decimal): -5051174 or 14347442. OLE color: 14347442.

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

Color convert

RGB178236218-
CMYK0.2500.080.07
HSL161.38º60.42%81.18%-
HSV(B)161.38º24.58%92.55%-
XYZ61.0174.5277.5-
YUV216.61128.78100.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.16%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=28.16%
G=37.34%
B=34.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782362180.2500.080.07161.3860.4281.18
HexB2ECDA19087a13c51
Octal26235433231010724174121
Binary1011001011101100110110101100101000111101000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ECDA; }

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

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

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

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

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

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

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

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