#B9FEE2

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

Shades of Water Leaf #B9FEE2

Tints of Water Leaf #B9FEE2

Color information

#B9FEE2 (or 0xB9FEE2) is unknown color: approx Water Leaf. HEX triplet: B9, FE and E2. RGB value is (185,254,226). Sum of RGB (Red+Green+Blue) = 185+254+226=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEE2 is #46011D. Grayscale: #E6E6E6. Windows color (decimal): -4587806 or 14876345. OLE color: 14876345.

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

Color convert

RGB185254226-
CMYK0.2700.110.00
HSL155.65º97.18%86.08%-
HSV(B)155.65º27.17%99.61%-
XYZ69.1886.6985.04-
YUV230.18125.6495.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.82%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=27.82%
G=38.20%
B=33.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542260.2700.110.00155.6597.1886.08
HexB9FEE21B0B09c6156
Octal271376342330130234141126
Binary101110011111111011100010110110101101001110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEE2; }

 p { color: rgb(185,254,226); }

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

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

 a { background-color: rgb(185,254,226); }

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

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

 span { border-color: rgb(185,254,226); }

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