Shades of French Grey #BCBBBD
Tints of French Grey #BCBBBD
RGB
CMYK
RGB Variations
Color information
#BCBBBD (or 0xBCBBBD) is known color: French Grey. HEX triplet: BC, BB and BD. RGB value is (188,187,189). Sum of RGB (Red+Green+Blue) = 188+187+189=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBD is #434442. Grayscale: #BBBBBB. Windows color (decimal): -4408387 or 12434364. OLE color: 12434364.
HSL color Cylindrical-coordinate representation of color #BCBBBD: hue angle of 270º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBBBD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 189 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.26 |
| HSL | 270º | 0.01% | 0.74% | - |
| HSV(B) | 270º | 0.01% | 0.74% | - |
| XYZ | 47.69 | 49.91 | 55.26 | - |
| YUV | 187.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 189 | 0.01 | 0.01 | 0 | 0.26 | 270 | 0.01 | 0.74 |
| Hex | BC | BB | BD | 1 | 1 | 0 | 1A | 10E | 1 | 4A |
| Octal | 274 | 273 | 275 | 1 | 1 | 0 | 32 | 416 | 1 | 112 |
| Binary | 10111100 | 10111011 | 10111101 | 1 | 1 | 0 | 11010 | 100001110 | 1 | 1001010 |
Color Harmonies of #BCBBBD
Complementary color
Monochromatic Colors of #BCBBBD
Black with #BCBBBD
Text Example
Text Example
White with #BCBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBBD; }
p { color: rgb(188,187,189); }
H1.HeaderClassName
{
color: #BCBBBD;
}
.AnyTagClassName
{
color: #BCBBBD;
}
</style>
background-color css
<style>
a { background-color: #BCBBBD; }
a { background-color: rgb(188,187,189); }
div.DivClassName
{
background-color: #BCBBBD;
}
.BgClassName
{
background-color: #BCBBBD;
}
</style>
border-color css
<style>
span { border-color: #BCBBBD; }
span { border-color: rgb(188,187,189); }
td.TdClassName
{
border-color: #BCBBBD;
}
.TagClassName
{
border-color: #BCBBBD;
}
</style>