Shades of London Hue #B88BAE
Tints of London Hue #B88BAE
RGB
CMYK
RGB Variations
Color information
#B88BAE (or 0xB88BAE) is known color: London Hue. HEX triplet: B8, 8B and AE. RGB value is (184,139,174). Sum of RGB (Red+Green+Blue) = 184+139+174=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BAE is #477451. Grayscale: #9C9C9C. Windows color (decimal): -4682834 or 11439032. OLE color: 11439032.
HSL color Cylindrical-coordinate representation of color #B88BAE: hue angle of 313.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 #B88BAE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 174 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.28 |
| HSL | 313.33º | 0.24% | 0.63% | - |
| HSV(B) | 313.33º | 0.24% | 0.72% | - |
| XYZ | 36.64 | 31.71 | 44.23 | - |
| YUV | 156.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 174 | 0 | 0.24 | 0.05 | 0.28 | 313.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | AE | 0 | 18 | 5 | 1C | 139 | 18 | 3F |
| Octal | 270 | 213 | 256 | 0 | 30 | 5 | 34 | 471 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10101110 | 0 | 11000 | 101 | 11100 | 100111001 | 11000 | 111111 |
Color Harmonies of #B88BAE
Complementary color
Monochromatic Colors of #B88BAE
Black with #B88BAE
Text Example
Text Example
White with #B88BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BAE; }
p { color: rgb(184,139,174); }
H1.HeaderClassName
{
color: #B88BAE;
}
.AnyTagClassName
{
color: #B88BAE;
}
</style>
background-color css
<style>
a { background-color: #B88BAE; }
a { background-color: rgb(184,139,174); }
div.DivClassName
{
background-color: #B88BAE;
}
.BgClassName
{
background-color: #B88BAE;
}
</style>
border-color css
<style>
span { border-color: #B88BAE; }
span { border-color: rgb(184,139,174); }
td.TdClassName
{
border-color: #B88BAE;
}
.TagClassName
{
border-color: #B88BAE;
}
</style>