#B4EBE1

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

Shades of Water Leaf #B4EBE1

Tints of Water Leaf #B4EBE1

Color information

#B4EBE1 (or 0xB4EBE1) is unknown color: approx Water Leaf. HEX triplet: B4, EB and E1. RGB value is (180,235,225). Sum of RGB (Red+Green+Blue) = 180+235+225=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE1 is #4B141E. Grayscale: #D9D9D9. Windows color (decimal): -4920351 or 14805940. OLE color: 14805940.

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

Color convert

RGB180235225-
CMYK0.2300.040.08
HSL169.09º57.89%81.37%-
HSV(B)169.09º23.4%92.16%-
XYZ62.1274.5682.35-
YUV217.42132.28101.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.12%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=28.12%
G=36.72%
B=35.16%

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
Decimal1802352250.2300.040.08169.0957.8981.37
HexB4EBE117048a93a51
Octal26435334127041025172121
Binary1011010011101011111000011011101001000101010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBE1; }

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

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

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

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

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

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

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

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