Shades of London Hue #B988B7
Tints of London Hue #B988B7
RGB
CMYK
RGB Variations
Color information
#B988B7 (or 0xB988B7) is known color: London Hue. HEX triplet: B9, 88 and B7. RGB value is (185,136,183). Sum of RGB (Red+Green+Blue) = 185+136+183=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B988B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988B7 is #467748. Grayscale: #9B9B9B. Windows color (decimal): -4618057 or 12028089. OLE color: 12028089.
HSL color Cylindrical-coordinate representation of color #B988B7: hue angle of 302.45º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B988B7 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 183 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.27 |
| HSL | 302.45º | 0.26% | 0.63% | - |
| HSV(B) | 302.45º | 0.26% | 0.73% | - |
| XYZ | 37.36 | 31.34 | 48.88 | - |
| YUV | 156.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 183 | 0 | 0.26 | 0.01 | 0.27 | 302.45 | 0.26 | 0.63 |
| Hex | B9 | 88 | B7 | 0 | 1A | 1 | 1B | 12E | 1A | 3F |
| Octal | 271 | 210 | 267 | 0 | 32 | 1 | 33 | 456 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10110111 | 0 | 11010 | 1 | 11011 | 100101110 | 11010 | 111111 |
Color Harmonies of #B988B7
Complementary color
Monochromatic Colors of #B988B7
Black with #B988B7
Text Example
Text Example
White with #B988B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988B7; }
p { color: rgb(185,136,183); }
H1.HeaderClassName
{
color: #B988B7;
}
.AnyTagClassName
{
color: #B988B7;
}
</style>
background-color css
<style>
a { background-color: #B988B7; }
a { background-color: rgb(185,136,183); }
div.DivClassName
{
background-color: #B988B7;
}
.BgClassName
{
background-color: #B988B7;
}
</style>
border-color css
<style>
span { border-color: #B988B7; }
span { border-color: rgb(185,136,183); }
td.TdClassName
{
border-color: #B988B7;
}
.TagClassName
{
border-color: #B988B7;
}
</style>