Shades of London Hue #B88BAC
Tints of London Hue #B88BAC
RGB
CMYK
RGB Variations
Color information
#B88BAC (or 0xB88BAC) is known color: London Hue. HEX triplet: B8, 8B and AC. RGB value is (184,139,172). Sum of RGB (Red+Green+Blue) = 184+139+172=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BAC is #477453. Grayscale: #9C9C9C. Windows color (decimal): -4682836 or 11307960. OLE color: 11307960.
HSL color Cylindrical-coordinate representation of color #B88BAC: hue angle of 316º 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 #B88BAC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 172 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.28 |
| HSL | 316º | 0.24% | 0.63% | - |
| HSV(B) | 316º | 0.24% | 0.72% | - |
| XYZ | 36.45 | 31.63 | 43.21 | - |
| YUV | 156.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 172 | 0 | 0.24 | 0.07 | 0.28 | 316 | 0.24 | 0.63 |
| Hex | B8 | 8B | AC | 0 | 18 | 7 | 1C | 13C | 18 | 3F |
| Octal | 270 | 213 | 254 | 0 | 30 | 7 | 34 | 474 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10101100 | 0 | 11000 | 111 | 11100 | 100111100 | 11000 | 111111 |
Color Harmonies of #B88BAC
Complementary color
Monochromatic Colors of #B88BAC
Black with #B88BAC
Text Example
Text Example
White with #B88BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BAC; }
p { color: rgb(184,139,172); }
H1.HeaderClassName
{
color: #B88BAC;
}
.AnyTagClassName
{
color: #B88BAC;
}
</style>
background-color css
<style>
a { background-color: #B88BAC; }
a { background-color: rgb(184,139,172); }
div.DivClassName
{
background-color: #B88BAC;
}
.BgClassName
{
background-color: #B88BAC;
}
</style>
border-color css
<style>
span { border-color: #B88BAC; }
span { border-color: rgb(184,139,172); }
td.TdClassName
{
border-color: #B88BAC;
}
.TagClassName
{
border-color: #B88BAC;
}
</style>