#B9FEE6

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

Shades of Water Leaf #B9FEE6

Tints of Water Leaf #B9FEE6

Color information

#B9FEE6 (or 0xB9FEE6) is unknown color: approx Water Leaf. HEX triplet: B9, FE and E6. RGB value is (185,254,230). Sum of RGB (Red+Green+Blue) = 185+254+230=669 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.65% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEE6 is #460119. Grayscale: #E6E6E6. Windows color (decimal): -4587802 or 15138489. OLE color: 15138489.

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

Color convert

RGB185254230-
CMYK0.2700.090.00
HSL159.13º97.18%86.08%-
HSV(B)159.13º27.17%99.61%-
XYZ69.7386.9187.96-
YUV230.63127.6495.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.65%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=27.65%
G=37.97%
B=34.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542300.2700.090.00159.1397.1886.08
HexB9FEE61B0909f6156
Octal271376346330110237141126
Binary101110011111111011100110110110100101001111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEE6; }

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

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

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

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

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

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

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

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