#B9FEE1

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

Shades of Water Leaf #B9FEE1

Tints of Water Leaf #B9FEE1

Color information

#B9FEE1 (or 0xB9FEE1) is unknown color: approx Water Leaf. HEX triplet: B9, FE and E1. RGB value is (185,254,225). Sum of RGB (Red+Green+Blue) = 185+254+225=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEE1 is #46011E. Grayscale: #E6E6E6. Windows color (decimal): -4587807 or 14810809. OLE color: 14810809.

HSL color Cylindrical-coordinate representation of color #B9FEE1: hue angle of 154.78º 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 #B9FEE1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB185254225-
CMYK0.2700.110.00
HSL154.78º97.18%86.08%-
HSV(B)154.78º27.17%99.61%-
XYZ69.0486.6384.32-
YUV230.06125.1495.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.86%
GREEN value IS 254 (99.61% from 255) = 38.25%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=27.86%
G=38.25%
B=33.89%

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
Decimal1852542250.2700.110.00154.7897.1886.08
HexB9FEE11B0B09b6156
Octal271376341330130233141126
Binary101110011111111011100001110110101101001101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEE1; }

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

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

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

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

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

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

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

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