#B1FCB9

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

Shades of Fringy Flower #B1FCB9

Tints of Fringy Flower #B1FCB9

Color information

#B1FCB9 (or 0xB1FCB9) is unknown color: approx Fringy Flower. HEX triplet: B1, FC and B9. RGB value is (177,252,185). Sum of RGB (Red+Green+Blue) = 177+252+185=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCB9 is #4E0346. Grayscale: #DEDEDE. Windows color (decimal): -5112647 or 12188849. OLE color: 12188849.

HSL color Cylindrical-coordinate representation of color #B1FCB9: hue angle of 126.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCB9 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB177252185-
CMYK0.3000.270.01
HSL126.4º92.59%84.12%-
HSV(B)126.4º29.76%98.82%-
XYZ61.782.4758.57-
YUV221.94107.1595.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=28.83%
G=41.04%
B=30.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521850.3000.270.01126.492.5984.12
HexB1FCB91E01B17e5d54
Octal261374271360331176135124
Binary101100011111110010111001111100110111111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCB9; }

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

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

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

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

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

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

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

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