Shades of French Grey #BCB9C2
Tints of French Grey #BCB9C2
RGB
CMYK
RGB Variations
Color information
#BCB9C2 (or 0xBCB9C2) is known color: French Grey. HEX triplet: BC, B9 and C2. RGB value is (188,185,194). Sum of RGB (Red+Green+Blue) = 188+185+194=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCB9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9C2 is #43463D. Grayscale: #BABABA. Windows color (decimal): -4408894 or 12761532. OLE color: 12761532.
HSL color Cylindrical-coordinate representation of color #BCB9C2: hue angle of 260º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB9C2 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 185 | 194 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.24 |
| HSL | 260º | 0.07% | 0.74% | - |
| HSV(B) | 260º | 0.05% | 0.76% | - |
| XYZ | 47.83 | 49.28 | 58.03 | - |
| YUV | 186.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 194 | 0.03 | 0.05 | 0 | 0.24 | 260 | 0.07 | 0.74 |
| Hex | BC | B9 | C2 | 3 | 5 | 0 | 18 | 104 | 7 | 4A |
| Octal | 274 | 271 | 302 | 3 | 5 | 0 | 30 | 404 | 7 | 112 |
| Binary | 10111100 | 10111001 | 11000010 | 11 | 101 | 0 | 11000 | 100000100 | 111 | 1001010 |
Color Harmonies of #BCB9C2
Complementary color
Monochromatic Colors of #BCB9C2
Black with #BCB9C2
Text Example
Text Example
White with #BCB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9C2; }
p { color: rgb(188,185,194); }
H1.HeaderClassName
{
color: #BCB9C2;
}
.AnyTagClassName
{
color: #BCB9C2;
}
</style>
background-color css
<style>
a { background-color: #BCB9C2; }
a { background-color: rgb(188,185,194); }
div.DivClassName
{
background-color: #BCB9C2;
}
.BgClassName
{
background-color: #BCB9C2;
}
</style>
border-color css
<style>
span { border-color: #BCB9C2; }
span { border-color: rgb(188,185,194); }
td.TdClassName
{
border-color: #BCB9C2;
}
.TagClassName
{
border-color: #BCB9C2;
}
</style>