#B1FDBA

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

Shades of Fringy Flower #B1FDBA

Tints of Fringy Flower #B1FDBA

Color information

#B1FDBA (or 0xB1FDBA) is unknown color: approx Fringy Flower. HEX triplet: B1, FD and BA. RGB value is (177,253,186). Sum of RGB (Red+Green+Blue) = 177+253+186=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDBA is #4E0245. Grayscale: #DEDEDE. Windows color (decimal): -5112390 or 12254641. OLE color: 12254641.

HSL color Cylindrical-coordinate representation of color #B1FDBA: hue angle of 127.11º degrees, saturation: 0.95, 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 #B1FDBA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB177253186-
CMYK0.3000.260.01
HSL127.11º95%84.31%-
HSV(B)127.11º30.04%99.22%-
XYZ62.1283.1459.23-
YUV222.64107.3295.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=28.73%
G=41.07%
B=30.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772531860.3000.260.01127.119584.31
HexB1FDBA1E01A17f5f54
Octal261375272360321177137124
Binary101100011111110110111010111100110101111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FDBA; }

 p { color: rgb(177,253,186); }

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

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

 a { background-color: rgb(177,253,186); }

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

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

 span { border-color: rgb(177,253,186); }

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