#B4EAE0

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

Shades of Water Leaf #B4EAE0

Tints of Water Leaf #B4EAE0

Color information

#B4EAE0 (or 0xB4EAE0) is unknown color: approx Water Leaf. HEX triplet: B4, EA and E0. RGB value is (180,234,224). Sum of RGB (Red+Green+Blue) = 180+234+224=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAE0 is #4B151F. Grayscale: #D8D8D8. Windows color (decimal): -4920608 or 14740148. OLE color: 14740148.

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

Color convert

RGB180234224-
CMYK0.2300.040.08
HSL168.89º56.25%81.18%-
HSV(B)168.89º23.08%91.76%-
XYZ61.773.9381.54-
YUV216.71132.11101.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=28.21%
G=36.68%
B=35.11%

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
Decimal1802342240.2300.040.08168.8956.2581.18
HexB4EAE017048a93851
Octal26435234027041025170121
Binary1011010011101010111000001011101001000101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAE0; }

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

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

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

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

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

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

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

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