#b2ebe2

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

Shades of Water Leaf #B2EBE2

Tints of Water Leaf #B2EBE2

Color information

#B2EBE2 (or 0xB2EBE2) is unknown color: approx Water Leaf. HEX triplet: B2, EB and E2. RGB value is (178,235,226). Sum of RGB (Red+Green+Blue) = 178+235+226=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBE2 is #4D141D. Grayscale: #D8D8D8. Windows color (decimal): -5051422 or 14871474. OLE color: 14871474.

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

Color convert

RGB178235226-
CMYK0.2400.040.08
HSL170.53º58.76%80.98%-
HSV(B)170.53º24.26%92.16%-
XYZ61.874.3783.05-
YUV216.93133.12100.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=27.86%
G=36.78%
B=35.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782352260.2400.040.08170.5358.7680.98
HexB2EBE218048ab3b51
Octal26235334230041025373121
Binary1011001011101011111000101100001001000101010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ebe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ebe2; }

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

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

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

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

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

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

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

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