#B1FEB9

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

Shades of Fringy Flower #B1FEB9

Tints of Fringy Flower #B1FEB9

Color information

#B1FEB9 (or 0xB1FEB9) is unknown color: approx Fringy Flower. HEX triplet: B1, FE and B9. RGB value is (177,254,185). Sum of RGB (Red+Green+Blue) = 177+254+185=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEB9 is #4E0146. Grayscale: #DFDFDF. Windows color (decimal): -5112135 or 12189361. OLE color: 12189361.

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

Color convert

RGB177254185-
CMYK0.3000.270.00
HSL126.23º97.47%84.51%-
HSV(B)126.23º30.31%99.61%-
XYZ62.3383.7358.78-
YUV223.11106.4995.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=28.73%
G=41.23%
B=30.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772541850.3000.270.00126.2397.4784.51
HexB1FEB91E01B07e6155
Octal261376271360330176141125
Binary101100011111111010111001111100110110111111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEB9; }

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

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

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

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

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

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

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

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