#BFBAC1

Color #BFBAC1 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BFBAC1

Tints of French Grey #BFBAC1

Color information

#BFBAC1 (or 0xBFBAC1) is unknown color: approx French Grey. HEX triplet: BF, BA and C1. RGB value is (191,186,193). Sum of RGB (Red+Green+Blue) = 191+186+193=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC1 is #40453E. Grayscale: #BCBCBC. Windows color (decimal): -4212031 or 12696255. OLE color: 12696255.

HSL color Cylindrical-coordinate representation of color #BFBAC1: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBAC1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191186193-
CMYK0.010.0400.24
HSL282.86º5.34%74.31%-
HSV(B)282.86º3.63%75.69%-
XYZ48.6750.0457.55-
YUV188.29130.66129.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=33.51%
G=32.63%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911861930.010.0400.24282.865.3474.31
HexBFBAC11401811b54a
Octal277272301140304335112
Binary10111111101110101100000111000110001000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAC1; }

 p { color: rgb(191,186,193); }

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

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

 a { background-color: rgb(191,186,193); }

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

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

 span { border-color: rgb(191,186,193); }

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