#B4EADA

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

Shades of Water Leaf #B4EADA

Tints of Water Leaf #B4EADA

Color information

#B4EADA (or 0xB4EADA) is unknown color: approx Water Leaf. HEX triplet: B4, EA and DA. RGB value is (180,234,218). Sum of RGB (Red+Green+Blue) = 180+234+218=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EADA is #4B1525. Grayscale: #D8D8D8. Windows color (decimal): -4920614 or 14346932. OLE color: 14346932.

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

Color convert

RGB180234218-
CMYK0.2300.070.08
HSL162.22º56.25%81.18%-
HSV(B)162.22º23.08%91.76%-
XYZ60.973.6177.33-
YUV216.03129.11102.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=28.48%
G=37.03%
B=34.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802342180.2300.070.08162.2256.2581.18
HexB4EADA17078a23851
Octal26435233227071024270121
Binary1011010011101010110110101011101111000101000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EADA; }

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

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

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

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

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

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

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

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