Shades of French Grey #BCB3C8
Tints of French Grey #BCB3C8
RGB
CMYK
RGB Variations
Color information
#BCB3C8 (or 0xBCB3C8) is known color: French Grey. HEX triplet: BC, B3 and C8. RGB value is (188,179,200). Sum of RGB (Red+Green+Blue) = 188+179+200=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C8 is #434C37. Grayscale: #B8B8B8. Windows color (decimal): -4410424 or 13153212. OLE color: 13153212.
HSL color Cylindrical-coordinate representation of color #BCB3C8: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB3C8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 179 | 200 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.22 |
| HSL | 265.71º | 0.16% | 0.74% | - |
| HSV(B) | 265.71º | 0.11% | 0.78% | - |
| XYZ | 47.28 | 47.1 | 61.24 | - |
| YUV | 184.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 200 | 0.06 | 0.10 | 0 | 0.22 | 265.71 | 0.16 | 0.74 |
| Hex | BC | B3 | C8 | 6 | A | 0 | 16 | 10A | 10 | 4A |
| Octal | 274 | 263 | 310 | 6 | 12 | 0 | 26 | 412 | 20 | 112 |
| Binary | 10111100 | 10110011 | 11001000 | 110 | 1010 | 0 | 10110 | 100001010 | 10000 | 1001010 |
Color Harmonies of #BCB3C8
Complementary color
Monochromatic Colors of #BCB3C8
Black with #BCB3C8
Text Example
Text Example
White with #BCB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C8; }
p { color: rgb(188,179,200); }
H1.HeaderClassName
{
color: #BCB3C8;
}
.AnyTagClassName
{
color: #BCB3C8;
}
</style>
background-color css
<style>
a { background-color: #BCB3C8; }
a { background-color: rgb(188,179,200); }
div.DivClassName
{
background-color: #BCB3C8;
}
.BgClassName
{
background-color: #BCB3C8;
}
</style>
border-color css
<style>
span { border-color: #BCB3C8; }
span { border-color: rgb(188,179,200); }
td.TdClassName
{
border-color: #BCB3C8;
}
.TagClassName
{
border-color: #BCB3C8;
}
</style>