Shades of London Hue #BD85BA
Tints of London Hue #BD85BA
RGB
CMYK
RGB Variations
Color information
#BD85BA (or 0xBD85BA) is known color: London Hue. HEX triplet: BD, 85 and BA. RGB value is (189,133,186). Sum of RGB (Red+Green+Blue) = 189+133+186=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85BA is #427A45. Grayscale: #9B9B9B. Windows color (decimal): -4356678 or 12223933. OLE color: 12223933.
HSL color Cylindrical-coordinate representation of color #BD85BA: hue angle of 303.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD85BA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 186 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.26 |
| HSL | 303.21º | 0.3% | 0.63% | - |
| HSV(B) | 303.21º | 0.3% | 0.74% | - |
| XYZ | 38.24 | 31.14 | 50.45 | - |
| YUV | 155.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 186 | 0 | 0.30 | 0.02 | 0.26 | 303.21 | 0.3 | 0.63 |
| Hex | BD | 85 | BA | 0 | 1E | 2 | 1A | 12F | 1E | 3F |
| Octal | 275 | 205 | 272 | 0 | 36 | 2 | 32 | 457 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10111010 | 0 | 11110 | 10 | 11010 | 100101111 | 11110 | 111111 |
Color Harmonies of #BD85BA
Complementary color
Monochromatic Colors of #BD85BA
Black with #BD85BA
Text Example
Text Example
White with #BD85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85BA; }
p { color: rgb(189,133,186); }
H1.HeaderClassName
{
color: #BD85BA;
}
.AnyTagClassName
{
color: #BD85BA;
}
</style>
background-color css
<style>
a { background-color: #BD85BA; }
a { background-color: rgb(189,133,186); }
div.DivClassName
{
background-color: #BD85BA;
}
.BgClassName
{
background-color: #BD85BA;
}
</style>
border-color css
<style>
span { border-color: #BD85BA; }
span { border-color: rgb(189,133,186); }
td.TdClassName
{
border-color: #BD85BA;
}
.TagClassName
{
border-color: #BD85BA;
}
</style>