#B1F0B9

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

Shades of Fringy Flower #B1F0B9

Tints of Fringy Flower #B1F0B9

Color information

#B1F0B9 (or 0xB1F0B9) is unknown color: approx Fringy Flower. HEX triplet: B1, F0 and B9. RGB value is (177,240,185). Sum of RGB (Red+Green+Blue) = 177+240+185=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0B9 is #4E0F46. Grayscale: #D7D7D7. Windows color (decimal): -5115719 or 12185777. OLE color: 12185777.

HSL color Cylindrical-coordinate representation of color #B1F0B9: hue angle of 127.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0B9 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB177240185-
CMYK0.2600.230.06
HSL127.62º67.74%81.76%-
HSV(B)127.62º26.25%94.12%-
XYZ58.0575.1757.35-
YUV214.89111.13100.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=29.40%
G=39.87%
B=30.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772401850.2600.230.06127.6267.7481.76
HexB1F0B91A0176804452
Octal261360271320276200104122
Binary101100011111000010111001110100101111101000000010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0B9; }

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

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

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

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

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

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

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

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