#B1FBBA

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

Shades of Fringy Flower #B1FBBA

Tints of Fringy Flower #B1FBBA

Color information

#B1FBBA (or 0xB1FBBA) is unknown color: approx Fringy Flower. HEX triplet: B1, FB and BA. RGB value is (177,251,186). Sum of RGB (Red+Green+Blue) = 177+251+186=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBBA is #4E0445. Grayscale: #DDDDDD. Windows color (decimal): -5112902 or 12254129. OLE color: 12254129.

HSL color Cylindrical-coordinate representation of color #B1FBBA: hue angle of 127.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBBA is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB177251186-
CMYK0.2900.260.02
HSL127.3º90.24%83.92%-
HSV(B)127.3º29.48%98.43%-
XYZ61.4981.8959.02-
YUV221.46107.9896.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=28.83%
G=40.88%
B=30.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772511860.2900.260.02127.390.2483.92
HexB1FBBA1D01A27f5a54
Octal261373272350322177132124
Binary1011000111111011101110101110101101010111111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBBA; }

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

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

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

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

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

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

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

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