Shades of London Hue #B88AAC
Tints of London Hue #B88AAC
RGB
CMYK
RGB Variations
Color information
#B88AAC (or 0xB88AAC) is known color: London Hue. HEX triplet: B8, 8A and AC. RGB value is (184,138,172). Sum of RGB (Red+Green+Blue) = 184+138+172=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AAC is #477553. Grayscale: #9B9B9B. Windows color (decimal): -4683092 or 11307704. OLE color: 11307704.
HSL color Cylindrical-coordinate representation of color #B88AAC: hue angle of 315.65º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AAC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 172 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.28 |
| HSL | 315.65º | 0.24% | 0.63% | - |
| HSV(B) | 315.65º | 0.25% | 0.72% | - |
| XYZ | 36.3 | 31.35 | 43.17 | - |
| YUV | 155.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 172 | 0 | 0.25 | 0.07 | 0.28 | 315.65 | 0.24 | 0.63 |
| Hex | B8 | 8A | AC | 0 | 19 | 7 | 1C | 13C | 18 | 3F |
| Octal | 270 | 212 | 254 | 0 | 31 | 7 | 34 | 474 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10101100 | 0 | 11001 | 111 | 11100 | 100111100 | 11000 | 111111 |
Color Harmonies of #B88AAC
Complementary color
Monochromatic Colors of #B88AAC
Black with #B88AAC
Text Example
Text Example
White with #B88AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AAC; }
p { color: rgb(184,138,172); }
H1.HeaderClassName
{
color: #B88AAC;
}
.AnyTagClassName
{
color: #B88AAC;
}
</style>
background-color css
<style>
a { background-color: #B88AAC; }
a { background-color: rgb(184,138,172); }
div.DivClassName
{
background-color: #B88AAC;
}
.BgClassName
{
background-color: #B88AAC;
}
</style>
border-color css
<style>
span { border-color: #B88AAC; }
span { border-color: rgb(184,138,172); }
td.TdClassName
{
border-color: #B88AAC;
}
.TagClassName
{
border-color: #B88AAC;
}
</style>