#BCB8BF

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

Shades of French Grey #BCB8BF

Tints of French Grey #BCB8BF

Color information

#BCB8BF (or 0xBCB8BF) is unknown color: approx French Grey. HEX triplet: BC, B8 and BF. RGB value is (188,184,191). Sum of RGB (Red+Green+Blue) = 188+184+191=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BF is #434740. Grayscale: #B9B9B9. Windows color (decimal): -4409153 or 12564668. OLE color: 12564668.

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

Color convert

RGB188184191-
CMYK0.020.0400.25
HSL274.29º5.19%73.53%-
HSV(B)274.29º3.66%74.9%-
XYZ47.2848.7356.2-
YUV185.99130.83129.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 191 (75% from 255) = 33.93%
R=33.39%
G=32.68%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881841910.020.0400.25274.295.1973.53
HexBCB8BF2401911254a
Octal274270277240314225112
Binary101111001011100010111111101000110011000100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8BF; }

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

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

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

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

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

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

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

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