#BFBDC1

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

Shades of French Grey #BFBDC1

Tints of French Grey #BFBDC1

Color information

#BFBDC1 (or 0xBFBDC1) is unknown color: approx French Grey. HEX triplet: BF, BD and C1. RGB value is (191,189,193). Sum of RGB (Red+Green+Blue) = 191+189+193=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC1 is #40423E. Grayscale: #BEBEBE. Windows color (decimal): -4211263 or 12697023. OLE color: 12697023.

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

Color convert

RGB191189193-
CMYK0.010.0200.24
HSL270º3.12%74.9%-
HSV(B)270º2.07%75.69%-
XYZ49.3151.3257.76-
YUV190.05129.66128.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=33.33%
G=32.98%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911891930.010.0200.242703.1274.9
HexBFBDC11201810e34b
Octal277275301120304163113
Binary101111111011110111000001110011000100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC1; }

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

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

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

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

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

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

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

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