#B1FFBF

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

Shades of Fringy Flower #B1FFBF

Tints of Fringy Flower #B1FFBF

Color information

#B1FFBF (or 0xB1FFBF) is unknown color: approx Fringy Flower. HEX triplet: B1, FF and BF. RGB value is (177,255,191). Sum of RGB (Red+Green+Blue) = 177+255+191=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBF is #4E0040. Grayscale: #E0E0E0. Windows color (decimal): -5111873 or 12582833. OLE color: 12582833.

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

Color convert

RGB177255191-
CMYK0.3100.250
HSL130.77º100%84.71%-
HSV(B)130.77º30.59%100%-
XYZ63.384.6362.29-
YUV224.38109.1694.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.41%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 191 (75% from 255) = 30.66%
R=28.41%
G=40.93%
B=30.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551910.3100.250130.7710084.71
HexB1FFBF1F0190836455
Octal261377277370310203144125
Binary1011000111111111101111111111101100101000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFBF; }

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

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

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

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

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

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

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

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