Shades of London Hue #BD91BA
Tints of London Hue #BD91BA
RGB
CMYK
RGB Variations
Color information
#BD91BA (or 0xBD91BA) is known color: London Hue. HEX triplet: BD, 91 and BA. RGB value is (189,145,186). Sum of RGB (Red+Green+Blue) = 189+145+186=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BA is #426E45. Grayscale: #A2A2A2. Windows color (decimal): -4353606 or 12227005. OLE color: 12227005.
HSL color Cylindrical-coordinate representation of color #BD91BA: hue angle of 304.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD91BA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 186 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.26 |
| HSL | 304.09º | 0.25% | 0.65% | - |
| HSV(B) | 304.09º | 0.23% | 0.74% | - |
| XYZ | 39.97 | 34.61 | 51.03 | - |
| YUV | 162.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 186 | 0 | 0.23 | 0.02 | 0.26 | 304.09 | 0.25 | 0.65 |
| Hex | BD | 91 | BA | 0 | 17 | 2 | 1A | 130 | 19 | 41 |
| Octal | 275 | 221 | 272 | 0 | 27 | 2 | 32 | 460 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10111010 | 0 | 10111 | 10 | 11010 | 100110000 | 11001 | 1000001 |
Color Harmonies of #BD91BA
Complementary color
Monochromatic Colors of #BD91BA
Black with #BD91BA
Text Example
Text Example
White with #BD91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91BA; }
p { color: rgb(189,145,186); }
H1.HeaderClassName
{
color: #BD91BA;
}
.AnyTagClassName
{
color: #BD91BA;
}
</style>
background-color css
<style>
a { background-color: #BD91BA; }
a { background-color: rgb(189,145,186); }
div.DivClassName
{
background-color: #BD91BA;
}
.BgClassName
{
background-color: #BD91BA;
}
</style>
border-color css
<style>
span { border-color: #BD91BA; }
span { border-color: rgb(189,145,186); }
td.TdClassName
{
border-color: #BD91BA;
}
.TagClassName
{
border-color: #BD91BA;
}
</style>