Shades of London Hue #BB8ABD
Tints of London Hue #BB8ABD
RGB
CMYK
RGB Variations
Color information
#BB8ABD (or 0xBB8ABD) is known color: London Hue. HEX triplet: BB, 8A and BD. RGB value is (187,138,189). Sum of RGB (Red+Green+Blue) = 187+138+189=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ABD is #447542. Grayscale: #9E9E9E. Windows color (decimal): -4486467 or 12421819. OLE color: 12421819.
HSL color Cylindrical-coordinate representation of color #BB8ABD: hue angle of 297.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8ABD is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 138 | 189 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.26 |
| HSL | 297.65º | 0.28% | 0.64% | - |
| HSV(B) | 297.65º | 0.27% | 0.74% | - |
| XYZ | 38.77 | 32.42 | 52.36 | - |
| YUV | 158.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 189 | 0.01 | 0.27 | 0 | 0.26 | 297.65 | 0.28 | 0.64 |
| Hex | BB | 8A | BD | 1 | 1B | 0 | 1A | 12A | 1C | 40 |
| Octal | 273 | 212 | 275 | 1 | 33 | 0 | 32 | 452 | 34 | 100 |
| Binary | 10111011 | 10001010 | 10111101 | 1 | 11011 | 0 | 11010 | 100101010 | 11100 | 1000000 |
Color Harmonies of #BB8ABD
Complementary color
Monochromatic Colors of #BB8ABD
Black with #BB8ABD
Text Example
Text Example
White with #BB8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ABD; }
p { color: rgb(187,138,189); }
H1.HeaderClassName
{
color: #BB8ABD;
}
.AnyTagClassName
{
color: #BB8ABD;
}
</style>
background-color css
<style>
a { background-color: #BB8ABD; }
a { background-color: rgb(187,138,189); }
div.DivClassName
{
background-color: #BB8ABD;
}
.BgClassName
{
background-color: #BB8ABD;
}
</style>
border-color css
<style>
span { border-color: #BB8ABD; }
span { border-color: rgb(187,138,189); }
td.TdClassName
{
border-color: #BB8ABD;
}
.TagClassName
{
border-color: #BB8ABD;
}
</style>