#B9FFEA

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

Shades of Water Leaf #B9FFEA

Tints of Water Leaf #B9FFEA

Color information

#B9FFEA (or 0xB9FFEA) is unknown color: approx Water Leaf. HEX triplet: B9, FF and EA. RGB value is (185,255,234). Sum of RGB (Red+Green+Blue) = 185+255+234=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEA is #460015. Grayscale: #E7E7E7. Windows color (decimal): -4587542 or 15400889. OLE color: 15400889.

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

Color convert

RGB185255234-
CMYK0.2700.080
HSL162º100%86.27%-
HSV(B)162º27.45%100%-
XYZ70.6287.7791.06-
YUV231.68129.3194.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=27.45%
G=37.83%
B=34.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552340.2700.08016210086.27
HexB9FFEA1B080a26456
Octal271377352330100242144126
Binary101110011111111111101010110110100001010001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFEA; }

 p { color: rgb(185,255,234); }

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

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

 a { background-color: rgb(185,255,234); }

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

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

 span { border-color: rgb(185,255,234); }

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