#B9FFEC

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

Shades of Water Leaf #B9FFEC

Tints of Water Leaf #B9FFEC

Color information

#B9FFEC (or 0xB9FFEC) is unknown color: approx Water Leaf. HEX triplet: B9, FF and EC. RGB value is (185,255,236). Sum of RGB (Red+Green+Blue) = 185+255+236=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEC is #460013. Grayscale: #E7E7E7. Windows color (decimal): -4587540 or 15531961. OLE color: 15531961.

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

Color convert

RGB185255236-
CMYK0.2700.070
HSL163.71º100%86.27%-
HSV(B)163.71º27.45%100%-
XYZ70.9187.8992.58-
YUV231.9130.3194.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.37%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=27.37%
G=37.72%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552360.2700.070163.7110086.27
HexB9FFEC1B070a46456
Octal27137735433070244144126
Binary10111001111111111110110011011011101010010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFEC; }

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

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

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

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

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

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

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

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