Shades of London Hue #B786AC
Tints of London Hue #B786AC
RGB
CMYK
RGB Variations
Color information
#B786AC (or 0xB786AC) is known color: London Hue. HEX triplet: B7, 86 and AC. RGB value is (183,134,172). Sum of RGB (Red+Green+Blue) = 183+134+172=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B786AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786AC is #487953. Grayscale: #989898. Windows color (decimal): -4749652 or 11306679. OLE color: 11306679.
HSL color Cylindrical-coordinate representation of color #B786AC: hue angle of 313.47º 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 #B786AC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 172 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.28 |
| HSL | 313.47º | 0.25% | 0.62% | - |
| HSV(B) | 313.47º | 0.27% | 0.72% | - |
| XYZ | 35.5 | 30.1 | 42.97 | - |
| YUV | 152.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 172 | 0 | 0.27 | 0.06 | 0.28 | 313.47 | 0.25 | 0.62 |
| Hex | B7 | 86 | AC | 0 | 1B | 6 | 1C | 139 | 19 | 3E |
| Octal | 267 | 206 | 254 | 0 | 33 | 6 | 34 | 471 | 31 | 76 |
| Binary | 10110111 | 10000110 | 10101100 | 0 | 11011 | 110 | 11100 | 100111001 | 11001 | 111110 |
Color Harmonies of #B786AC
Complementary color
Monochromatic Colors of #B786AC
Black with #B786AC
Text Example
Text Example
White with #B786AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786AC; }
p { color: rgb(183,134,172); }
H1.HeaderClassName
{
color: #B786AC;
}
.AnyTagClassName
{
color: #B786AC;
}
</style>
background-color css
<style>
a { background-color: #B786AC; }
a { background-color: rgb(183,134,172); }
div.DivClassName
{
background-color: #B786AC;
}
.BgClassName
{
background-color: #B786AC;
}
</style>
border-color css
<style>
span { border-color: #B786AC; }
span { border-color: rgb(183,134,172); }
td.TdClassName
{
border-color: #B786AC;
}
.TagClassName
{
border-color: #B786AC;
}
</style>