#BFBAC4

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

Shades of French Grey #BFBAC4

Tints of French Grey #BFBAC4

Color information

#BFBAC4 (or 0xBFBAC4) is unknown color: approx French Grey. HEX triplet: BF, BA and C4. RGB value is (191,186,196). Sum of RGB (Red+Green+Blue) = 191+186+196=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC4 is #40453B. Grayscale: #BCBCBC. Windows color (decimal): -4212028 or 12892863. OLE color: 12892863.

HSL color Cylindrical-coordinate representation of color #BFBAC4: hue angle of 270º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBAC4 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191186196-
CMYK0.030.0500.23
HSL270º7.81%74.9%-
HSV(B)270º5.1%76.86%-
XYZ49.0150.1859.33-
YUV188.64132.16129.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=33.33%
G=32.46%
B=34.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911861960.030.0500.232707.8174.9
HexBFBAC43501710e84b
Octal2772723043502741610113
Binary1011111110111010110001001110101011110000111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAC4; }

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

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

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

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

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

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

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

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