Shades of London Hue #BB80BA
Tints of London Hue #BB80BA
RGB
CMYK
RGB Variations
Color information
#BB80BA (or 0xBB80BA) is known color: London Hue. HEX triplet: BB, 80 and BA. RGB value is (187,128,186). Sum of RGB (Red+Green+Blue) = 187+128+186=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BA is #447F45. Grayscale: #989898. Windows color (decimal): -4489030 or 12222651. OLE color: 12222651.
HSL color Cylindrical-coordinate representation of color #BB80BA: hue angle of 301.02º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80BA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 186 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.27 |
| HSL | 301.02º | 0.3% | 0.62% | - |
| HSV(B) | 301.02º | 0.32% | 0.73% | - |
| XYZ | 37.08 | 29.55 | 50.2 | - |
| YUV | 152.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 186 | 0 | 0.32 | 0.01 | 0.27 | 301.02 | 0.3 | 0.62 |
| Hex | BB | 80 | BA | 0 | 20 | 1 | 1B | 12D | 1E | 3E |
| Octal | 273 | 200 | 272 | 0 | 40 | 1 | 33 | 455 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10111010 | 0 | 100000 | 1 | 11011 | 100101101 | 11110 | 111110 |
Color Harmonies of #BB80BA
Complementary color
Monochromatic Colors of #BB80BA
Black with #BB80BA
Text Example
Text Example
White with #BB80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80BA; }
p { color: rgb(187,128,186); }
H1.HeaderClassName
{
color: #BB80BA;
}
.AnyTagClassName
{
color: #BB80BA;
}
</style>
background-color css
<style>
a { background-color: #BB80BA; }
a { background-color: rgb(187,128,186); }
div.DivClassName
{
background-color: #BB80BA;
}
.BgClassName
{
background-color: #BB80BA;
}
</style>
border-color css
<style>
span { border-color: #BB80BA; }
span { border-color: rgb(187,128,186); }
td.TdClassName
{
border-color: #BB80BA;
}
.TagClassName
{
border-color: #BB80BA;
}
</style>