Shades of London Hue #B88AB9
Tints of London Hue #B88AB9
RGB
CMYK
RGB Variations
Color information
#B88AB9 (or 0xB88AB9) is known color: London Hue. HEX triplet: B8, 8A and B9. RGB value is (184,138,185). Sum of RGB (Red+Green+Blue) = 184+138+185=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #B88AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88AB9 is #477546. Grayscale: #9C9C9C. Windows color (decimal): -4683079 or 12159672. OLE color: 12159672.
HSL color Cylindrical-coordinate representation of color #B88AB9: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AB9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 138 | 185 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.27 |
| HSL | 298.72º | 0.25% | 0.63% | - |
| HSV(B) | 298.72º | 0.25% | 0.73% | - |
| XYZ | 37.61 | 31.87 | 50.07 | - |
| YUV | 157.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 185 | 0.01 | 0.25 | 0 | 0.27 | 298.72 | 0.25 | 0.63 |
| Hex | B8 | 8A | B9 | 1 | 19 | 0 | 1B | 12B | 19 | 3F |
| Octal | 270 | 212 | 271 | 1 | 31 | 0 | 33 | 453 | 31 | 77 |
| Binary | 10111000 | 10001010 | 10111001 | 1 | 11001 | 0 | 11011 | 100101011 | 11001 | 111111 |
Color Harmonies of #B88AB9
Complementary color
Monochromatic Colors of #B88AB9
Black with #B88AB9
Text Example
Text Example
White with #B88AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AB9; }
p { color: rgb(184,138,185); }
H1.HeaderClassName
{
color: #B88AB9;
}
.AnyTagClassName
{
color: #B88AB9;
}
</style>
background-color css
<style>
a { background-color: #B88AB9; }
a { background-color: rgb(184,138,185); }
div.DivClassName
{
background-color: #B88AB9;
}
.BgClassName
{
background-color: #B88AB9;
}
</style>
border-color css
<style>
span { border-color: #B88AB9; }
span { border-color: rgb(184,138,185); }
td.TdClassName
{
border-color: #B88AB9;
}
.TagClassName
{
border-color: #B88AB9;
}
</style>