#B1F1BA

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

Shades of Fringy Flower #B1F1BA

Tints of Fringy Flower #B1F1BA

Color information

#B1F1BA (or 0xB1F1BA) is unknown color: approx Fringy Flower. HEX triplet: B1, F1 and BA. RGB value is (177,241,186). Sum of RGB (Red+Green+Blue) = 177+241+186=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1BA is #4E0E45. Grayscale: #D7D7D7. Windows color (decimal): -5115462 or 12251569. OLE color: 12251569.

HSL color Cylindrical-coordinate representation of color #B1F1BA: hue angle of 128.44º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1BA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB177241186-
CMYK0.2700.230.05
HSL128.44º69.57%81.96%-
HSV(B)128.44º26.56%94.51%-
XYZ58.4575.858.01-
YUV215.59111.3100.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=29.30%
G=39.90%
B=30.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411860.2700.230.05128.4469.5781.96
HexB1F1BA1B0175804652
Octal261361272330275200106122
Binary101100011111000110111010110110101111011000000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1BA; }

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

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

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

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

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

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

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

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