Shades of French Grey #BCB3C7
Tints of French Grey #BCB3C7
RGB
CMYK
RGB Variations
Color information
#BCB3C7 (or 0xBCB3C7) is known color: French Grey. HEX triplet: BC, B3 and C7. RGB value is (188,179,199). Sum of RGB (Red+Green+Blue) = 188+179+199=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C7 is #434C38. Grayscale: #B7B7B7. Windows color (decimal): -4410425 or 13087676. OLE color: 13087676.
HSL color Cylindrical-coordinate representation of color #BCB3C7: hue angle of 267º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB3C7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 179 | 199 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 267º | 0.15% | 0.74% | - |
| HSV(B) | 267º | 0.1% | 0.78% | - |
| XYZ | 47.17 | 47.06 | 60.63 | - |
| YUV | 183.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 199 | 0.06 | 0.10 | 0 | 0.22 | 267 | 0.15 | 0.74 |
| Hex | BC | B3 | C7 | 6 | A | 0 | 16 | 10B | F | 4A |
| Octal | 274 | 263 | 307 | 6 | 12 | 0 | 26 | 413 | 17 | 112 |
| Binary | 10111100 | 10110011 | 11000111 | 110 | 1010 | 0 | 10110 | 100001011 | 1111 | 1001010 |
Color Harmonies of #BCB3C7
Complementary color
Monochromatic Colors of #BCB3C7
Black with #BCB3C7
Text Example
Text Example
White with #BCB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C7; }
p { color: rgb(188,179,199); }
H1.HeaderClassName
{
color: #BCB3C7;
}
.AnyTagClassName
{
color: #BCB3C7;
}
</style>
background-color css
<style>
a { background-color: #BCB3C7; }
a { background-color: rgb(188,179,199); }
div.DivClassName
{
background-color: #BCB3C7;
}
.BgClassName
{
background-color: #BCB3C7;
}
</style>
border-color css
<style>
span { border-color: #BCB3C7; }
span { border-color: rgb(188,179,199); }
td.TdClassName
{
border-color: #BCB3C7;
}
.TagClassName
{
border-color: #BCB3C7;
}
</style>