Shades of French Grey #BDB1C6
Tints of French Grey #BDB1C6
RGB
CMYK
RGB Variations
Color information
#BDB1C6 (or 0xBDB1C6) is known color: French Grey. HEX triplet: BD, B1 and C6. RGB value is (189,177,198). Sum of RGB (Red+Green+Blue) = 189+177+198=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDB1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1C6 is #424E39. Grayscale: #B6B6B6. Windows color (decimal): -4345402 or 13021629. OLE color: 13021629.
HSL color Cylindrical-coordinate representation of color #BDB1C6: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB1C6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 177 | 198 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.22 |
| HSL | 274.29º | 0.16% | 0.74% | - |
| HSV(B) | 274.29º | 0.11% | 0.78% | - |
| XYZ | 46.9 | 46.34 | 59.9 | - |
| YUV | 182.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 198 | 0.05 | 0.11 | 0 | 0.22 | 274.29 | 0.16 | 0.74 |
| Hex | BD | B1 | C6 | 5 | B | 0 | 16 | 112 | 10 | 4A |
| Octal | 275 | 261 | 306 | 5 | 13 | 0 | 26 | 422 | 20 | 112 |
| Binary | 10111101 | 10110001 | 11000110 | 101 | 1011 | 0 | 10110 | 100010010 | 10000 | 1001010 |
Color Harmonies of #BDB1C6
Complementary color
Monochromatic Colors of #BDB1C6
Black with #BDB1C6
Text Example
Text Example
White with #BDB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1C6; }
p { color: rgb(189,177,198); }
H1.HeaderClassName
{
color: #BDB1C6;
}
.AnyTagClassName
{
color: #BDB1C6;
}
</style>
background-color css
<style>
a { background-color: #BDB1C6; }
a { background-color: rgb(189,177,198); }
div.DivClassName
{
background-color: #BDB1C6;
}
.BgClassName
{
background-color: #BDB1C6;
}
</style>
border-color css
<style>
span { border-color: #BDB1C6; }
span { border-color: rgb(189,177,198); }
td.TdClassName
{
border-color: #BDB1C6;
}
.TagClassName
{
border-color: #BDB1C6;
}
</style>