Shades of London Hue #B88BA9
Tints of London Hue #B88BA9
RGB
CMYK
RGB Variations
Color information
#B88BA9 (or 0xB88BA9) is known color: London Hue. HEX triplet: B8, 8B and A9. RGB value is (184,139,169). Sum of RGB (Red+Green+Blue) = 184+139+169=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA9 is #477456. Grayscale: #9B9B9B. Windows color (decimal): -4682839 or 11111352. OLE color: 11111352.
HSL color Cylindrical-coordinate representation of color #B88BA9: hue angle of 320º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BA9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 169 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.28 |
| HSL | 320º | 0.24% | 0.63% | - |
| HSV(B) | 320º | 0.24% | 0.72% | - |
| XYZ | 36.16 | 31.52 | 41.71 | - |
| YUV | 155.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 169 | 0 | 0.24 | 0.08 | 0.28 | 320 | 0.24 | 0.63 |
| Hex | B8 | 8B | A9 | 0 | 18 | 8 | 1C | 140 | 18 | 3F |
| Octal | 270 | 213 | 251 | 0 | 30 | 10 | 34 | 500 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10101001 | 0 | 11000 | 1000 | 11100 | 101000000 | 11000 | 111111 |
Color Harmonies of #B88BA9
Complementary color
Monochromatic Colors of #B88BA9
Black with #B88BA9
Text Example
Text Example
White with #B88BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BA9; }
p { color: rgb(184,139,169); }
H1.HeaderClassName
{
color: #B88BA9;
}
.AnyTagClassName
{
color: #B88BA9;
}
</style>
background-color css
<style>
a { background-color: #B88BA9; }
a { background-color: rgb(184,139,169); }
div.DivClassName
{
background-color: #B88BA9;
}
.BgClassName
{
background-color: #B88BA9;
}
</style>
border-color css
<style>
span { border-color: #B88BA9; }
span { border-color: rgb(184,139,169); }
td.TdClassName
{
border-color: #B88BA9;
}
.TagClassName
{
border-color: #B88BA9;
}
</style>