#B1EEBA

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

Shades of Fringy Flower #B1EEBA

Tints of Fringy Flower #B1EEBA

Color information

#B1EEBA (or 0xB1EEBA) is unknown color: approx Fringy Flower. HEX triplet: B1, EE and BA. RGB value is (177,238,186). Sum of RGB (Red+Green+Blue) = 177+238+186=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBA is #4E1145. Grayscale: #D5D5D5. Windows color (decimal): -5116230 or 12250801. OLE color: 12250801.

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

Color convert

RGB177238186-
CMYK0.2600.220.07
HSL128.85º64.21%81.37%-
HSV(B)128.85º25.63%93.33%-
XYZ57.5774.0457.71-
YUV213.83112.29101.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=29.45%
G=39.60%
B=30.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772381860.2600.220.07128.8564.2181.37
HexB1EEBA1A0167814051
Octal261356272320267201100121
Binary101100011110111010111010110100101101111000000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEBA; }

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

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

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

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

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

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

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

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