Shades of French Grey #BCB0C6
Tints of French Grey #BCB0C6
RGB
CMYK
RGB Variations
Color information
#BCB0C6 (or 0xBCB0C6) is known color: French Grey. HEX triplet: BC, B0 and C6. RGB value is (188,176,198). Sum of RGB (Red+Green+Blue) = 188+176+198=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0C6 is #434F39. Grayscale: #B6B6B6. Windows color (decimal): -4411194 or 13021372. OLE color: 13021372.
HSL color Cylindrical-coordinate representation of color #BCB0C6: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB0C6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 176 | 198 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.22 |
| HSL | 272.73º | 0.16% | 0.73% | - |
| HSV(B) | 272.73º | 0.11% | 0.78% | - |
| XYZ | 46.46 | 45.82 | 59.82 | - |
| YUV | 182.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 198 | 0.05 | 0.11 | 0 | 0.22 | 272.73 | 0.16 | 0.73 |
| Hex | BC | B0 | C6 | 5 | B | 0 | 16 | 111 | 10 | 49 |
| Octal | 274 | 260 | 306 | 5 | 13 | 0 | 26 | 421 | 20 | 111 |
| Binary | 10111100 | 10110000 | 11000110 | 101 | 1011 | 0 | 10110 | 100010001 | 10000 | 1001001 |
Color Harmonies of #BCB0C6
Complementary color
Monochromatic Colors of #BCB0C6
Black with #BCB0C6
Text Example
Text Example
White with #BCB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0C6; }
p { color: rgb(188,176,198); }
H1.HeaderClassName
{
color: #BCB0C6;
}
.AnyTagClassName
{
color: #BCB0C6;
}
</style>
background-color css
<style>
a { background-color: #BCB0C6; }
a { background-color: rgb(188,176,198); }
div.DivClassName
{
background-color: #BCB0C6;
}
.BgClassName
{
background-color: #BCB0C6;
}
</style>
border-color css
<style>
span { border-color: #BCB0C6; }
span { border-color: rgb(188,176,198); }
td.TdClassName
{
border-color: #BCB0C6;
}
.TagClassName
{
border-color: #BCB0C6;
}
</style>