#B1FFBA

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

Shades of Fringy Flower #B1FFBA

Tints of Fringy Flower #B1FFBA

Color information

#B1FFBA (or 0xB1FFBA) is unknown color: approx Fringy Flower. HEX triplet: B1, FF and BA. RGB value is (177,255,186). Sum of RGB (Red+Green+Blue) = 177+255+186=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBA is #4E0045. Grayscale: #E0E0E0. Windows color (decimal): -5111878 or 12255153. OLE color: 12255153.

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

Color convert

RGB177255186-
CMYK0.3100.270
HSL126.92º100%84.71%-
HSV(B)126.92º30.59%100%-
XYZ62.7584.4159.44-
YUV223.81106.6694.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=28.64%
G=41.26%
B=30.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551860.3100.270126.9210084.71
HexB1FFBA1F01B07f6455
Octal261377272370330177144125
Binary101100011111111110111010111110110110111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFBA; }

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

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

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

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

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

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

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

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