#b2ecd8

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

Shades of Water Leaf #B2ECD8

Tints of Water Leaf #B2ECD8

Color information

#B2ECD8 (or 0xB2ECD8) is unknown color: approx Water Leaf. HEX triplet: B2, EC and D8. RGB value is (178,236,216). Sum of RGB (Red+Green+Blue) = 178+236+216=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECD8 is #4D1327. Grayscale: #D8D8D8. Windows color (decimal): -5051176 or 14216370. OLE color: 14216370.

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

Color convert

RGB178236216-
CMYK0.2500.080.07
HSL159.31º60.42%81.18%-
HSV(B)159.31º24.58%92.55%-
XYZ60.7574.4176.13-
YUV216.38127.78100.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.25%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=28.25%
G=37.46%
B=34.29%

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
Decimal1782362160.2500.080.07159.3160.4281.18
HexB2ECD8190879f3c51
Octal26235433031010723774121
Binary1011001011101100110110001100101000111100111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ecd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ecd8; }

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

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

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

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

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

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

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

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