Shades of London Hue #BD8EBB
Tints of London Hue #BD8EBB
RGB
CMYK
RGB Variations
Color information
#BD8EBB (or 0xBD8EBB) is known color: London Hue. HEX triplet: BD, 8E and BB. RGB value is (189,142,187). Sum of RGB (Red+Green+Blue) = 189+142+187=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EBB is #427144. Grayscale: #A1A1A1. Windows color (decimal): -4354373 or 12291773. OLE color: 12291773.
HSL color Cylindrical-coordinate representation of color #BD8EBB: hue angle of 302.55º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8EBB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 187 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.26 |
| HSL | 302.55º | 0.26% | 0.65% | - |
| HSV(B) | 302.55º | 0.25% | 0.74% | - |
| XYZ | 39.63 | 33.75 | 51.44 | - |
| YUV | 161.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 187 | 0 | 0.25 | 0.01 | 0.26 | 302.55 | 0.26 | 0.65 |
| Hex | BD | 8E | BB | 0 | 19 | 1 | 1A | 12F | 1A | 41 |
| Octal | 275 | 216 | 273 | 0 | 31 | 1 | 32 | 457 | 32 | 101 |
| Binary | 10111101 | 10001110 | 10111011 | 0 | 11001 | 1 | 11010 | 100101111 | 11010 | 1000001 |
Color Harmonies of #BD8EBB
Complementary color
Monochromatic Colors of #BD8EBB
Black with #BD8EBB
Text Example
Text Example
White with #BD8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EBB; }
p { color: rgb(189,142,187); }
H1.HeaderClassName
{
color: #BD8EBB;
}
.AnyTagClassName
{
color: #BD8EBB;
}
</style>
background-color css
<style>
a { background-color: #BD8EBB; }
a { background-color: rgb(189,142,187); }
div.DivClassName
{
background-color: #BD8EBB;
}
.BgClassName
{
background-color: #BD8EBB;
}
</style>
border-color css
<style>
span { border-color: #BD8EBB; }
span { border-color: rgb(189,142,187); }
td.TdClassName
{
border-color: #BD8EBB;
}
.TagClassName
{
border-color: #BD8EBB;
}
</style>