#B4EEDC

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

Shades of Water Leaf #B4EEDC

Tints of Water Leaf #B4EEDC

Color information

#B4EEDC (or 0xB4EEDC) is unknown color: approx Water Leaf. HEX triplet: B4, EE and DC. RGB value is (180,238,220). Sum of RGB (Red+Green+Blue) = 180+238+220=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EEDC is #4B1123. Grayscale: #DADADA. Windows color (decimal): -4919588 or 14479028. OLE color: 14479028.

HSL color Cylindrical-coordinate representation of color #B4EEDC: hue angle of 161.38º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EEDC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB180238220-
CMYK0.2400.080.07
HSL161.38º63.04%81.96%-
HSV(B)161.38º24.37%93.33%-
XYZ62.3276.0279.1-
YUV218.61128.78100.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=28.21%
G=37.30%
B=34.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802382200.2400.080.07161.3863.0481.96
HexB4EEDC18087a13f52
Octal26435633430010724177122
Binary1011010011101110110111001100001000111101000011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EEDC; }

 p { color: rgb(180,238,220); }

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

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

 a { background-color: rgb(180,238,220); }

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

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

 span { border-color: rgb(180,238,220); }

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