Shades of French Grey #BCB6C1
Tints of French Grey #BCB6C1
RGB
CMYK
RGB Variations
Color information
#BCB6C1 (or 0xBCB6C1) is known color: French Grey. HEX triplet: BC, B6 and C1. RGB value is (188,182,193). Sum of RGB (Red+Green+Blue) = 188+182+193=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6C1 is #43493E. Grayscale: #B9B9B9. Windows color (decimal): -4409663 or 12695228. OLE color: 12695228.
HSL color Cylindrical-coordinate representation of color #BCB6C1: hue angle of 272.73º degrees, saturation: 0.08, 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 #BCB6C1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 182 | 193 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.24 |
| HSL | 272.73º | 0.08% | 0.74% | - |
| HSV(B) | 272.73º | 0.06% | 0.76% | - |
| XYZ | 47.09 | 48 | 57.23 | - |
| YUV | 185.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 193 | 0.03 | 0.06 | 0 | 0.24 | 272.73 | 0.08 | 0.74 |
| Hex | BC | B6 | C1 | 3 | 6 | 0 | 18 | 111 | 8 | 4A |
| Octal | 274 | 266 | 301 | 3 | 6 | 0 | 30 | 421 | 10 | 112 |
| Binary | 10111100 | 10110110 | 11000001 | 11 | 110 | 0 | 11000 | 100010001 | 1000 | 1001010 |
Color Harmonies of #BCB6C1
Complementary color
Monochromatic Colors of #BCB6C1
Black with #BCB6C1
Text Example
Text Example
White with #BCB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6C1; }
p { color: rgb(188,182,193); }
H1.HeaderClassName
{
color: #BCB6C1;
}
.AnyTagClassName
{
color: #BCB6C1;
}
</style>
background-color css
<style>
a { background-color: #BCB6C1; }
a { background-color: rgb(188,182,193); }
div.DivClassName
{
background-color: #BCB6C1;
}
.BgClassName
{
background-color: #BCB6C1;
}
</style>
border-color css
<style>
span { border-color: #BCB6C1; }
span { border-color: rgb(188,182,193); }
td.TdClassName
{
border-color: #BCB6C1;
}
.TagClassName
{
border-color: #BCB6C1;
}
</style>