#B9FFE8

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

Shades of Water Leaf #B9FFE8

Tints of Water Leaf #B9FFE8

Color information

#B9FFE8 (or 0xB9FFE8) is unknown color: approx Water Leaf. HEX triplet: B9, FF and E8. RGB value is (185,255,232). Sum of RGB (Red+Green+Blue) = 185+255+232=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFE8 is #460017. Grayscale: #E7E7E7. Windows color (decimal): -4587544 or 15269817. OLE color: 15269817.

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

Color convert

RGB185255232-
CMYK0.2700.090
HSL160.29º100%86.27%-
HSV(B)160.29º27.45%100%-
XYZ70.3387.6689.56-
YUV231.45128.3194.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.53%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=27.53%
G=37.95%
B=34.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552320.2700.090160.2910086.27
HexB9FFE81B090a06456
Octal271377350330110240144126
Binary101110011111111111101000110110100101010000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFE8; }

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

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

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

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

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

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

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

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