#BFBAC6

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

Shades of French Grey #BFBAC6

Tints of French Grey #BFBAC6

Color information

#BFBAC6 (or 0xBFBAC6) is unknown color: approx French Grey. HEX triplet: BF, BA and C6. RGB value is (191,186,198). Sum of RGB (Red+Green+Blue) = 191+186+198=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC6 is #404539. Grayscale: #BCBCBC. Windows color (decimal): -4212026 or 13023935. OLE color: 13023935.

HSL color Cylindrical-coordinate representation of color #BFBAC6: hue angle of 265º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBAC6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191186198-
CMYK0.040.0600.22
HSL265º9.52%75.29%-
HSV(B)265º6.06%77.65%-
XYZ49.2450.2760.53-
YUV188.86133.16129.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=33.22%
G=32.35%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911861980.040.0600.222659.5275.29
HexBFBAC646016109a4b
Octal2772723064602641112113
Binary10111111101110101100011010011001011010000100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAC6; }

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

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

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

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

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

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

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

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