Shades of London Hue #BD8AB9
Tints of London Hue #BD8AB9
RGB
CMYK
RGB Variations
Color information
#BD8AB9 (or 0xBD8AB9) is known color: London Hue. HEX triplet: BD, 8A and B9. RGB value is (189,138,185). Sum of RGB (Red+Green+Blue) = 189+138+185=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AB9 is #427546. Grayscale: #9E9E9E. Windows color (decimal): -4355399 or 12159677. OLE color: 12159677.
HSL color Cylindrical-coordinate representation of color #BD8AB9: hue angle of 304.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8AB9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 185 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.26 |
| HSL | 304.71º | 0.28% | 0.64% | - |
| HSV(B) | 304.71º | 0.27% | 0.74% | - |
| XYZ | 38.83 | 32.5 | 50.13 | - |
| YUV | 158.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 185 | 0 | 0.27 | 0.02 | 0.26 | 304.71 | 0.28 | 0.64 |
| Hex | BD | 8A | B9 | 0 | 1B | 2 | 1A | 131 | 1C | 40 |
| Octal | 275 | 212 | 271 | 0 | 33 | 2 | 32 | 461 | 34 | 100 |
| Binary | 10111101 | 10001010 | 10111001 | 0 | 11011 | 10 | 11010 | 100110001 | 11100 | 1000000 |
Color Harmonies of #BD8AB9
Complementary color
Monochromatic Colors of #BD8AB9
Black with #BD8AB9
Text Example
Text Example
White with #BD8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AB9; }
p { color: rgb(189,138,185); }
H1.HeaderClassName
{
color: #BD8AB9;
}
.AnyTagClassName
{
color: #BD8AB9;
}
</style>
background-color css
<style>
a { background-color: #BD8AB9; }
a { background-color: rgb(189,138,185); }
div.DivClassName
{
background-color: #BD8AB9;
}
.BgClassName
{
background-color: #BD8AB9;
}
</style>
border-color css
<style>
span { border-color: #BD8AB9; }
span { border-color: rgb(189,138,185); }
td.TdClassName
{
border-color: #BD8AB9;
}
.TagClassName
{
border-color: #BD8AB9;
}
</style>