Shades of French Grey #BCB5C1
Tints of French Grey #BCB5C1
RGB
CMYK
RGB Variations
Color information
#BCB5C1 (or 0xBCB5C1) is known color: French Grey. HEX triplet: BC, B5 and C1. RGB value is (188,181,193). Sum of RGB (Red+Green+Blue) = 188+181+193=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5C1 is #434A3E. Grayscale: #B8B8B8. Windows color (decimal): -4409919 or 12694972. OLE color: 12694972.
HSL color Cylindrical-coordinate representation of color #BCB5C1: hue angle of 275º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB5C1 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 181 | 193 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.24 |
| HSL | 275º | 0.09% | 0.73% | - |
| HSV(B) | 275º | 0.06% | 0.76% | - |
| XYZ | 46.89 | 47.59 | 57.17 | - |
| YUV | 184.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 193 | 0.03 | 0.06 | 0 | 0.24 | 275 | 0.09 | 0.73 |
| Hex | BC | B5 | C1 | 3 | 6 | 0 | 18 | 113 | 9 | 49 |
| Octal | 274 | 265 | 301 | 3 | 6 | 0 | 30 | 423 | 11 | 111 |
| Binary | 10111100 | 10110101 | 11000001 | 11 | 110 | 0 | 11000 | 100010011 | 1001 | 1001001 |
Color Harmonies of #BCB5C1
Complementary color
Monochromatic Colors of #BCB5C1
Black with #BCB5C1
Text Example
Text Example
White with #BCB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5C1; }
p { color: rgb(188,181,193); }
H1.HeaderClassName
{
color: #BCB5C1;
}
.AnyTagClassName
{
color: #BCB5C1;
}
</style>
background-color css
<style>
a { background-color: #BCB5C1; }
a { background-color: rgb(188,181,193); }
div.DivClassName
{
background-color: #BCB5C1;
}
.BgClassName
{
background-color: #BCB5C1;
}
</style>
border-color css
<style>
span { border-color: #BCB5C1; }
span { border-color: rgb(188,181,193); }
td.TdClassName
{
border-color: #BCB5C1;
}
.TagClassName
{
border-color: #BCB5C1;
}
</style>