#B1F2B8

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

Shades of Fringy Flower #B1F2B8

Tints of Fringy Flower #B1F2B8

Color information

#B1F2B8 (or 0xB1F2B8) is unknown color: approx Fringy Flower. HEX triplet: B1, F2 and B8. RGB value is (177,242,184). Sum of RGB (Red+Green+Blue) = 177+242+184=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2B8 is #4E0D47. Grayscale: #D8D8D8. Windows color (decimal): -5115208 or 12120753. OLE color: 12120753.

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

Color convert

RGB177242184-
CMYK0.2700.240.05
HSL126.46º71.43%82.16%-
HSV(B)126.46º26.86%94.9%-
XYZ58.5476.3156.99-
YUV215.95109.97100.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=29.35%
G=40.13%
B=30.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772421840.2700.240.05126.4671.4382.16
HexB1F2B81B01857e4752
Octal261362270330305176107122
Binary10110001111100101011100011011011000101111111010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F2B8; }

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

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

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

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

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

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

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

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