Shades of London Hue #BB83AD
Tints of London Hue #BB83AD
RGB
CMYK
RGB Variations
Color information
#BB83AD (or 0xBB83AD) is known color: London Hue. HEX triplet: BB, 83 and AD. RGB value is (187,131,173). Sum of RGB (Red+Green+Blue) = 187+131+173=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83AD is #447C52. Grayscale: #989898. Windows color (decimal): -4488275 or 11371451. OLE color: 11371451.
HSL color Cylindrical-coordinate representation of color #BB83AD: hue angle of 315º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB83AD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 173 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.27 |
| HSL | 315º | 0.29% | 0.62% | - |
| HSV(B) | 315º | 0.3% | 0.73% | - |
| XYZ | 36.15 | 29.81 | 43.38 | - |
| YUV | 152.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 173 | 0 | 0.30 | 0.07 | 0.27 | 315 | 0.29 | 0.62 |
| Hex | BB | 83 | AD | 0 | 1E | 7 | 1B | 13B | 1D | 3E |
| Octal | 273 | 203 | 255 | 0 | 36 | 7 | 33 | 473 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10101101 | 0 | 11110 | 111 | 11011 | 100111011 | 11101 | 111110 |
Color Harmonies of #BB83AD
Complementary color
Monochromatic Colors of #BB83AD
Black with #BB83AD
Text Example
Text Example
White with #BB83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83AD; }
p { color: rgb(187,131,173); }
H1.HeaderClassName
{
color: #BB83AD;
}
.AnyTagClassName
{
color: #BB83AD;
}
</style>
background-color css
<style>
a { background-color: #BB83AD; }
a { background-color: rgb(187,131,173); }
div.DivClassName
{
background-color: #BB83AD;
}
.BgClassName
{
background-color: #BB83AD;
}
</style>
border-color css
<style>
span { border-color: #BB83AD; }
span { border-color: rgb(187,131,173); }
td.TdClassName
{
border-color: #BB83AD;
}
.TagClassName
{
border-color: #BB83AD;
}
</style>