Shades of London Hue #BD8FBB
Tints of London Hue #BD8FBB
RGB
CMYK
RGB Variations
Color information
#BD8FBB (or 0xBD8FBB) is known color: London Hue. HEX triplet: BD, 8F and BB. RGB value is (189,143,187). Sum of RGB (Red+Green+Blue) = 189+143+187=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBB is #427044. Grayscale: #A1A1A1. Windows color (decimal): -4354117 or 12292029. OLE color: 12292029.
HSL color Cylindrical-coordinate representation of color #BD8FBB: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8FBB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 187 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.26 |
| HSL | 302.61º | 0.26% | 0.65% | - |
| HSV(B) | 302.61º | 0.24% | 0.74% | - |
| XYZ | 39.78 | 34.05 | 51.49 | - |
| YUV | 161.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 187 | 0 | 0.24 | 0.01 | 0.26 | 302.61 | 0.26 | 0.65 |
| Hex | BD | 8F | BB | 0 | 18 | 1 | 1A | 12F | 1A | 41 |
| Octal | 275 | 217 | 273 | 0 | 30 | 1 | 32 | 457 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10111011 | 0 | 11000 | 1 | 11010 | 100101111 | 11010 | 1000001 |
Color Harmonies of #BD8FBB
Complementary color
Monochromatic Colors of #BD8FBB
Black with #BD8FBB
Text Example
Text Example
White with #BD8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FBB; }
p { color: rgb(189,143,187); }
H1.HeaderClassName
{
color: #BD8FBB;
}
.AnyTagClassName
{
color: #BD8FBB;
}
</style>
background-color css
<style>
a { background-color: #BD8FBB; }
a { background-color: rgb(189,143,187); }
div.DivClassName
{
background-color: #BD8FBB;
}
.BgClassName
{
background-color: #BD8FBB;
}
</style>
border-color css
<style>
span { border-color: #BD8FBB; }
span { border-color: rgb(189,143,187); }
td.TdClassName
{
border-color: #BD8FBB;
}
.TagClassName
{
border-color: #BD8FBB;
}
</style>