Shades of French Grey #BCB7C3
Tints of French Grey #BCB7C3
RGB
CMYK
RGB Variations
Color information
#BCB7C3 (or 0xBCB7C3) is known color: French Grey. HEX triplet: BC, B7 and C3. RGB value is (188,183,195). Sum of RGB (Red+Green+Blue) = 188+183+195=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7C3 is #43483C. Grayscale: #B9B9B9. Windows color (decimal): -4409405 or 12826556. OLE color: 12826556.
HSL color Cylindrical-coordinate representation of color #BCB7C3: hue angle of 265º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB7C3 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 183 | 195 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.24 |
| HSL | 265º | 0.09% | 0.74% | - |
| HSV(B) | 265º | 0.06% | 0.76% | - |
| XYZ | 47.52 | 48.5 | 58.49 | - |
| YUV | 185.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 195 | 0.04 | 0.06 | 0 | 0.24 | 265 | 0.09 | 0.74 |
| Hex | BC | B7 | C3 | 4 | 6 | 0 | 18 | 109 | 9 | 4A |
| Octal | 274 | 267 | 303 | 4 | 6 | 0 | 30 | 411 | 11 | 112 |
| Binary | 10111100 | 10110111 | 11000011 | 100 | 110 | 0 | 11000 | 100001001 | 1001 | 1001010 |
Color Harmonies of #BCB7C3
Complementary color
Monochromatic Colors of #BCB7C3
Black with #BCB7C3
Text Example
Text Example
White with #BCB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7C3; }
p { color: rgb(188,183,195); }
H1.HeaderClassName
{
color: #BCB7C3;
}
.AnyTagClassName
{
color: #BCB7C3;
}
</style>
background-color css
<style>
a { background-color: #BCB7C3; }
a { background-color: rgb(188,183,195); }
div.DivClassName
{
background-color: #BCB7C3;
}
.BgClassName
{
background-color: #BCB7C3;
}
</style>
border-color css
<style>
span { border-color: #BCB7C3; }
span { border-color: rgb(188,183,195); }
td.TdClassName
{
border-color: #BCB7C3;
}
.TagClassName
{
border-color: #BCB7C3;
}
</style>