Shades of French Grey #BCB5C6
Tints of French Grey #BCB5C6
RGB
CMYK
RGB Variations
Color information
#BCB5C6 (or 0xBCB5C6) is known color: French Grey. HEX triplet: BC, B5 and C6. RGB value is (188,181,198). Sum of RGB (Red+Green+Blue) = 188+181+198=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5C6 is #434A39. Grayscale: #B8B8B8. Windows color (decimal): -4409914 or 13022652. OLE color: 13022652.
HSL color Cylindrical-coordinate representation of color #BCB5C6: hue angle of 264.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB5C6 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 181 | 198 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.22 |
| HSL | 264.71º | 0.13% | 0.74% | - |
| HSV(B) | 264.71º | 0.09% | 0.78% | - |
| XYZ | 47.46 | 47.82 | 60.15 | - |
| YUV | 185.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 198 | 0.05 | 0.09 | 0 | 0.22 | 264.71 | 0.13 | 0.74 |
| Hex | BC | B5 | C6 | 5 | 9 | 0 | 16 | 109 | D | 4A |
| Octal | 274 | 265 | 306 | 5 | 11 | 0 | 26 | 411 | 15 | 112 |
| Binary | 10111100 | 10110101 | 11000110 | 101 | 1001 | 0 | 10110 | 100001001 | 1101 | 1001010 |
Color Harmonies of #BCB5C6
Complementary color
Monochromatic Colors of #BCB5C6
Black with #BCB5C6
Text Example
Text Example
White with #BCB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5C6; }
p { color: rgb(188,181,198); }
H1.HeaderClassName
{
color: #BCB5C6;
}
.AnyTagClassName
{
color: #BCB5C6;
}
</style>
background-color css
<style>
a { background-color: #BCB5C6; }
a { background-color: rgb(188,181,198); }
div.DivClassName
{
background-color: #BCB5C6;
}
.BgClassName
{
background-color: #BCB5C6;
}
</style>
border-color css
<style>
span { border-color: #BCB5C6; }
span { border-color: rgb(188,181,198); }
td.TdClassName
{
border-color: #BCB5C6;
}
.TagClassName
{
border-color: #BCB5C6;
}
</style>