#B1FFBC

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

Shades of Fringy Flower #B1FFBC

Tints of Fringy Flower #B1FFBC

Color information

#B1FFBC (or 0xB1FFBC) is unknown color: approx Fringy Flower. HEX triplet: B1, FF and BC. RGB value is (177,255,188). Sum of RGB (Red+Green+Blue) = 177+255+188=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBC is #4E0043. Grayscale: #E0E0E0. Windows color (decimal): -5111876 or 12386225. OLE color: 12386225.

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

Color convert

RGB177255188-
CMYK0.3100.260
HSL128.46º100%84.71%-
HSV(B)128.46º30.59%100%-
XYZ62.9784.560.57-
YUV224.04107.6694.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=28.55%
G=41.13%
B=30.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551880.3100.260128.4610084.71
HexB1FFBC1F01A0806455
Octal261377274370320200144125
Binary1011000111111111101111001111101101001000000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFBC; }

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

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

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

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

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

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

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

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