#BCB0C5

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

Shades of French Grey #BCB0C5

Tints of French Grey #BCB0C5

Color information

#BCB0C5 (or 0xBCB0C5) is unknown color: approx French Grey. HEX triplet: BC, B0 and C5. RGB value is (188,176,197). Sum of RGB (Red+Green+Blue) = 188+176+197=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0C5 is #434F3A. Grayscale: #B5B5B5. Windows color (decimal): -4411195 or 12955836. OLE color: 12955836.

HSL color Cylindrical-coordinate representation of color #BCB0C5: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB0C5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188176197-
CMYK0.050.1100.23
HSL274.29º15.33%73.14%-
HSV(B)274.29º10.66%77.25%-
XYZ46.3445.7759.22-
YUV181.98136.48132.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=33.51%
G=31.37%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881761970.050.1100.23274.2915.3373.14
HexBCB0C55B017112f49
Octal27426030551302742217111
Binary101111001011000011000101101101101011110001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0C5; }

 p { color: rgb(188,176,197); }

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

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

 a { background-color: rgb(188,176,197); }

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

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

 span { border-color: rgb(188,176,197); }

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