Shades of London Hue #BD7EBF
Tints of London Hue #BD7EBF
RGB
CMYK
RGB Variations
Color information
#BD7EBF (or 0xBD7EBF) is known color: London Hue. HEX triplet: BD, 7E and BF. RGB value is (189,126,191). Sum of RGB (Red+Green+Blue) = 189+126+191=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EBF is #428140. Grayscale: #989898. Windows color (decimal): -4358465 or 12549821. OLE color: 12549821.
HSL color Cylindrical-coordinate representation of color #BD7EBF: hue angle of 298.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7EBF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 126 | 191 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.25 |
| HSL | 298.15º | 0.34% | 0.62% | - |
| HSV(B) | 298.15º | 0.34% | 0.75% | - |
| XYZ | 37.85 | 29.5 | 52.99 | - |
| YUV | 152.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 191 | 0.01 | 0.34 | 0 | 0.25 | 298.15 | 0.34 | 0.62 |
| Hex | BD | 7E | BF | 1 | 22 | 0 | 19 | 12A | 22 | 3E |
| Octal | 275 | 176 | 277 | 1 | 42 | 0 | 31 | 452 | 42 | 76 |
| Binary | 10111101 | 1111110 | 10111111 | 1 | 100010 | 0 | 11001 | 100101010 | 100010 | 111110 |
Color Harmonies of #BD7EBF
Complementary color
Monochromatic Colors of #BD7EBF
Black with #BD7EBF
Text Example
Text Example
White with #BD7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EBF; }
p { color: rgb(189,126,191); }
H1.HeaderClassName
{
color: #BD7EBF;
}
.AnyTagClassName
{
color: #BD7EBF;
}
</style>
background-color css
<style>
a { background-color: #BD7EBF; }
a { background-color: rgb(189,126,191); }
div.DivClassName
{
background-color: #BD7EBF;
}
.BgClassName
{
background-color: #BD7EBF;
}
</style>
border-color css
<style>
span { border-color: #BD7EBF; }
span { border-color: rgb(189,126,191); }
td.TdClassName
{
border-color: #BD7EBF;
}
.TagClassName
{
border-color: #BD7EBF;
}
</style>