#B4FEE9

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

Shades of Water Leaf #B4FEE9

Tints of Water Leaf #B4FEE9

Color information

#B4FEE9 (or 0xB4FEE9) is unknown color: approx Water Leaf. HEX triplet: B4, FE and E9. RGB value is (180,254,233). Sum of RGB (Red+Green+Blue) = 180+254+233=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEE9 is #4B0116. Grayscale: #E5E5E5. Windows color (decimal): -4915479 or 15335092. OLE color: 15335092.

HSL color Cylindrical-coordinate representation of color #B4FEE9: hue angle of 162.97º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FEE9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB180254233-
CMYK0.2900.080.00
HSL162.97º97.37%85.1%-
HSV(B)162.97º29.13%99.61%-
XYZ68.9786.4790.15-
YUV229.48129.9892.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=26.99%
G=38.08%
B=34.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542330.2900.080.00162.9797.3785.1
HexB4FEE91D080a36155
Octal264376351350100243141125
Binary101101001111111011101001111010100001010001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEE9; }

 p { color: rgb(180,254,233); }

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

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

 a { background-color: rgb(180,254,233); }

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

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

 span { border-color: rgb(180,254,233); }

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