#BCB6BF

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

Shades of French Grey #BCB6BF

Tints of French Grey #BCB6BF

Color information

#BCB6BF (or 0xBCB6BF) is unknown color: approx French Grey. HEX triplet: BC, B6 and BF. RGB value is (188,182,191). Sum of RGB (Red+Green+Blue) = 188+182+191=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BF is #434940. Grayscale: #B8B8B8. Windows color (decimal): -4409665 or 12564156. OLE color: 12564156.

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

Color convert

RGB188182191-
CMYK0.020.0500.25
HSL280º6.57%73.14%-
HSV(B)280º4.71%74.9%-
XYZ46.8747.9156.07-
YUV184.82131.49130.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 191 (75% from 255) = 34.05%
R=33.51%
G=32.44%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881821910.020.0500.252806.5773.14
HexBCB6BF25019118749
Octal274266277250314307111
Binary101111001011011010111111101010110011000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6BF; }

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

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

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

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

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

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

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

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