#B1FFBD

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

Shades of Fringy Flower #B1FFBD

Tints of Fringy Flower #B1FFBD

Color information

#B1FFBD (or 0xB1FFBD) is unknown color: approx Fringy Flower. HEX triplet: B1, FF and BD. RGB value is (177,255,189). Sum of RGB (Red+Green+Blue) = 177+255+189=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBD is #4E0042. Grayscale: #E0E0E0. Windows color (decimal): -5111875 or 12451761. OLE color: 12451761.

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

Color convert

RGB177255189-
CMYK0.3100.260
HSL129.23º100%84.71%-
HSV(B)129.23º30.59%100%-
XYZ63.0884.5461.14-
YUV224.15108.1694.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=28.50%
G=41.06%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772551890.3100.260129.2310084.71
HexB1FFBD1F01A0816455
Octal261377275370320201144125
Binary1011000111111111101111011111101101001000000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFBD; }

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

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

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

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

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

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

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

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