#B4F4E5

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

Shades of Water Leaf #B4F4E5

Tints of Water Leaf #B4F4E5

Color information

#B4F4E5 (or 0xB4F4E5) is unknown color: approx Water Leaf. HEX triplet: B4, F4 and E5. RGB value is (180,244,229). Sum of RGB (Red+Green+Blue) = 180+244+229=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F4E5 is #4B0B1A. Grayscale: #DFDFDF. Windows color (decimal): -4918043 or 15070388. OLE color: 15070388.

HSL color Cylindrical-coordinate representation of color #B4F4E5: hue angle of 165.94º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F4E5 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB180244229-
CMYK0.2600.060.04
HSL165.94º74.42%83.14%-
HSV(B)165.94º26.23%95.69%-
XYZ65.3280.0686.14-
YUV223.15131.397.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=27.57%
G=37.37%
B=35.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802442290.2600.060.04165.9474.4283.14
HexB4F4E51A064a64a53
Octal26436434532064246112123
Binary1011010011110100111001011101001101001010011010010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F4E5; }

 p { color: rgb(180,244,229); }

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

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

 a { background-color: rgb(180,244,229); }

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

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

 span { border-color: rgb(180,244,229); }

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