#B1FEBD

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

Shades of Fringy Flower #B1FEBD

Tints of Fringy Flower #B1FEBD

Color information

#B1FEBD (or 0xB1FEBD) is unknown color: approx Fringy Flower. HEX triplet: B1, FE and BD. RGB value is (177,254,189). Sum of RGB (Red+Green+Blue) = 177+254+189=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBD is #4E0142. Grayscale: #DFDFDF. Windows color (decimal): -5112131 or 12451505. OLE color: 12451505.

HSL color Cylindrical-coordinate representation of color #B1FEBD: hue angle of 129.35º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEBD is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB177254189-
CMYK0.3000.260.00
HSL129.35º97.47%84.51%-
HSV(B)129.35º30.31%99.61%-
XYZ62.7683.961.03-
YUV223.57108.4994.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=28.55%
G=40.97%
B=30.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541890.3000.260.00129.3597.4784.51
HexB1FEBD1E01A0816155
Octal261376275360320201141125
Binary1011000111111110101111011111001101001000000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEBD; }

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

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

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

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

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

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

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

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