#B4EFD9

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

Shades of Water Leaf #B4EFD9

Tints of Water Leaf #B4EFD9

Color information

#B4EFD9 (or 0xB4EFD9) is unknown color: approx Water Leaf. HEX triplet: B4, EF and D9. RGB value is (180,239,217). Sum of RGB (Red+Green+Blue) = 180+239+217=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFD9 is #4B1026. Grayscale: #DADADA. Windows color (decimal): -4919335 or 14282676. OLE color: 14282676.

HSL color Cylindrical-coordinate representation of color #B4EFD9: hue angle of 157.63º 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 #B4EFD9 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB180239217-
CMYK0.2500.090.06
HSL157.63º64.84%82.16%-
HSV(B)157.63º24.69%93.73%-
XYZ62.2176.4577.12-
YUV218.85126.95100.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.30%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=28.30%
G=37.58%
B=34.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392170.2500.090.06157.6364.8482.16
HexB4EFD9190969e4152
Octal264357331310116236101122
Binary10110100111011111101100111001010011101001111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFD9; }

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

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

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

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

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

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

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

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