#B9FFE1

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

Shades of Water Leaf #B9FFE1

Tints of Water Leaf #B9FFE1

Color information

#B9FFE1 (or 0xB9FFE1) is unknown color: approx Water Leaf. HEX triplet: B9, FF and E1. RGB value is (185,255,225). Sum of RGB (Red+Green+Blue) = 185+255+225=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFE1 is #46001E. Grayscale: #E6E6E6. Windows color (decimal): -4587551 or 14811065. OLE color: 14811065.

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

Color convert

RGB185255225-
CMYK0.2700.120
HSL154.29º100%86.27%-
HSV(B)154.29º27.45%100%-
XYZ69.3687.2784.42-
YUV230.65124.8195.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.82%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=27.82%
G=38.35%
B=33.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552250.2700.120154.2910086.27
HexB9FFE11B0C09a6456
Octal271377341330140232144126
Binary101110011111111111100001110110110001001101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFE1; }

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

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

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

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

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

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

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

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