Shades of London Hue #B88AB4
Tints of London Hue #B88AB4
RGB
CMYK
RGB Variations
Color information
#B88AB4 (or 0xB88AB4) is known color: London Hue. HEX triplet: B8, 8A and B4. RGB value is (184,138,180). Sum of RGB (Red+Green+Blue) = 184+138+180=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88AB4 is #47754B. Grayscale: #9C9C9C. Windows color (decimal): -4683084 or 11831992. OLE color: 11831992.
HSL color Cylindrical-coordinate representation of color #B88AB4: hue angle of 305.22º 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 #B88AB4 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 180 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.28 |
| HSL | 305.22º | 0.24% | 0.63% | - |
| HSV(B) | 305.22º | 0.25% | 0.72% | - |
| XYZ | 37.09 | 31.66 | 47.34 | - |
| YUV | 156.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 180 | 0 | 0.25 | 0.02 | 0.28 | 305.22 | 0.24 | 0.63 |
| Hex | B8 | 8A | B4 | 0 | 19 | 2 | 1C | 131 | 18 | 3F |
| Octal | 270 | 212 | 264 | 0 | 31 | 2 | 34 | 461 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10110100 | 0 | 11001 | 10 | 11100 | 100110001 | 11000 | 111111 |
Color Harmonies of #B88AB4
Complementary color
Monochromatic Colors of #B88AB4
Black with #B88AB4
Text Example
Text Example
White with #B88AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AB4; }
p { color: rgb(184,138,180); }
H1.HeaderClassName
{
color: #B88AB4;
}
.AnyTagClassName
{
color: #B88AB4;
}
</style>
background-color css
<style>
a { background-color: #B88AB4; }
a { background-color: rgb(184,138,180); }
div.DivClassName
{
background-color: #B88AB4;
}
.BgClassName
{
background-color: #B88AB4;
}
</style>
border-color css
<style>
span { border-color: #B88AB4; }
span { border-color: rgb(184,138,180); }
td.TdClassName
{
border-color: #B88AB4;
}
.TagClassName
{
border-color: #B88AB4;
}
</style>