Shades of London Hue #BD7CAE
Tints of London Hue #BD7CAE
RGB
CMYK
RGB Variations
Color information
#BD7CAE (or 0xBD7CAE) is known color: London Hue. HEX triplet: BD, 7C and AE. RGB value is (189,124,174). Sum of RGB (Red+Green+Blue) = 189+124+174=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CAE is #428351. Grayscale: #959595. Windows color (decimal): -4358994 or 11435197. OLE color: 11435197.
HSL color Cylindrical-coordinate representation of color #BD7CAE: hue angle of 313.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7CAE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 174 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.26 |
| HSL | 313.85º | 0.33% | 0.61% | - |
| HSV(B) | 313.85º | 0.34% | 0.74% | - |
| XYZ | 35.83 | 28.29 | 43.62 | - |
| YUV | 149.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 174 | 0 | 0.34 | 0.08 | 0.26 | 313.85 | 0.33 | 0.61 |
| Hex | BD | 7C | AE | 0 | 22 | 8 | 1A | 13A | 21 | 3D |
| Octal | 275 | 174 | 256 | 0 | 42 | 10 | 32 | 472 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10101110 | 0 | 100010 | 1000 | 11010 | 100111010 | 100001 | 111101 |
Color Harmonies of #BD7CAE
Complementary color
Monochromatic Colors of #BD7CAE
Black with #BD7CAE
Text Example
Text Example
White with #BD7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CAE; }
p { color: rgb(189,124,174); }
H1.HeaderClassName
{
color: #BD7CAE;
}
.AnyTagClassName
{
color: #BD7CAE;
}
</style>
background-color css
<style>
a { background-color: #BD7CAE; }
a { background-color: rgb(189,124,174); }
div.DivClassName
{
background-color: #BD7CAE;
}
.BgClassName
{
background-color: #BD7CAE;
}
</style>
border-color css
<style>
span { border-color: #BD7CAE; }
span { border-color: rgb(189,124,174); }
td.TdClassName
{
border-color: #BD7CAE;
}
.TagClassName
{
border-color: #BD7CAE;
}
</style>