Shades of French Grey #BDBAC0
Tints of French Grey #BDBAC0
RGB
CMYK
RGB Variations
Color information
#BDBAC0 (or 0xBDBAC0) is known color: French Grey. HEX triplet: BD, BA and C0. RGB value is (189,186,192). Sum of RGB (Red+Green+Blue) = 189+186+192=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC0 is #42453F. Grayscale: #BBBBBB. Windows color (decimal): -4343104 or 12630717. OLE color: 12630717.
HSL color Cylindrical-coordinate representation of color #BDBAC0: hue angle of 270º degrees, saturation: 0.05, 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 #BDBAC0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 186 | 192 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.25 |
| HSL | 270º | 0.05% | 0.74% | - |
| HSV(B) | 270º | 0.03% | 0.75% | - |
| XYZ | 48.06 | 49.74 | 56.94 | - |
| YUV | 187.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 192 | 0.02 | 0.03 | 0 | 0.25 | 270 | 0.05 | 0.74 |
| Hex | BD | BA | C0 | 2 | 3 | 0 | 19 | 10E | 5 | 4A |
| Octal | 275 | 272 | 300 | 2 | 3 | 0 | 31 | 416 | 5 | 112 |
| Binary | 10111101 | 10111010 | 11000000 | 10 | 11 | 0 | 11001 | 100001110 | 101 | 1001010 |
Color Harmonies of #BDBAC0
Complementary color
Monochromatic Colors of #BDBAC0
Black with #BDBAC0
Text Example
Text Example
White with #BDBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC0; }
p { color: rgb(189,186,192); }
H1.HeaderClassName
{
color: #BDBAC0;
}
.AnyTagClassName
{
color: #BDBAC0;
}
</style>
background-color css
<style>
a { background-color: #BDBAC0; }
a { background-color: rgb(189,186,192); }
div.DivClassName
{
background-color: #BDBAC0;
}
.BgClassName
{
background-color: #BDBAC0;
}
</style>
border-color css
<style>
span { border-color: #BDBAC0; }
span { border-color: rgb(189,186,192); }
td.TdClassName
{
border-color: #BDBAC0;
}
.TagClassName
{
border-color: #BDBAC0;
}
</style>