Shades of London Hue #B588B4
Tints of London Hue #B588B4
RGB
CMYK
RGB Variations
Color information
#B588B4 (or 0xB588B4) is known color: London Hue. HEX triplet: B5, 88 and B4. RGB value is (181,136,180). Sum of RGB (Red+Green+Blue) = 181+136+180=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B588B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588B4 is #4A774B. Grayscale: #9A9A9A. Windows color (decimal): -4880204 or 11831477. OLE color: 11831477.
HSL color Cylindrical-coordinate representation of color #B588B4: hue angle of 301.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 #B588B4 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 180 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.29 |
| HSL | 301.33º | 0.23% | 0.62% | - |
| HSV(B) | 301.33º | 0.25% | 0.71% | - |
| XYZ | 36.1 | 30.73 | 47.21 | - |
| YUV | 154.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 180 | 0 | 0.25 | 0.01 | 0.29 | 301.33 | 0.23 | 0.62 |
| Hex | B5 | 88 | B4 | 0 | 19 | 1 | 1D | 12D | 17 | 3E |
| Octal | 265 | 210 | 264 | 0 | 31 | 1 | 35 | 455 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10110100 | 0 | 11001 | 1 | 11101 | 100101101 | 10111 | 111110 |
Color Harmonies of #B588B4
Complementary color
Monochromatic Colors of #B588B4
Black with #B588B4
Text Example
Text Example
White with #B588B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588B4; }
p { color: rgb(181,136,180); }
H1.HeaderClassName
{
color: #B588B4;
}
.AnyTagClassName
{
color: #B588B4;
}
</style>
background-color css
<style>
a { background-color: #B588B4; }
a { background-color: rgb(181,136,180); }
div.DivClassName
{
background-color: #B588B4;
}
.BgClassName
{
background-color: #B588B4;
}
</style>
border-color css
<style>
span { border-color: #B588B4; }
span { border-color: rgb(181,136,180); }
td.TdClassName
{
border-color: #B588B4;
}
.TagClassName
{
border-color: #B588B4;
}
</style>