#B4EBE2

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

Shades of Water Leaf #B4EBE2

Tints of Water Leaf #B4EBE2

Color information

#B4EBE2 (or 0xB4EBE2) is unknown color: approx Water Leaf. HEX triplet: B4, EB and E2. RGB value is (180,235,226). Sum of RGB (Red+Green+Blue) = 180+235+226=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE2 is #4B141D. Grayscale: #D9D9D9. Windows color (decimal): -4920350 or 14871476. OLE color: 14871476.

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

Color convert

RGB180235226-
CMYK0.2300.040.08
HSL170.18º57.89%81.37%-
HSV(B)170.18º23.4%92.16%-
XYZ62.2674.6183.07-
YUV217.53132.78101.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 226 (88.67% from 255) = 35.26%
R=28.08%
G=36.66%
B=35.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352260.2300.040.08170.1857.8981.37
HexB4EBE217048aa3a51
Octal26435334227041025272121
Binary1011010011101011111000101011101001000101010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBE2; }

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

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

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

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

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

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

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

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