#BFBAC8

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

Shades of French Grey #BFBAC8

Tints of French Grey #BFBAC8

Color information

#BFBAC8 (or 0xBFBAC8) is unknown color: approx French Grey. HEX triplet: BF, BA and C8. RGB value is (191,186,200). Sum of RGB (Red+Green+Blue) = 191+186+200=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAC8 is #404537. Grayscale: #BDBDBD. Windows color (decimal): -4212024 or 13155007. OLE color: 13155007.

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

Color convert

RGB191186200-
CMYK0.040.0700.22
HSL261.43º11.29%75.69%-
HSV(B)261.43º7%78.43%-
XYZ49.4750.3661.76-
YUV189.09134.16129.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=33.10%
G=32.24%
B=34.66%

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
Decimal1911862000.040.0700.22261.4311.2975.69
HexBFBAC847016105b4c
Octal2772723104702640513114
Binary10111111101110101100100010011101011010000010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAC8; }

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

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

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

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

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

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

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

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