Shades of French Grey #BDB2C6
Tints of French Grey #BDB2C6
RGB
CMYK
RGB Variations
Color information
#BDB2C6 (or 0xBDB2C6) is known color: French Grey. HEX triplet: BD, B2 and C6. RGB value is (189,178,198). Sum of RGB (Red+Green+Blue) = 189+178+198=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2C6 is #424D39. Grayscale: #B7B7B7. Windows color (decimal): -4345146 or 13021885. OLE color: 13021885.
HSL color Cylindrical-coordinate representation of color #BDB2C6: hue angle of 273º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB2C6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 178 | 198 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.22 |
| HSL | 273º | 0.15% | 0.74% | - |
| HSV(B) | 273º | 0.1% | 0.78% | - |
| XYZ | 47.1 | 46.74 | 59.96 | - |
| YUV | 183.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 198 | 0.05 | 0.10 | 0 | 0.22 | 273 | 0.15 | 0.74 |
| Hex | BD | B2 | C6 | 5 | A | 0 | 16 | 111 | F | 4A |
| Octal | 275 | 262 | 306 | 5 | 12 | 0 | 26 | 421 | 17 | 112 |
| Binary | 10111101 | 10110010 | 11000110 | 101 | 1010 | 0 | 10110 | 100010001 | 1111 | 1001010 |
Color Harmonies of #BDB2C6
Complementary color
Monochromatic Colors of #BDB2C6
Black with #BDB2C6
Text Example
Text Example
White with #BDB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2C6; }
p { color: rgb(189,178,198); }
H1.HeaderClassName
{
color: #BDB2C6;
}
.AnyTagClassName
{
color: #BDB2C6;
}
</style>
background-color css
<style>
a { background-color: #BDB2C6; }
a { background-color: rgb(189,178,198); }
div.DivClassName
{
background-color: #BDB2C6;
}
.BgClassName
{
background-color: #BDB2C6;
}
</style>
border-color css
<style>
span { border-color: #BDB2C6; }
span { border-color: rgb(189,178,198); }
td.TdClassName
{
border-color: #BDB2C6;
}
.TagClassName
{
border-color: #BDB2C6;
}
</style>