Shades of London Hue #B588A9
Tints of London Hue #B588A9
RGB
CMYK
RGB Variations
Color information
#B588A9 (or 0xB588A9) is known color: London Hue. HEX triplet: B5, 88 and A9. RGB value is (181,136,169). Sum of RGB (Red+Green+Blue) = 181+136+169=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B588A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588A9 is #4A7756. Grayscale: #999999. Windows color (decimal): -4880215 or 11110581. OLE color: 11110581.
HSL color Cylindrical-coordinate representation of color #B588A9: hue angle of 316º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B588A9 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 169 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.29 |
| HSL | 316º | 0.23% | 0.62% | - |
| HSV(B) | 316º | 0.25% | 0.71% | - |
| XYZ | 35.02 | 30.3 | 41.54 | - |
| YUV | 153.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 169 | 0 | 0.25 | 0.07 | 0.29 | 316 | 0.23 | 0.62 |
| Hex | B5 | 88 | A9 | 0 | 19 | 7 | 1D | 13C | 17 | 3E |
| Octal | 265 | 210 | 251 | 0 | 31 | 7 | 35 | 474 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10101001 | 0 | 11001 | 111 | 11101 | 100111100 | 10111 | 111110 |
Color Harmonies of #B588A9
Complementary color
Monochromatic Colors of #B588A9
Black with #B588A9
Text Example
Text Example
White with #B588A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588A9; }
p { color: rgb(181,136,169); }
H1.HeaderClassName
{
color: #B588A9;
}
.AnyTagClassName
{
color: #B588A9;
}
</style>
background-color css
<style>
a { background-color: #B588A9; }
a { background-color: rgb(181,136,169); }
div.DivClassName
{
background-color: #B588A9;
}
.BgClassName
{
background-color: #B588A9;
}
</style>
border-color css
<style>
span { border-color: #B588A9; }
span { border-color: rgb(181,136,169); }
td.TdClassName
{
border-color: #B588A9;
}
.TagClassName
{
border-color: #B588A9;
}
</style>