Shades of French Grey #BCB3C6
Tints of French Grey #BCB3C6
RGB
CMYK
RGB Variations
Color information
#BCB3C6 (or 0xBCB3C6) is known color: French Grey. HEX triplet: BC, B3 and C6. RGB value is (188,179,198). Sum of RGB (Red+Green+Blue) = 188+179+198=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C6 is #434C39. Grayscale: #B7B7B7. Windows color (decimal): -4410426 or 13022140. OLE color: 13022140.
HSL color Cylindrical-coordinate representation of color #BCB3C6: hue angle of 268.42º degrees, saturation: 0.14, 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 #BCB3C6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 179 | 198 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.22 |
| HSL | 268.42º | 0.14% | 0.74% | - |
| HSV(B) | 268.42º | 0.1% | 0.78% | - |
| XYZ | 47.05 | 47.01 | 60.02 | - |
| YUV | 183.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 198 | 0.05 | 0.10 | 0 | 0.22 | 268.42 | 0.14 | 0.74 |
| Hex | BC | B3 | C6 | 5 | A | 0 | 16 | 10C | E | 4A |
| Octal | 274 | 263 | 306 | 5 | 12 | 0 | 26 | 414 | 16 | 112 |
| Binary | 10111100 | 10110011 | 11000110 | 101 | 1010 | 0 | 10110 | 100001100 | 1110 | 1001010 |
Color Harmonies of #BCB3C6
Complementary color
Monochromatic Colors of #BCB3C6
Black with #BCB3C6
Text Example
Text Example
White with #BCB3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C6; }
p { color: rgb(188,179,198); }
H1.HeaderClassName
{
color: #BCB3C6;
}
.AnyTagClassName
{
color: #BCB3C6;
}
</style>
background-color css
<style>
a { background-color: #BCB3C6; }
a { background-color: rgb(188,179,198); }
div.DivClassName
{
background-color: #BCB3C6;
}
.BgClassName
{
background-color: #BCB3C6;
}
</style>
border-color css
<style>
span { border-color: #BCB3C6; }
span { border-color: rgb(188,179,198); }
td.TdClassName
{
border-color: #BCB3C6;
}
.TagClassName
{
border-color: #BCB3C6;
}
</style>