Shades of London Hue #BD9CB9
Tints of London Hue #BD9CB9
RGB
CMYK
RGB Variations
Color information
#BD9CB9 (or 0xBD9CB9) is known color: London Hue. HEX triplet: BD, 9C and B9. RGB value is (189,156,185). Sum of RGB (Red+Green+Blue) = 189+156+185=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CB9 is #426346. Grayscale: #A9A9A9. Windows color (decimal): -4350791 or 12164285. OLE color: 12164285.
HSL color Cylindrical-coordinate representation of color #BD9CB9: hue angle of 307.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9CB9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 185 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.26 |
| HSL | 307.27º | 0.2% | 0.68% | - |
| HSV(B) | 307.27º | 0.17% | 0.74% | - |
| XYZ | 41.63 | 38.1 | 51.06 | - |
| YUV | 169.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 185 | 0 | 0.17 | 0.02 | 0.26 | 307.27 | 0.2 | 0.68 |
| Hex | BD | 9C | B9 | 0 | 11 | 2 | 1A | 133 | 14 | 44 |
| Octal | 275 | 234 | 271 | 0 | 21 | 2 | 32 | 463 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10111001 | 0 | 10001 | 10 | 11010 | 100110011 | 10100 | 1000100 |
Color Harmonies of #BD9CB9
Complementary color
Monochromatic Colors of #BD9CB9
Black with #BD9CB9
Text Example
Text Example
White with #BD9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CB9; }
p { color: rgb(189,156,185); }
H1.HeaderClassName
{
color: #BD9CB9;
}
.AnyTagClassName
{
color: #BD9CB9;
}
</style>
background-color css
<style>
a { background-color: #BD9CB9; }
a { background-color: rgb(189,156,185); }
div.DivClassName
{
background-color: #BD9CB9;
}
.BgClassName
{
background-color: #BD9CB9;
}
</style>
border-color css
<style>
span { border-color: #BD9CB9; }
span { border-color: rgb(189,156,185); }
td.TdClassName
{
border-color: #BD9CB9;
}
.TagClassName
{
border-color: #BD9CB9;
}
</style>