#BCB1C6

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

Shades of French Grey #BCB1C6

Tints of French Grey #BCB1C6

Color information

#BCB1C6 (or 0xBCB1C6) is unknown color: approx French Grey. HEX triplet: BC, B1 and C6. RGB value is (188,177,198). Sum of RGB (Red+Green+Blue) = 188+177+198=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1C6 is #434E39. Grayscale: #B6B6B6. Windows color (decimal): -4410938 or 13021628. OLE color: 13021628.

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

Color convert

RGB188177198-
CMYK0.050.1100.22
HSL271.43º15.56%73.53%-
HSV(B)271.43º10.61%77.65%-
XYZ46.6546.2159.89-
YUV182.68136.64131.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=33.39%
G=31.44%
B=35.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881771980.050.1100.22271.4315.5673.53
HexBCB1C65B01610f104a
Octal27426130651302641720112
Binary1011110010110001110001101011011010110100001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1C6; }

 p { color: rgb(188,177,198); }

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

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

 a { background-color: rgb(188,177,198); }

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

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

 span { border-color: rgb(188,177,198); }

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