Shades of London Hue #B988BD
Tints of London Hue #B988BD
RGB
CMYK
RGB Variations
Color information
#B988BD (or 0xB988BD) is known color: London Hue. HEX triplet: B9, 88 and BD. RGB value is (185,136,189). Sum of RGB (Red+Green+Blue) = 185+136+189=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #B988BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BD is #467742. Grayscale: #9C9C9C. Windows color (decimal): -4618051 or 12421305. OLE color: 12421305.
HSL color Cylindrical-coordinate representation of color #B988BD: hue angle of 295.47º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B988BD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 136 | 189 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.26 |
| HSL | 295.47º | 0.29% | 0.64% | - |
| HSV(B) | 295.47º | 0.28% | 0.74% | - |
| XYZ | 38 | 31.6 | 52.24 | - |
| YUV | 156.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 189 | 0.02 | 0.28 | 0 | 0.26 | 295.47 | 0.29 | 0.64 |
| Hex | B9 | 88 | BD | 2 | 1C | 0 | 1A | 127 | 1D | 40 |
| Octal | 271 | 210 | 275 | 2 | 34 | 0 | 32 | 447 | 35 | 100 |
| Binary | 10111001 | 10001000 | 10111101 | 10 | 11100 | 0 | 11010 | 100100111 | 11101 | 1000000 |
Color Harmonies of #B988BD
Complementary color
Monochromatic Colors of #B988BD
Black with #B988BD
Text Example
Text Example
White with #B988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988BD; }
p { color: rgb(185,136,189); }
H1.HeaderClassName
{
color: #B988BD;
}
.AnyTagClassName
{
color: #B988BD;
}
</style>
background-color css
<style>
a { background-color: #B988BD; }
a { background-color: rgb(185,136,189); }
div.DivClassName
{
background-color: #B988BD;
}
.BgClassName
{
background-color: #B988BD;
}
</style>
border-color css
<style>
span { border-color: #B988BD; }
span { border-color: rgb(185,136,189); }
td.TdClassName
{
border-color: #B988BD;
}
.TagClassName
{
border-color: #B988BD;
}
</style>