#B4EFE1

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

Shades of Water Leaf #B4EFE1

Tints of Water Leaf #B4EFE1

Color information

#B4EFE1 (or 0xB4EFE1) is unknown color: approx Water Leaf. HEX triplet: B4, EF and E1. RGB value is (180,239,225). Sum of RGB (Red+Green+Blue) = 180+239+225=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFE1 is #4B101E. Grayscale: #DBDBDB. Windows color (decimal): -4919327 or 14806964. OLE color: 14806964.

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

Color convert

RGB180239225-
CMYK0.2500.060.06
HSL165.76º64.84%82.16%-
HSV(B)165.76º24.69%93.73%-
XYZ63.2876.8782.74-
YUV219.76130.9599.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.95%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=27.95%
G=37.11%
B=34.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392250.2500.060.06165.7664.8482.16
HexB4EFE119066a64152
Octal26435734131066246101122
Binary1011010011101111111000011100101101101010011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFE1; }

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

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

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

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

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

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

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

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