Shades of French Grey #BDB7C1
Tints of French Grey #BDB7C1
RGB
CMYK
RGB Variations
Color information
#BDB7C1 (or 0xBDB7C1) is known color: French Grey. HEX triplet: BD, B7 and C1. RGB value is (189,183,193). Sum of RGB (Red+Green+Blue) = 189+183+193=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7C1 is #42483E. Grayscale: #B9B9B9. Windows color (decimal): -4343871 or 12695485. OLE color: 12695485.
HSL color Cylindrical-coordinate representation of color #BDB7C1: hue angle of 276º 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 #BDB7C1 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 183 | 193 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.24 |
| HSL | 276º | 0.07% | 0.74% | - |
| HSV(B) | 276º | 0.05% | 0.76% | - |
| XYZ | 47.55 | 48.54 | 57.31 | - |
| YUV | 185.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 193 | 0.02 | 0.05 | 0 | 0.24 | 276 | 0.07 | 0.74 |
| Hex | BD | B7 | C1 | 2 | 5 | 0 | 18 | 114 | 7 | 4A |
| Octal | 275 | 267 | 301 | 2 | 5 | 0 | 30 | 424 | 7 | 112 |
| Binary | 10111101 | 10110111 | 11000001 | 10 | 101 | 0 | 11000 | 100010100 | 111 | 1001010 |
Color Harmonies of #BDB7C1
Complementary color
Monochromatic Colors of #BDB7C1
Black with #BDB7C1
Text Example
Text Example
White with #BDB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7C1; }
p { color: rgb(189,183,193); }
H1.HeaderClassName
{
color: #BDB7C1;
}
.AnyTagClassName
{
color: #BDB7C1;
}
</style>
background-color css
<style>
a { background-color: #BDB7C1; }
a { background-color: rgb(189,183,193); }
div.DivClassName
{
background-color: #BDB7C1;
}
.BgClassName
{
background-color: #BDB7C1;
}
</style>
border-color css
<style>
span { border-color: #BDB7C1; }
span { border-color: rgb(189,183,193); }
td.TdClassName
{
border-color: #BDB7C1;
}
.TagClassName
{
border-color: #BDB7C1;
}
</style>