Shades of French Grey #BCB7C6
Tints of French Grey #BCB7C6
RGB
CMYK
RGB Variations
Color information
#BCB7C6 (or 0xBCB7C6) is known color: French Grey. HEX triplet: BC, B7 and C6. RGB value is (188,183,198). Sum of RGB (Red+Green+Blue) = 188+183+198=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7C6 is #434839. Grayscale: #BABABA. Windows color (decimal): -4409402 or 13023164. OLE color: 13023164.
HSL color Cylindrical-coordinate representation of color #BCB7C6: hue angle of 260º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB7C6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 183 | 198 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.22 |
| HSL | 260º | 0.12% | 0.75% | - |
| HSV(B) | 260º | 0.08% | 0.78% | - |
| XYZ | 47.87 | 48.64 | 60.29 | - |
| YUV | 186.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 198 | 0.05 | 0.08 | 0 | 0.22 | 260 | 0.12 | 0.75 |
| Hex | BC | B7 | C6 | 5 | 8 | 0 | 16 | 104 | C | 4B |
| Octal | 274 | 267 | 306 | 5 | 10 | 0 | 26 | 404 | 14 | 113 |
| Binary | 10111100 | 10110111 | 11000110 | 101 | 1000 | 0 | 10110 | 100000100 | 1100 | 1001011 |
Color Harmonies of #BCB7C6
Complementary color
Monochromatic Colors of #BCB7C6
Black with #BCB7C6
Text Example
Text Example
White with #BCB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7C6; }
p { color: rgb(188,183,198); }
H1.HeaderClassName
{
color: #BCB7C6;
}
.AnyTagClassName
{
color: #BCB7C6;
}
</style>
background-color css
<style>
a { background-color: #BCB7C6; }
a { background-color: rgb(188,183,198); }
div.DivClassName
{
background-color: #BCB7C6;
}
.BgClassName
{
background-color: #BCB7C6;
}
</style>
border-color css
<style>
span { border-color: #BCB7C6; }
span { border-color: rgb(188,183,198); }
td.TdClassName
{
border-color: #BCB7C6;
}
.TagClassName
{
border-color: #BCB7C6;
}
</style>