#B1FFED

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

Shades of Water Leaf #B1FFED

Tints of Water Leaf #B1FFED

Color information

#B1FFED (or 0xB1FFED) is unknown color: approx Water Leaf. HEX triplet: B1, FF and ED. RGB value is (177,255,237). Sum of RGB (Red+Green+Blue) = 177+255+237=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFED is #4E0012. Grayscale: #E5E5E5. Windows color (decimal): -5111827 or 15597489. OLE color: 15597489.

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

Color convert

RGB177255237-
CMYK0.3100.070
HSL166.15º100%84.71%-
HSV(B)166.15º30.59%100%-
XYZ69.1886.9893.26-
YUV229.63132.1690.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.46%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=26.46%
G=38.12%
B=35.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552370.3100.070166.1510084.71
HexB1FFED1F070a66455
Octal26137735537070246144125
Binary10110001111111111110110111111011101010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFED; }

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

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

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

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

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

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

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

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