#B1F2BE

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

Shades of Fringy Flower #B1F2BE

Tints of Fringy Flower #B1F2BE

Color information

#B1F2BE (or 0xB1F2BE) is unknown color: approx Fringy Flower. HEX triplet: B1, F2 and BE. RGB value is (177,242,190). Sum of RGB (Red+Green+Blue) = 177+242+190=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2BE is #4E0D41. Grayscale: #D8D8D8. Windows color (decimal): -5115202 or 12513969. OLE color: 12513969.

HSL color Cylindrical-coordinate representation of color #B1F2BE: hue angle of 132º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F2BE is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB177242190-
CMYK0.2700.210.05
HSL132º71.43%82.16%-
HSV(B)132º26.86%94.9%-
XYZ59.1876.5760.38-
YUV216.64112.9799.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.06%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=29.06%
G=39.74%
B=31.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772421900.2700.210.0513271.4382.16
HexB1F2BE1B0155844752
Octal261362276330255204107122
Binary101100011111001010111110110110101011011000010010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F2BE; }

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

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

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

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

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

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

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

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