#B1FEBE

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

Shades of Fringy Flower #B1FEBE

Tints of Fringy Flower #B1FEBE

Color information

#B1FEBE (or 0xB1FEBE) is unknown color: approx Fringy Flower. HEX triplet: B1, FE and BE. RGB value is (177,254,190). Sum of RGB (Red+Green+Blue) = 177+254+190=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBE is #4E0141. Grayscale: #DFDFDF. Windows color (decimal): -5112130 or 12517041. OLE color: 12517041.

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

Color convert

RGB177254190-
CMYK0.3000.250.00
HSL130.13º97.47%84.51%-
HSV(B)130.13º30.31%99.61%-
XYZ62.8783.9561.61-
YUV223.68108.9994.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=28.50%
G=40.90%
B=30.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541900.3000.250.00130.1397.4784.51
HexB1FEBE1E0190826155
Octal261376276360310202141125
Binary1011000111111110101111101111001100101000001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEBE; }

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

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

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

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

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

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

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

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