#B1EEBE

Color #B1EEBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B1EEBE

Tints of Fringy Flower #B1EEBE

Color information

#B1EEBE (or 0xB1EEBE) is unknown color: approx Fringy Flower. HEX triplet: B1, EE and BE. RGB value is (177,238,190). Sum of RGB (Red+Green+Blue) = 177+238+190=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBE is #4E1141. Grayscale: #D6D6D6. Windows color (decimal): -5116226 or 12512945. OLE color: 12512945.

HSL color Cylindrical-coordinate representation of color #B1EEBE: hue angle of 132.79º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEBE is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB177238190-
CMYK0.2600.200.07
HSL132.79º64.21%81.37%-
HSV(B)132.79º25.63%93.33%-
XYZ5874.2159.98-
YUV214.29114.29101.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=29.26%
G=39.34%
B=31.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381900.2600.200.07132.7964.2181.37
HexB1EEBE1A0147854051
Octal261356276320247205100121
Binary101100011110111010111110110100101001111000010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEBE; }

 p { color: rgb(177,238,190); }

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

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

 a { background-color: rgb(177,238,190); }

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

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

 span { border-color: rgb(177,238,190); }

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