Shades of French Grey #BCB0C7
Tints of French Grey #BCB0C7
RGB
CMYK
RGB Variations
Color information
#BCB0C7 (or 0xBCB0C7) is known color: French Grey. HEX triplet: BC, B0 and C7. RGB value is (188,176,199). Sum of RGB (Red+Green+Blue) = 188+176+199=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCB0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0C7 is #434F38. Grayscale: #B6B6B6. Windows color (decimal): -4411193 or 13086908. OLE color: 13086908.
HSL color Cylindrical-coordinate representation of color #BCB0C7: hue angle of 271.3º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB0C7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 176 | 199 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 271.3º | 0.17% | 0.74% | - |
| HSV(B) | 271.3º | 0.12% | 0.78% | - |
| XYZ | 46.57 | 45.87 | 60.43 | - |
| YUV | 182.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 199 | 0.06 | 0.12 | 0 | 0.22 | 271.3 | 0.17 | 0.74 |
| Hex | BC | B0 | C7 | 6 | C | 0 | 16 | 10F | 11 | 4A |
| Octal | 274 | 260 | 307 | 6 | 14 | 0 | 26 | 417 | 21 | 112 |
| Binary | 10111100 | 10110000 | 11000111 | 110 | 1100 | 0 | 10110 | 100001111 | 10001 | 1001010 |
Color Harmonies of #BCB0C7
Complementary color
Monochromatic Colors of #BCB0C7
Black with #BCB0C7
Text Example
Text Example
White with #BCB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0C7; }
p { color: rgb(188,176,199); }
H1.HeaderClassName
{
color: #BCB0C7;
}
.AnyTagClassName
{
color: #BCB0C7;
}
</style>
background-color css
<style>
a { background-color: #BCB0C7; }
a { background-color: rgb(188,176,199); }
div.DivClassName
{
background-color: #BCB0C7;
}
.BgClassName
{
background-color: #BCB0C7;
}
</style>
border-color css
<style>
span { border-color: #BCB0C7; }
span { border-color: rgb(188,176,199); }
td.TdClassName
{
border-color: #BCB0C7;
}
.TagClassName
{
border-color: #BCB0C7;
}
</style>