Shades of London Hue #BD88B6
Tints of London Hue #BD88B6
RGB
CMYK
RGB Variations
Color information
#BD88B6 (or 0xBD88B6) is known color: London Hue. HEX triplet: BD, 88 and B6. RGB value is (189,136,182). Sum of RGB (Red+Green+Blue) = 189+136+182=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88B6 is #427749. Grayscale: #9C9C9C. Windows color (decimal): -4355914 or 11962557. OLE color: 11962557.
HSL color Cylindrical-coordinate representation of color #BD88B6: hue angle of 307.92º 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 #BD88B6 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 182 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.26 |
| HSL | 307.92º | 0.29% | 0.64% | - |
| HSV(B) | 307.92º | 0.28% | 0.74% | - |
| XYZ | 38.23 | 31.8 | 48.38 | - |
| YUV | 157.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 182 | 0 | 0.28 | 0.04 | 0.26 | 307.92 | 0.29 | 0.64 |
| Hex | BD | 88 | B6 | 0 | 1C | 4 | 1A | 134 | 1D | 40 |
| Octal | 275 | 210 | 266 | 0 | 34 | 4 | 32 | 464 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10110110 | 0 | 11100 | 100 | 11010 | 100110100 | 11101 | 1000000 |
Color Harmonies of #BD88B6
Complementary color
Monochromatic Colors of #BD88B6
Black with #BD88B6
Text Example
Text Example
White with #BD88B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88B6; }
p { color: rgb(189,136,182); }
H1.HeaderClassName
{
color: #BD88B6;
}
.AnyTagClassName
{
color: #BD88B6;
}
</style>
background-color css
<style>
a { background-color: #BD88B6; }
a { background-color: rgb(189,136,182); }
div.DivClassName
{
background-color: #BD88B6;
}
.BgClassName
{
background-color: #BD88B6;
}
</style>
border-color css
<style>
span { border-color: #BD88B6; }
span { border-color: rgb(189,136,182); }
td.TdClassName
{
border-color: #BD88B6;
}
.TagClassName
{
border-color: #BD88B6;
}
</style>