Shades of London Hue #BB84BC
Tints of London Hue #BB84BC
RGB
CMYK
RGB Variations
Color information
#BB84BC (or 0xBB84BC) is known color: London Hue. HEX triplet: BB, 84 and BC. RGB value is (187,132,188). Sum of RGB (Red+Green+Blue) = 187+132+188=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84BC is #447B43. Grayscale: #9A9A9A. Windows color (decimal): -4488004 or 12354747. OLE color: 12354747.
HSL color Cylindrical-coordinate representation of color #BB84BC: hue angle of 298.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB84BC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 132 | 188 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.26 |
| HSL | 298.93º | 0.29% | 0.63% | - |
| HSV(B) | 298.93º | 0.3% | 0.74% | - |
| XYZ | 37.82 | 30.7 | 51.51 | - |
| YUV | 154.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 188 | 0.01 | 0.30 | 0 | 0.26 | 298.93 | 0.29 | 0.63 |
| Hex | BB | 84 | BC | 1 | 1E | 0 | 1A | 12B | 1D | 3F |
| Octal | 273 | 204 | 274 | 1 | 36 | 0 | 32 | 453 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10111100 | 1 | 11110 | 0 | 11010 | 100101011 | 11101 | 111111 |
Color Harmonies of #BB84BC
Complementary color
Monochromatic Colors of #BB84BC
Black with #BB84BC
Text Example
Text Example
White with #BB84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84BC; }
p { color: rgb(187,132,188); }
H1.HeaderClassName
{
color: #BB84BC;
}
.AnyTagClassName
{
color: #BB84BC;
}
</style>
background-color css
<style>
a { background-color: #BB84BC; }
a { background-color: rgb(187,132,188); }
div.DivClassName
{
background-color: #BB84BC;
}
.BgClassName
{
background-color: #BB84BC;
}
</style>
border-color css
<style>
span { border-color: #BB84BC; }
span { border-color: rgb(187,132,188); }
td.TdClassName
{
border-color: #BB84BC;
}
.TagClassName
{
border-color: #BB84BC;
}
</style>