#B1F1BB

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

Shades of Fringy Flower #B1F1BB

Tints of Fringy Flower #B1F1BB

Color information

#B1F1BB (or 0xB1F1BB) is unknown color: approx Fringy Flower. HEX triplet: B1, F1 and BB. RGB value is (177,241,187). Sum of RGB (Red+Green+Blue) = 177+241+187=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1BB is #4E0E44. Grayscale: #D7D7D7. Windows color (decimal): -5115461 or 12317105. OLE color: 12317105.

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

Color convert

RGB177241187-
CMYK0.2700.220.05
HSL129.38º69.57%81.96%-
HSV(B)129.38º26.56%94.51%-
XYZ58.5675.8558.57-
YUV215.71111.8100.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.26%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=29.26%
G=39.83%
B=30.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772411870.2700.220.05129.3869.5781.96
HexB1F1BB1B0165814652
Octal261361273330265201106122
Binary101100011111000110111011110110101101011000000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1BB; }

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

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

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

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

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

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

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

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