#B4EAE3

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

Shades of Water Leaf #B4EAE3

Tints of Water Leaf #B4EAE3

Color information

#B4EAE3 (or 0xB4EAE3) is unknown color: approx Water Leaf. HEX triplet: B4, EA and E3. RGB value is (180,234,227). Sum of RGB (Red+Green+Blue) = 180+234+227=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAE3 is #4B151C. Grayscale: #D9D9D9. Windows color (decimal): -4920605 or 14936756. OLE color: 14936756.

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

Color convert

RGB180234227-
CMYK0.2300.030.08
HSL172.22º56.25%81.18%-
HSV(B)172.22º23.08%91.76%-
XYZ62.1174.0983.7-
YUV217.06133.61101.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=28.08%
G=36.51%
B=35.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802342270.2300.030.08172.2256.2581.18
HexB4EAE317038ac3851
Octal26435234327031025470121
Binary101101001110101011100011101110111000101011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAE3; }

 p { color: rgb(180,234,227); }

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

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

 a { background-color: rgb(180,234,227); }

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

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

 span { border-color: rgb(180,234,227); }

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