Shades of London Hue #B786AA
Tints of London Hue #B786AA
RGB
CMYK
RGB Variations
Color information
#B786AA (or 0xB786AA) is known color: London Hue. HEX triplet: B7, 86 and AA. RGB value is (183,134,170). Sum of RGB (Red+Green+Blue) = 183+134+170=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B786AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786AA is #487955. Grayscale: #989898. Windows color (decimal): -4749654 or 11175607. OLE color: 11175607.
HSL color Cylindrical-coordinate representation of color #B786AA: hue angle of 315.92º 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 #B786AA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 170 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.28 |
| HSL | 315.92º | 0.25% | 0.62% | - |
| HSV(B) | 315.92º | 0.27% | 0.72% | - |
| XYZ | 35.31 | 30.02 | 41.96 | - |
| YUV | 152.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 170 | 0 | 0.27 | 0.07 | 0.28 | 315.92 | 0.25 | 0.62 |
| Hex | B7 | 86 | AA | 0 | 1B | 7 | 1C | 13C | 19 | 3E |
| Octal | 267 | 206 | 252 | 0 | 33 | 7 | 34 | 474 | 31 | 76 |
| Binary | 10110111 | 10000110 | 10101010 | 0 | 11011 | 111 | 11100 | 100111100 | 11001 | 111110 |
Color Harmonies of #B786AA
Complementary color
Monochromatic Colors of #B786AA
Black with #B786AA
Text Example
Text Example
White with #B786AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786AA; }
p { color: rgb(183,134,170); }
H1.HeaderClassName
{
color: #B786AA;
}
.AnyTagClassName
{
color: #B786AA;
}
</style>
background-color css
<style>
a { background-color: #B786AA; }
a { background-color: rgb(183,134,170); }
div.DivClassName
{
background-color: #B786AA;
}
.BgClassName
{
background-color: #B786AA;
}
</style>
border-color css
<style>
span { border-color: #B786AA; }
span { border-color: rgb(183,134,170); }
td.TdClassName
{
border-color: #B786AA;
}
.TagClassName
{
border-color: #B786AA;
}
</style>