Shades of London Hue #BD88BC
Tints of London Hue #BD88BC
RGB
CMYK
RGB Variations
Color information
#BD88BC (or 0xBD88BC) is known color: London Hue. HEX triplet: BD, 88 and BC. RGB value is (189,136,188). Sum of RGB (Red+Green+Blue) = 189+136+188=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BC is #427743. Grayscale: #9D9D9D. Windows color (decimal): -4355908 or 12355773. OLE color: 12355773.
HSL color Cylindrical-coordinate representation of color #BD88BC: hue angle of 301.13º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD88BC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 188 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.26 |
| HSL | 301.13º | 0.29% | 0.64% | - |
| HSV(B) | 301.13º | 0.28% | 0.74% | - |
| XYZ | 38.87 | 32.06 | 51.72 | - |
| YUV | 157.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 188 | 0 | 0.28 | 0.01 | 0.26 | 301.13 | 0.29 | 0.64 |
| Hex | BD | 88 | BC | 0 | 1C | 1 | 1A | 12D | 1D | 40 |
| Octal | 275 | 210 | 274 | 0 | 34 | 1 | 32 | 455 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10111100 | 0 | 11100 | 1 | 11010 | 100101101 | 11101 | 1000000 |
Color Harmonies of #BD88BC
Complementary color
Monochromatic Colors of #BD88BC
Black with #BD88BC
Text Example
Text Example
White with #BD88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88BC; }
p { color: rgb(189,136,188); }
H1.HeaderClassName
{
color: #BD88BC;
}
.AnyTagClassName
{
color: #BD88BC;
}
</style>
background-color css
<style>
a { background-color: #BD88BC; }
a { background-color: rgb(189,136,188); }
div.DivClassName
{
background-color: #BD88BC;
}
.BgClassName
{
background-color: #BD88BC;
}
</style>
border-color css
<style>
span { border-color: #BD88BC; }
span { border-color: rgb(189,136,188); }
td.TdClassName
{
border-color: #BD88BC;
}
.TagClassName
{
border-color: #BD88BC;
}
</style>