Shades of London Hue #BD7FAE
Tints of London Hue #BD7FAE
RGB
CMYK
RGB Variations
Color information
#BD7FAE (or 0xBD7FAE) is known color: London Hue. HEX triplet: BD, 7F and AE. RGB value is (189,127,174). Sum of RGB (Red+Green+Blue) = 189+127+174=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FAE is #428051. Grayscale: #969696. Windows color (decimal): -4358226 or 11435965. OLE color: 11435965.
HSL color Cylindrical-coordinate representation of color #BD7FAE: hue angle of 314.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FAE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 174 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.26 |
| HSL | 314.52º | 0.32% | 0.62% | - |
| HSV(B) | 314.52º | 0.33% | 0.74% | - |
| XYZ | 36.22 | 29.05 | 43.74 | - |
| YUV | 150.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 174 | 0 | 0.33 | 0.08 | 0.26 | 314.52 | 0.32 | 0.62 |
| Hex | BD | 7F | AE | 0 | 21 | 8 | 1A | 13B | 20 | 3E |
| Octal | 275 | 177 | 256 | 0 | 41 | 10 | 32 | 473 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10101110 | 0 | 100001 | 1000 | 11010 | 100111011 | 100000 | 111110 |
Color Harmonies of #BD7FAE
Complementary color
Monochromatic Colors of #BD7FAE
Black with #BD7FAE
Text Example
Text Example
White with #BD7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FAE; }
p { color: rgb(189,127,174); }
H1.HeaderClassName
{
color: #BD7FAE;
}
.AnyTagClassName
{
color: #BD7FAE;
}
</style>
background-color css
<style>
a { background-color: #BD7FAE; }
a { background-color: rgb(189,127,174); }
div.DivClassName
{
background-color: #BD7FAE;
}
.BgClassName
{
background-color: #BD7FAE;
}
</style>
border-color css
<style>
span { border-color: #BD7FAE; }
span { border-color: rgb(189,127,174); }
td.TdClassName
{
border-color: #BD7FAE;
}
.TagClassName
{
border-color: #BD7FAE;
}
</style>