Shades of London Hue #BD80BA
Tints of London Hue #BD80BA
RGB
CMYK
RGB Variations
Color information
#BD80BA (or 0xBD80BA) is known color: London Hue. HEX triplet: BD, 80 and BA. RGB value is (189,128,186). Sum of RGB (Red+Green+Blue) = 189+128+186=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BA is #427F45. Grayscale: #989898. Windows color (decimal): -4357958 or 12222653. OLE color: 12222653.
HSL color Cylindrical-coordinate representation of color #BD80BA: hue angle of 302.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80BA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 186 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.26 |
| HSL | 302.95º | 0.32% | 0.62% | - |
| HSV(B) | 302.95º | 0.32% | 0.74% | - |
| XYZ | 37.57 | 29.8 | 50.23 | - |
| YUV | 152.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 186 | 0 | 0.32 | 0.02 | 0.26 | 302.95 | 0.32 | 0.62 |
| Hex | BD | 80 | BA | 0 | 20 | 2 | 1A | 12F | 20 | 3E |
| Octal | 275 | 200 | 272 | 0 | 40 | 2 | 32 | 457 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10111010 | 0 | 100000 | 10 | 11010 | 100101111 | 100000 | 111110 |
Color Harmonies of #BD80BA
Complementary color
Monochromatic Colors of #BD80BA
Black with #BD80BA
Text Example
Text Example
White with #BD80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80BA; }
p { color: rgb(189,128,186); }
H1.HeaderClassName
{
color: #BD80BA;
}
.AnyTagClassName
{
color: #BD80BA;
}
</style>
background-color css
<style>
a { background-color: #BD80BA; }
a { background-color: rgb(189,128,186); }
div.DivClassName
{
background-color: #BD80BA;
}
.BgClassName
{
background-color: #BD80BA;
}
</style>
border-color css
<style>
span { border-color: #BD80BA; }
span { border-color: rgb(189,128,186); }
td.TdClassName
{
border-color: #BD80BA;
}
.TagClassName
{
border-color: #BD80BA;
}
</style>