#BCB9BF

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

Shades of French Grey #BCB9BF

Tints of French Grey #BCB9BF

Color information

#BCB9BF (or 0xBCB9BF) is unknown color: approx French Grey. HEX triplet: BC, B9 and BF. RGB value is (188,185,191). Sum of RGB (Red+Green+Blue) = 188+185+191=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BF is #434640. Grayscale: #BABABA. Windows color (decimal): -4408897 or 12564924. OLE color: 12564924.

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

Color convert

RGB188185191-
CMYK0.020.0300.25
HSL270º4.48%73.73%-
HSV(B)270º3.14%74.9%-
XYZ47.4949.1556.27-
YUV186.58130.49129.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 191 (75% from 255) = 33.87%
R=33.33%
G=32.80%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881851910.020.0300.252704.4873.73
HexBCB9BF2301910e44a
Octal274271277230314164112
Binary10111100101110011011111110110110011000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9BF; }

 p { color: rgb(188,185,191); }

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

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

 a { background-color: rgb(188,185,191); }

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

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

 span { border-color: rgb(188,185,191); }

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