Shades of London Hue #BD80BB
Tints of London Hue #BD80BB
RGB
CMYK
RGB Variations
Color information
#BD80BB (or 0xBD80BB) is known color: London Hue. HEX triplet: BD, 80 and BB. RGB value is (189,128,187). Sum of RGB (Red+Green+Blue) = 189+128+187=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BB is #427F44. Grayscale: #989898. Windows color (decimal): -4357957 or 12288189. OLE color: 12288189.
HSL color Cylindrical-coordinate representation of color #BD80BB: hue angle of 301.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80BB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 187 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.26 |
| HSL | 301.97º | 0.32% | 0.62% | - |
| HSV(B) | 301.97º | 0.32% | 0.74% | - |
| XYZ | 37.68 | 29.85 | 50.79 | - |
| YUV | 152.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 187 | 0 | 0.32 | 0.01 | 0.26 | 301.97 | 0.32 | 0.62 |
| Hex | BD | 80 | BB | 0 | 20 | 1 | 1A | 12E | 20 | 3E |
| Octal | 275 | 200 | 273 | 0 | 40 | 1 | 32 | 456 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10111011 | 0 | 100000 | 1 | 11010 | 100101110 | 100000 | 111110 |
Color Harmonies of #BD80BB
Complementary color
Monochromatic Colors of #BD80BB
Black with #BD80BB
Text Example
Text Example
White with #BD80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80BB; }
p { color: rgb(189,128,187); }
H1.HeaderClassName
{
color: #BD80BB;
}
.AnyTagClassName
{
color: #BD80BB;
}
</style>
background-color css
<style>
a { background-color: #BD80BB; }
a { background-color: rgb(189,128,187); }
div.DivClassName
{
background-color: #BD80BB;
}
.BgClassName
{
background-color: #BD80BB;
}
</style>
border-color css
<style>
span { border-color: #BD80BB; }
span { border-color: rgb(189,128,187); }
td.TdClassName
{
border-color: #BD80BB;
}
.TagClassName
{
border-color: #BD80BB;
}
</style>