#B1F0BB

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

Shades of Fringy Flower #B1F0BB

Tints of Fringy Flower #B1F0BB

Color information

#B1F0BB (or 0xB1F0BB) is unknown color: approx Fringy Flower. HEX triplet: B1, F0 and BB. RGB value is (177,240,187). Sum of RGB (Red+Green+Blue) = 177+240+187=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0BB is #4E0F44. Grayscale: #D7D7D7. Windows color (decimal): -5115717 or 12316849. OLE color: 12316849.

HSL color Cylindrical-coordinate representation of color #B1F0BB: hue angle of 129.52º 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 #B1F0BB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB177240187-
CMYK0.2600.220.06
HSL129.52º67.74%81.76%-
HSV(B)129.52º26.25%94.12%-
XYZ58.2675.2658.47-
YUV215.12112.13100.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=29.30%
G=39.74%
B=30.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772401870.2600.220.06129.5267.7481.76
HexB1F0BB1A0166824452
Octal261360273320266202104122
Binary101100011111000010111011110100101101101000001010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0BB; }

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

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

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

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

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

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

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

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