Shades of London Hue #BD88B0
Tints of London Hue #BD88B0
RGB
CMYK
RGB Variations
Color information
#BD88B0 (or 0xBD88B0) is known color: London Hue. HEX triplet: BD, 88 and B0. RGB value is (189,136,176). Sum of RGB (Red+Green+Blue) = 189+136+176=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88B0 is #42774F. Grayscale: #9C9C9C. Windows color (decimal): -4355920 or 11569341. OLE color: 11569341.
HSL color Cylindrical-coordinate representation of color #BD88B0: hue angle of 314.72º 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 #BD88B0 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 176 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.26 |
| HSL | 314.72º | 0.29% | 0.64% | - |
| HSV(B) | 314.72º | 0.28% | 0.74% | - |
| XYZ | 37.63 | 31.56 | 45.18 | - |
| YUV | 156.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 176 | 0 | 0.28 | 0.07 | 0.26 | 314.72 | 0.29 | 0.64 |
| Hex | BD | 88 | B0 | 0 | 1C | 7 | 1A | 13B | 1D | 40 |
| Octal | 275 | 210 | 260 | 0 | 34 | 7 | 32 | 473 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10110000 | 0 | 11100 | 111 | 11010 | 100111011 | 11101 | 1000000 |
Color Harmonies of #BD88B0
Complementary color
Monochromatic Colors of #BD88B0
Black with #BD88B0
Text Example
Text Example
White with #BD88B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88B0; }
p { color: rgb(189,136,176); }
H1.HeaderClassName
{
color: #BD88B0;
}
.AnyTagClassName
{
color: #BD88B0;
}
</style>
background-color css
<style>
a { background-color: #BD88B0; }
a { background-color: rgb(189,136,176); }
div.DivClassName
{
background-color: #BD88B0;
}
.BgClassName
{
background-color: #BD88B0;
}
</style>
border-color css
<style>
span { border-color: #BD88B0; }
span { border-color: rgb(189,136,176); }
td.TdClassName
{
border-color: #BD88B0;
}
.TagClassName
{
border-color: #BD88B0;
}
</style>