Shades of French Grey #BDBCBF
Tints of French Grey #BDBCBF
RGB
CMYK
RGB Variations
Color information
#BDBCBF (or 0xBDBCBF) is known color: French Grey. HEX triplet: BD, BC and BF. RGB value is (189,188,191). Sum of RGB (Red+Green+Blue) = 189+188+191=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCBF is #424340. Grayscale: #BCBCBC. Windows color (decimal): -4342593 or 12565693. OLE color: 12565693.
HSL color Cylindrical-coordinate representation of color #BDBCBF: hue angle of 260º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBCBF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 188 | 191 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.25 |
| HSL | 260º | 0.02% | 0.74% | - |
| HSV(B) | 260º | 0.02% | 0.75% | - |
| XYZ | 48.37 | 50.55 | 56.5 | - |
| YUV | 188.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 191 | 0.01 | 0.02 | 0 | 0.25 | 260 | 0.02 | 0.74 |
| Hex | BD | BC | BF | 1 | 2 | 0 | 19 | 104 | 2 | 4A |
| Octal | 275 | 274 | 277 | 1 | 2 | 0 | 31 | 404 | 2 | 112 |
| Binary | 10111101 | 10111100 | 10111111 | 1 | 10 | 0 | 11001 | 100000100 | 10 | 1001010 |
Color Harmonies of #BDBCBF
Complementary color
Monochromatic Colors of #BDBCBF
Black with #BDBCBF
Text Example
Text Example
White with #BDBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCBF; }
p { color: rgb(189,188,191); }
H1.HeaderClassName
{
color: #BDBCBF;
}
.AnyTagClassName
{
color: #BDBCBF;
}
</style>
background-color css
<style>
a { background-color: #BDBCBF; }
a { background-color: rgb(189,188,191); }
div.DivClassName
{
background-color: #BDBCBF;
}
.BgClassName
{
background-color: #BDBCBF;
}
</style>
border-color css
<style>
span { border-color: #BDBCBF; }
span { border-color: rgb(189,188,191); }
td.TdClassName
{
border-color: #BDBCBF;
}
.TagClassName
{
border-color: #BDBCBF;
}
</style>