Shades of French Grey #BDB1C9
Tints of French Grey #BDB1C9
RGB
CMYK
RGB Variations
Color information
#BDB1C9 (or 0xBDB1C9) is known color: French Grey. HEX triplet: BD, B1 and C9. RGB value is (189,177,201). Sum of RGB (Red+Green+Blue) = 189+177+201=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1C9 is #424E36. Grayscale: #B7B7B7. Windows color (decimal): -4345399 or 13218237. OLE color: 13218237.
HSL color Cylindrical-coordinate representation of color #BDB1C9: hue angle of 270º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB1C9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 177 | 201 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.21 |
| HSL | 270º | 0.18% | 0.74% | - |
| HSV(B) | 270º | 0.12% | 0.79% | - |
| XYZ | 47.25 | 46.48 | 61.74 | - |
| YUV | 183.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 201 | 0.06 | 0.12 | 0 | 0.21 | 270 | 0.18 | 0.74 |
| Hex | BD | B1 | C9 | 6 | C | 0 | 15 | 10E | 12 | 4A |
| Octal | 275 | 261 | 311 | 6 | 14 | 0 | 25 | 416 | 22 | 112 |
| Binary | 10111101 | 10110001 | 11001001 | 110 | 1100 | 0 | 10101 | 100001110 | 10010 | 1001010 |
Color Harmonies of #BDB1C9
Complementary color
Monochromatic Colors of #BDB1C9
Black with #BDB1C9
Text Example
Text Example
White with #BDB1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1C9; }
p { color: rgb(189,177,201); }
H1.HeaderClassName
{
color: #BDB1C9;
}
.AnyTagClassName
{
color: #BDB1C9;
}
</style>
background-color css
<style>
a { background-color: #BDB1C9; }
a { background-color: rgb(189,177,201); }
div.DivClassName
{
background-color: #BDB1C9;
}
.BgClassName
{
background-color: #BDB1C9;
}
</style>
border-color css
<style>
span { border-color: #BDB1C9; }
span { border-color: rgb(189,177,201); }
td.TdClassName
{
border-color: #BDB1C9;
}
.TagClassName
{
border-color: #BDB1C9;
}
</style>