#BFBAC7

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

Shades of French Grey #BFBAC7

Tints of French Grey #BFBAC7

Color information

#BFBAC7 (or 0xBFBAC7) is unknown color: approx French Grey. HEX triplet: BF, BA and C7. RGB value is (191,186,199). Sum of RGB (Red+Green+Blue) = 191+186+199=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC7 is #404538. Grayscale: #BCBCBC. Windows color (decimal): -4212025 or 13089471. OLE color: 13089471.

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

Color convert

RGB191186199-
CMYK0.040.0700.22
HSL263.08º10.4%75.49%-
HSV(B)263.08º6.53%78.04%-
XYZ49.3550.3261.14-
YUV188.98133.66129.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=33.16%
G=32.29%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911861990.040.0700.22263.0810.475.49
HexBFBAC747016107a4b
Octal2772723074702640712113
Binary10111111101110101100011110011101011010000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAC7; }

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

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

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

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

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

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

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

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