Shades of French Grey #BCB3C1
Tints of French Grey #BCB3C1
RGB
CMYK
RGB Variations
Color information
#BCB3C1 (or 0xBCB3C1) is known color: French Grey. HEX triplet: BC, B3 and C1. RGB value is (188,179,193). Sum of RGB (Red+Green+Blue) = 188+179+193=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C1 is #434C3E. Grayscale: #B7B7B7. Windows color (decimal): -4410431 or 12694460. OLE color: 12694460.
HSL color Cylindrical-coordinate representation of color #BCB3C1: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB3C1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 179 | 193 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.24 |
| HSL | 278.57º | 0.1% | 0.73% | - |
| HSV(B) | 278.57º | 0.07% | 0.76% | - |
| XYZ | 46.48 | 46.78 | 57.03 | - |
| YUV | 183.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 193 | 0.03 | 0.07 | 0 | 0.24 | 278.57 | 0.1 | 0.73 |
| Hex | BC | B3 | C1 | 3 | 7 | 0 | 18 | 117 | A | 49 |
| Octal | 274 | 263 | 301 | 3 | 7 | 0 | 30 | 427 | 12 | 111 |
| Binary | 10111100 | 10110011 | 11000001 | 11 | 111 | 0 | 11000 | 100010111 | 1010 | 1001001 |
Color Harmonies of #BCB3C1
Complementary color
Monochromatic Colors of #BCB3C1
Black with #BCB3C1
Text Example
Text Example
White with #BCB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C1; }
p { color: rgb(188,179,193); }
H1.HeaderClassName
{
color: #BCB3C1;
}
.AnyTagClassName
{
color: #BCB3C1;
}
</style>
background-color css
<style>
a { background-color: #BCB3C1; }
a { background-color: rgb(188,179,193); }
div.DivClassName
{
background-color: #BCB3C1;
}
.BgClassName
{
background-color: #BCB3C1;
}
</style>
border-color css
<style>
span { border-color: #BCB3C1; }
span { border-color: rgb(188,179,193); }
td.TdClassName
{
border-color: #BCB3C1;
}
.TagClassName
{
border-color: #BCB3C1;
}
</style>