Shades of London Hue #B886AA
Tints of London Hue #B886AA
RGB
CMYK
RGB Variations
Color information
#B886AA (or 0xB886AA) is known color: London Hue. HEX triplet: B8, 86 and AA. RGB value is (184,134,170). Sum of RGB (Red+Green+Blue) = 184+134+170=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B886AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B886AA is #477955. Grayscale: #989898. Windows color (decimal): -4684118 or 11175608. OLE color: 11175608.
HSL color Cylindrical-coordinate representation of color #B886AA: hue angle of 316.8º degrees, saturation: 0.26, 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 #B886AA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 170 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.28 |
| HSL | 316.8º | 0.26% | 0.62% | - |
| HSV(B) | 316.8º | 0.27% | 0.72% | - |
| XYZ | 35.55 | 30.14 | 41.97 | - |
| YUV | 153.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 170 | 0 | 0.27 | 0.08 | 0.28 | 316.8 | 0.26 | 0.62 |
| Hex | B8 | 86 | AA | 0 | 1B | 8 | 1C | 13D | 1A | 3E |
| Octal | 270 | 206 | 252 | 0 | 33 | 10 | 34 | 475 | 32 | 76 |
| Binary | 10111000 | 10000110 | 10101010 | 0 | 11011 | 1000 | 11100 | 100111101 | 11010 | 111110 |
Color Harmonies of #B886AA
Complementary color
Monochromatic Colors of #B886AA
Black with #B886AA
Text Example
Text Example
White with #B886AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B886AA; }
p { color: rgb(184,134,170); }
H1.HeaderClassName
{
color: #B886AA;
}
.AnyTagClassName
{
color: #B886AA;
}
</style>
background-color css
<style>
a { background-color: #B886AA; }
a { background-color: rgb(184,134,170); }
div.DivClassName
{
background-color: #B886AA;
}
.BgClassName
{
background-color: #B886AA;
}
</style>
border-color css
<style>
span { border-color: #B886AA; }
span { border-color: rgb(184,134,170); }
td.TdClassName
{
border-color: #B886AA;
}
.TagClassName
{
border-color: #B886AA;
}
</style>