#B1FAC0

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

Shades of Fringy Flower #B1FAC0

Tints of Fringy Flower #B1FAC0

Color information

#B1FAC0 (or 0xB1FAC0) is unknown color: approx Fringy Flower. HEX triplet: B1, FA and C0. RGB value is (177,250,192). Sum of RGB (Red+Green+Blue) = 177+250+192=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC0 is #4E053F. Grayscale: #DDDDDD. Windows color (decimal): -5113152 or 12647089. OLE color: 12647089.

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

Color convert

RGB177250192-
CMYK0.2900.230.02
HSL132.33º87.95%83.73%-
HSV(B)132.33º29.2%98.04%-
XYZ61.8381.5262.35-
YUV221.56111.3296.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=28.59%
G=40.39%
B=31.02%

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
Decimal1772501920.2900.230.02132.3387.9583.73
HexB1FAC01D0172845854
Octal261372300350272204130124
Binary10110001111110101100000011101010111101000010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAC0; }

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

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

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

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

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

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

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

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