Shades of London Hue #B588A8
Tints of London Hue #B588A8
RGB
CMYK
RGB Variations
Color information
#B588A8 (or 0xB588A8) is known color: London Hue. HEX triplet: B5, 88 and A8. RGB value is (181,136,168). Sum of RGB (Red+Green+Blue) = 181+136+168=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B588A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588A8 is #4A7757. Grayscale: #999999. Windows color (decimal): -4880216 or 11045045. OLE color: 11045045.
HSL color Cylindrical-coordinate representation of color #B588A8: hue angle of 317.33º 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 #B588A8 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 168 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.29 |
| HSL | 317.33º | 0.23% | 0.62% | - |
| HSV(B) | 317.33º | 0.25% | 0.71% | - |
| XYZ | 34.93 | 30.26 | 41.05 | - |
| YUV | 153.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 168 | 0 | 0.25 | 0.07 | 0.29 | 317.33 | 0.23 | 0.62 |
| Hex | B5 | 88 | A8 | 0 | 19 | 7 | 1D | 13D | 17 | 3E |
| Octal | 265 | 210 | 250 | 0 | 31 | 7 | 35 | 475 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10101000 | 0 | 11001 | 111 | 11101 | 100111101 | 10111 | 111110 |
Color Harmonies of #B588A8
Complementary color
Monochromatic Colors of #B588A8
Black with #B588A8
Text Example
Text Example
White with #B588A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588A8; }
p { color: rgb(181,136,168); }
H1.HeaderClassName
{
color: #B588A8;
}
.AnyTagClassName
{
color: #B588A8;
}
</style>
background-color css
<style>
a { background-color: #B588A8; }
a { background-color: rgb(181,136,168); }
div.DivClassName
{
background-color: #B588A8;
}
.BgClassName
{
background-color: #B588A8;
}
</style>
border-color css
<style>
span { border-color: #B588A8; }
span { border-color: rgb(181,136,168); }
td.TdClassName
{
border-color: #B588A8;
}
.TagClassName
{
border-color: #B588A8;
}
</style>