Shades of London Hue #B88BA8
Tints of London Hue #B88BA8
RGB
CMYK
RGB Variations
Color information
#B88BA8 (or 0xB88BA8) is known color: London Hue. HEX triplet: B8, 8B and A8. RGB value is (184,139,168). Sum of RGB (Red+Green+Blue) = 184+139+168=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA8 is #477457. Grayscale: #9B9B9B. Windows color (decimal): -4682840 or 11045816. OLE color: 11045816.
HSL color Cylindrical-coordinate representation of color #B88BA8: hue angle of 321.33º 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 #B88BA8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 168 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.28 |
| HSL | 321.33º | 0.24% | 0.63% | - |
| HSV(B) | 321.33º | 0.24% | 0.72% | - |
| XYZ | 36.07 | 31.48 | 41.22 | - |
| YUV | 155.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 168 | 0 | 0.24 | 0.09 | 0.28 | 321.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | A8 | 0 | 18 | 9 | 1C | 141 | 18 | 3F |
| Octal | 270 | 213 | 250 | 0 | 30 | 11 | 34 | 501 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10101000 | 0 | 11000 | 1001 | 11100 | 101000001 | 11000 | 111111 |
Color Harmonies of #B88BA8
Complementary color
Monochromatic Colors of #B88BA8
Black with #B88BA8
Text Example
Text Example
White with #B88BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BA8; }
p { color: rgb(184,139,168); }
H1.HeaderClassName
{
color: #B88BA8;
}
.AnyTagClassName
{
color: #B88BA8;
}
</style>
background-color css
<style>
a { background-color: #B88BA8; }
a { background-color: rgb(184,139,168); }
div.DivClassName
{
background-color: #B88BA8;
}
.BgClassName
{
background-color: #B88BA8;
}
</style>
border-color css
<style>
span { border-color: #B88BA8; }
span { border-color: rgb(184,139,168); }
td.TdClassName
{
border-color: #B88BA8;
}
.TagClassName
{
border-color: #B88BA8;
}
</style>