Shades of French Grey #BCB4C1
Tints of French Grey #BCB4C1
RGB
CMYK
RGB Variations
Color information
#BCB4C1 (or 0xBCB4C1) is known color: French Grey. HEX triplet: BC, B4 and C1. RGB value is (188,180,193). Sum of RGB (Red+Green+Blue) = 188+180+193=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4C1 is #434B3E. Grayscale: #B7B7B7. Windows color (decimal): -4410175 or 12694716. OLE color: 12694716.
HSL color Cylindrical-coordinate representation of color #BCB4C1: hue angle of 276.92º degrees, saturation: 0.09, 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 #BCB4C1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 180 | 193 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.24 |
| HSL | 276.92º | 0.09% | 0.73% | - |
| HSV(B) | 276.92º | 0.07% | 0.76% | - |
| XYZ | 46.69 | 47.18 | 57.1 | - |
| YUV | 183.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 193 | 0.03 | 0.07 | 0 | 0.24 | 276.92 | 0.09 | 0.73 |
| Hex | BC | B4 | C1 | 3 | 7 | 0 | 18 | 115 | 9 | 49 |
| Octal | 274 | 264 | 301 | 3 | 7 | 0 | 30 | 425 | 11 | 111 |
| Binary | 10111100 | 10110100 | 11000001 | 11 | 111 | 0 | 11000 | 100010101 | 1001 | 1001001 |
Color Harmonies of #BCB4C1
Complementary color
Monochromatic Colors of #BCB4C1
Black with #BCB4C1
Text Example
Text Example
White with #BCB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4C1; }
p { color: rgb(188,180,193); }
H1.HeaderClassName
{
color: #BCB4C1;
}
.AnyTagClassName
{
color: #BCB4C1;
}
</style>
background-color css
<style>
a { background-color: #BCB4C1; }
a { background-color: rgb(188,180,193); }
div.DivClassName
{
background-color: #BCB4C1;
}
.BgClassName
{
background-color: #BCB4C1;
}
</style>
border-color css
<style>
span { border-color: #BCB4C1; }
span { border-color: rgb(188,180,193); }
td.TdClassName
{
border-color: #BCB4C1;
}
.TagClassName
{
border-color: #BCB4C1;
}
</style>