Shades of London Hue #B88AAA
Tints of London Hue #B88AAA
RGB
CMYK
RGB Variations
Color information
#B88AAA (or 0xB88AAA) is known color: London Hue. HEX triplet: B8, 8A and AA. RGB value is (184,138,170). Sum of RGB (Red+Green+Blue) = 184+138+170=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AAA is #477555. Grayscale: #9B9B9B. Windows color (decimal): -4683094 or 11176632. OLE color: 11176632.
HSL color Cylindrical-coordinate representation of color #B88AAA: hue angle of 318.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AAA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 170 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.28 |
| HSL | 318.26º | 0.24% | 0.63% | - |
| HSV(B) | 318.26º | 0.25% | 0.72% | - |
| XYZ | 36.11 | 31.27 | 42.16 | - |
| YUV | 155.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 170 | 0 | 0.25 | 0.08 | 0.28 | 318.26 | 0.24 | 0.63 |
| Hex | B8 | 8A | AA | 0 | 19 | 8 | 1C | 13E | 18 | 3F |
| Octal | 270 | 212 | 252 | 0 | 31 | 10 | 34 | 476 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10101010 | 0 | 11001 | 1000 | 11100 | 100111110 | 11000 | 111111 |
Color Harmonies of #B88AAA
Complementary color
Monochromatic Colors of #B88AAA
Black with #B88AAA
Text Example
Text Example
White with #B88AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AAA; }
p { color: rgb(184,138,170); }
H1.HeaderClassName
{
color: #B88AAA;
}
.AnyTagClassName
{
color: #B88AAA;
}
</style>
background-color css
<style>
a { background-color: #B88AAA; }
a { background-color: rgb(184,138,170); }
div.DivClassName
{
background-color: #B88AAA;
}
.BgClassName
{
background-color: #B88AAA;
}
</style>
border-color css
<style>
span { border-color: #B88AAA; }
span { border-color: rgb(184,138,170); }
td.TdClassName
{
border-color: #B88AAA;
}
.TagClassName
{
border-color: #B88AAA;
}
</style>