Shades of London Hue #BD7FBF
Tints of London Hue #BD7FBF
RGB
CMYK
RGB Variations
Color information
#BD7FBF (or 0xBD7FBF) is known color: London Hue. HEX triplet: BD, 7F and BF. RGB value is (189,127,191). Sum of RGB (Red+Green+Blue) = 189+127+191=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FBF is #428040. Grayscale: #989898. Windows color (decimal): -4358209 or 12550077. OLE color: 12550077.
HSL color Cylindrical-coordinate representation of color #BD7FBF: hue angle of 298.12º degrees, saturation: 0.33, 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 #BD7FBF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 127 | 191 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.25 |
| HSL | 298.13º | 0.33% | 0.62% | - |
| HSV(B) | 298.13º | 0.34% | 0.75% | - |
| XYZ | 37.98 | 29.76 | 53.03 | - |
| YUV | 152.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 191 | 0.01 | 0.34 | 0 | 0.25 | 298.13 | 0.33 | 0.62 |
| Hex | BD | 7F | BF | 1 | 22 | 0 | 19 | 12A | 21 | 3E |
| Octal | 275 | 177 | 277 | 1 | 42 | 0 | 31 | 452 | 41 | 76 |
| Binary | 10111101 | 1111111 | 10111111 | 1 | 100010 | 0 | 11001 | 100101010 | 100001 | 111110 |
Color Harmonies of #BD7FBF
Complementary color
Monochromatic Colors of #BD7FBF
Black with #BD7FBF
Text Example
Text Example
White with #BD7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FBF; }
p { color: rgb(189,127,191); }
H1.HeaderClassName
{
color: #BD7FBF;
}
.AnyTagClassName
{
color: #BD7FBF;
}
</style>
background-color css
<style>
a { background-color: #BD7FBF; }
a { background-color: rgb(189,127,191); }
div.DivClassName
{
background-color: #BD7FBF;
}
.BgClassName
{
background-color: #BD7FBF;
}
</style>
border-color css
<style>
span { border-color: #BD7FBF; }
span { border-color: rgb(189,127,191); }
td.TdClassName
{
border-color: #BD7FBF;
}
.TagClassName
{
border-color: #BD7FBF;
}
</style>