Shades of London Hue #B786AB
Tints of London Hue #B786AB
RGB
CMYK
RGB Variations
Color information
#B786AB (or 0xB786AB) is known color: London Hue. HEX triplet: B7, 86 and AB. RGB value is (183,134,171). Sum of RGB (Red+Green+Blue) = 183+134+171=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B786AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786AB is #487954. Grayscale: #989898. Windows color (decimal): -4749653 or 11241143. OLE color: 11241143.
HSL color Cylindrical-coordinate representation of color #B786AB: hue angle of 314.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B786AB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 171 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.28 |
| HSL | 314.69º | 0.25% | 0.62% | - |
| HSV(B) | 314.69º | 0.27% | 0.72% | - |
| XYZ | 35.4 | 30.06 | 42.46 | - |
| YUV | 152.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 171 | 0 | 0.27 | 0.07 | 0.28 | 314.69 | 0.25 | 0.62 |
| Hex | B7 | 86 | AB | 0 | 1B | 7 | 1C | 13B | 19 | 3E |
| Octal | 267 | 206 | 253 | 0 | 33 | 7 | 34 | 473 | 31 | 76 |
| Binary | 10110111 | 10000110 | 10101011 | 0 | 11011 | 111 | 11100 | 100111011 | 11001 | 111110 |
Color Harmonies of #B786AB
Complementary color
Monochromatic Colors of #B786AB
Black with #B786AB
Text Example
Text Example
White with #B786AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786AB; }
p { color: rgb(183,134,171); }
H1.HeaderClassName
{
color: #B786AB;
}
.AnyTagClassName
{
color: #B786AB;
}
</style>
background-color css
<style>
a { background-color: #B786AB; }
a { background-color: rgb(183,134,171); }
div.DivClassName
{
background-color: #B786AB;
}
.BgClassName
{
background-color: #B786AB;
}
</style>
border-color css
<style>
span { border-color: #B786AB; }
span { border-color: rgb(183,134,171); }
td.TdClassName
{
border-color: #B786AB;
}
.TagClassName
{
border-color: #B786AB;
}
</style>