Shades of London Hue #BB8ABA
Tints of London Hue #BB8ABA
RGB
CMYK
RGB Variations
Color information
#BB8ABA (or 0xBB8ABA) is known color: London Hue. HEX triplet: BB, 8A and BA. RGB value is (187,138,186). Sum of RGB (Red+Green+Blue) = 187+138+186=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ABA is #447545. Grayscale: #9D9D9D. Windows color (decimal): -4486470 or 12225211. OLE color: 12225211.
HSL color Cylindrical-coordinate representation of color #BB8ABA: hue angle of 301.22º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8ABA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 186 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.27 |
| HSL | 301.22º | 0.26% | 0.64% | - |
| HSV(B) | 301.22º | 0.26% | 0.73% | - |
| XYZ | 38.44 | 32.29 | 50.66 | - |
| YUV | 158.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 186 | 0 | 0.26 | 0.01 | 0.27 | 301.22 | 0.26 | 0.64 |
| Hex | BB | 8A | BA | 0 | 1A | 1 | 1B | 12D | 1A | 40 |
| Octal | 273 | 212 | 272 | 0 | 32 | 1 | 33 | 455 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10111010 | 0 | 11010 | 1 | 11011 | 100101101 | 11010 | 1000000 |
Color Harmonies of #BB8ABA
Complementary color
Monochromatic Colors of #BB8ABA
Black with #BB8ABA
Text Example
Text Example
White with #BB8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ABA; }
p { color: rgb(187,138,186); }
H1.HeaderClassName
{
color: #BB8ABA;
}
.AnyTagClassName
{
color: #BB8ABA;
}
</style>
background-color css
<style>
a { background-color: #BB8ABA; }
a { background-color: rgb(187,138,186); }
div.DivClassName
{
background-color: #BB8ABA;
}
.BgClassName
{
background-color: #BB8ABA;
}
</style>
border-color css
<style>
span { border-color: #BB8ABA; }
span { border-color: rgb(187,138,186); }
td.TdClassName
{
border-color: #BB8ABA;
}
.TagClassName
{
border-color: #BB8ABA;
}
</style>