Shades of French Grey #BCBABF
Tints of French Grey #BCBABF
RGB
CMYK
RGB Variations
Color information
#BCBABF (or 0xBCBABF) is known color: French Grey. HEX triplet: BC, BA and BF. RGB value is (188,186,191). Sum of RGB (Red+Green+Blue) = 188+186+191=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBABF is #434540. Grayscale: #BBBBBB. Windows color (decimal): -4408641 or 12565180. OLE color: 12565180.
HSL color Cylindrical-coordinate representation of color #BCBABF: hue angle of 264º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBABF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 186 | 191 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.25 |
| HSL | 264º | 0.04% | 0.74% | - |
| HSV(B) | 264º | 0.03% | 0.75% | - |
| XYZ | 47.7 | 49.57 | 56.34 | - |
| YUV | 187.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 191 | 0.02 | 0.03 | 0 | 0.25 | 264 | 0.04 | 0.74 |
| Hex | BC | BA | BF | 2 | 3 | 0 | 19 | 108 | 4 | 4A |
| Octal | 274 | 272 | 277 | 2 | 3 | 0 | 31 | 410 | 4 | 112 |
| Binary | 10111100 | 10111010 | 10111111 | 10 | 11 | 0 | 11001 | 100001000 | 100 | 1001010 |
Color Harmonies of #BCBABF
Complementary color
Monochromatic Colors of #BCBABF
Black with #BCBABF
Text Example
Text Example
White with #BCBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBABF; }
p { color: rgb(188,186,191); }
H1.HeaderClassName
{
color: #BCBABF;
}
.AnyTagClassName
{
color: #BCBABF;
}
</style>
background-color css
<style>
a { background-color: #BCBABF; }
a { background-color: rgb(188,186,191); }
div.DivClassName
{
background-color: #BCBABF;
}
.BgClassName
{
background-color: #BCBABF;
}
</style>
border-color css
<style>
span { border-color: #BCBABF; }
span { border-color: rgb(188,186,191); }
td.TdClassName
{
border-color: #BCBABF;
}
.TagClassName
{
border-color: #BCBABF;
}
</style>