Shades of London Hue #B88FBA
Tints of London Hue #B88FBA
RGB
CMYK
RGB Variations
Color information
#B88FBA (or 0xB88FBA) is known color: London Hue. HEX triplet: B8, 8F and BA. RGB value is (184,143,186). Sum of RGB (Red+Green+Blue) = 184+143+186=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FBA is #477045. Grayscale: #A0A0A0. Windows color (decimal): -4681798 or 12226488. OLE color: 12226488.
HSL color Cylindrical-coordinate representation of color #B88FBA: hue angle of 297.21º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88FBA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 143 | 186 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.27 |
| HSL | 297.21º | 0.24% | 0.65% | - |
| HSV(B) | 297.21º | 0.23% | 0.73% | - |
| XYZ | 38.45 | 33.38 | 50.87 | - |
| YUV | 160.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 186 | 0.01 | 0.23 | 0 | 0.27 | 297.21 | 0.24 | 0.65 |
| Hex | B8 | 8F | BA | 1 | 17 | 0 | 1B | 129 | 18 | 41 |
| Octal | 270 | 217 | 272 | 1 | 27 | 0 | 33 | 451 | 30 | 101 |
| Binary | 10111000 | 10001111 | 10111010 | 1 | 10111 | 0 | 11011 | 100101001 | 11000 | 1000001 |
Color Harmonies of #B88FBA
Complementary color
Monochromatic Colors of #B88FBA
Black with #B88FBA
Text Example
Text Example
White with #B88FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FBA; }
p { color: rgb(184,143,186); }
H1.HeaderClassName
{
color: #B88FBA;
}
.AnyTagClassName
{
color: #B88FBA;
}
</style>
background-color css
<style>
a { background-color: #B88FBA; }
a { background-color: rgb(184,143,186); }
div.DivClassName
{
background-color: #B88FBA;
}
.BgClassName
{
background-color: #B88FBA;
}
</style>
border-color css
<style>
span { border-color: #B88FBA; }
span { border-color: rgb(184,143,186); }
td.TdClassName
{
border-color: #B88FBA;
}
.TagClassName
{
border-color: #B88FBA;
}
</style>