#B4EFDE

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

Shades of Water Leaf #B4EFDE

Tints of Water Leaf #B4EFDE

Color information

#B4EFDE (or 0xB4EFDE) is unknown color: approx Water Leaf. HEX triplet: B4, EF and DE. RGB value is (180,239,222). Sum of RGB (Red+Green+Blue) = 180+239+222=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFDE is #4B1021. Grayscale: #DBDBDB. Windows color (decimal): -4919330 or 14610356. OLE color: 14610356.

HSL color Cylindrical-coordinate representation of color #B4EFDE: hue angle of 162.71º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFDE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB180239222-
CMYK0.2500.070.06
HSL162.71º64.84%82.16%-
HSV(B)162.71º24.69%93.73%-
XYZ62.8776.7180.6-
YUV219.42129.4599.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=28.08%
G=37.29%
B=34.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392220.2500.070.06162.7164.8482.16
HexB4EFDE19076a34152
Octal26435733631076243101122
Binary1011010011101111110111101100101111101010001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFDE; }

 p { color: rgb(180,239,222); }

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

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

 a { background-color: rgb(180,239,222); }

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

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

 span { border-color: rgb(180,239,222); }

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