#B2EBDD

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

Shades of Water Leaf #B2EBDD

Tints of Water Leaf #B2EBDD

Color information

#B2EBDD (or 0xB2EBDD) is unknown color: approx Water Leaf. HEX triplet: B2, EB and DD. RGB value is (178,235,221). Sum of RGB (Red+Green+Blue) = 178+235+221=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBDD is #4D1422. Grayscale: #D8D8D8. Windows color (decimal): -5051427 or 14543794. OLE color: 14543794.

HSL color Cylindrical-coordinate representation of color #B2EBDD: hue angle of 165.26º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBDD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB178235221-
CMYK0.2400.060.08
HSL165.26º58.76%80.98%-
HSV(B)165.26º24.26%92.16%-
XYZ61.1274.179.49-
YUV216.36130.62100.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.08%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=28.08%
G=37.07%
B=34.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782352210.2400.060.08165.2658.7680.98
HexB2EBDD18068a53b51
Octal26235333530061024573121
Binary1011001011101011110111011100001101000101001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBDD; }

 p { color: rgb(178,235,221); }

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

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

 a { background-color: rgb(178,235,221); }

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

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

 span { border-color: rgb(178,235,221); }

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