#B1FFE4

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

Shades of Water Leaf #B1FFE4

Tints of Water Leaf #B1FFE4

Color information

#B1FFE4 (or 0xB1FFE4) is unknown color: approx Water Leaf. HEX triplet: B1, FF and E4. RGB value is (177,255,228). Sum of RGB (Red+Green+Blue) = 177+255+228=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFE4 is #4E001B. Grayscale: #E4E4E4. Windows color (decimal): -5111836 or 15007665. OLE color: 15007665.

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

Color convert

RGB177255228-
CMYK0.3100.110
HSL159.23º100%84.71%-
HSV(B)159.23º30.59%100%-
XYZ67.986.4786.51-
YUV228.6127.6691.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.82%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=26.82%
G=38.64%
B=34.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552280.3100.110159.2310084.71
HexB1FFE41F0B09f6455
Octal261377344370130237144125
Binary101100011111111111100100111110101101001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFE4; }

 p { color: rgb(177,255,228); }

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

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

 a { background-color: rgb(177,255,228); }

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

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

 span { border-color: rgb(177,255,228); }

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