#B1FAC1

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

Shades of Fringy Flower #B1FAC1

Tints of Fringy Flower #B1FAC1

Color information

#B1FAC1 (or 0xB1FAC1) is unknown color: approx Fringy Flower. HEX triplet: B1, FA and C1. RGB value is (177,250,193). Sum of RGB (Red+Green+Blue) = 177+250+193=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC1 is #4E053E. Grayscale: #DDDDDD. Windows color (decimal): -5113151 or 12712625. OLE color: 12712625.

HSL color Cylindrical-coordinate representation of color #B1FAC1: hue angle of 133.15º degrees, saturation: 0.88, 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 #B1FAC1 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB177250193-
CMYK0.2900.230.02
HSL133.15º87.95%83.73%-
HSV(B)133.15º29.2%98.04%-
XYZ61.9481.5762.93-
YUV221.68111.8296.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=28.55%
G=40.32%
B=31.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501930.2900.230.02133.1587.9583.73
HexB1FAC11D0172855854
Octal261372301350272205130124
Binary10110001111110101100000111101010111101000010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAC1; }

 p { color: rgb(177,250,193); }

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

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

 a { background-color: rgb(177,250,193); }

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

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

 span { border-color: rgb(177,250,193); }

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