Shades of London Hue #B588AB
Tints of London Hue #B588AB
RGB
CMYK
RGB Variations
Color information
#B588AB (or 0xB588AB) is known color: London Hue. HEX triplet: B5, 88 and AB. RGB value is (181,136,171). Sum of RGB (Red+Green+Blue) = 181+136+171=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B588AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588AB is #4A7754. Grayscale: #999999. Windows color (decimal): -4880213 or 11241653. OLE color: 11241653.
HSL color Cylindrical-coordinate representation of color #B588AB: hue angle of 313.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 #B588AB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 171 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.29 |
| HSL | 313.33º | 0.23% | 0.62% | - |
| HSV(B) | 313.33º | 0.25% | 0.71% | - |
| XYZ | 35.21 | 30.37 | 42.53 | - |
| YUV | 153.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 171 | 0 | 0.25 | 0.06 | 0.29 | 313.33 | 0.23 | 0.62 |
| Hex | B5 | 88 | AB | 0 | 19 | 6 | 1D | 139 | 17 | 3E |
| Octal | 265 | 210 | 253 | 0 | 31 | 6 | 35 | 471 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10101011 | 0 | 11001 | 110 | 11101 | 100111001 | 10111 | 111110 |
Color Harmonies of #B588AB
Complementary color
Monochromatic Colors of #B588AB
Black with #B588AB
Text Example
Text Example
White with #B588AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588AB; }
p { color: rgb(181,136,171); }
H1.HeaderClassName
{
color: #B588AB;
}
.AnyTagClassName
{
color: #B588AB;
}
</style>
background-color css
<style>
a { background-color: #B588AB; }
a { background-color: rgb(181,136,171); }
div.DivClassName
{
background-color: #B588AB;
}
.BgClassName
{
background-color: #B588AB;
}
</style>
border-color css
<style>
span { border-color: #B588AB; }
span { border-color: rgb(181,136,171); }
td.TdClassName
{
border-color: #B588AB;
}
.TagClassName
{
border-color: #B588AB;
}
</style>