Shades of London Hue #B988AD
Tints of London Hue #B988AD
RGB
CMYK
RGB Variations
Color information
#B988AD (or 0xB988AD) is known color: London Hue. HEX triplet: B9, 88 and AD. RGB value is (185,136,173). Sum of RGB (Red+Green+Blue) = 185+136+173=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AD is #467752. Grayscale: #9A9A9A. Windows color (decimal): -4618067 or 11372729. OLE color: 11372729.
HSL color Cylindrical-coordinate representation of color #B988AD: hue angle of 314.69º 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 #B988AD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 173 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.27 |
| HSL | 314.69º | 0.26% | 0.63% | - |
| HSV(B) | 314.69º | 0.26% | 0.73% | - |
| XYZ | 36.35 | 30.94 | 43.59 | - |
| YUV | 154.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 173 | 0 | 0.26 | 0.06 | 0.27 | 314.69 | 0.26 | 0.63 |
| Hex | B9 | 88 | AD | 0 | 1A | 6 | 1B | 13B | 1A | 3F |
| Octal | 271 | 210 | 255 | 0 | 32 | 6 | 33 | 473 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10101101 | 0 | 11010 | 110 | 11011 | 100111011 | 11010 | 111111 |
Color Harmonies of #B988AD
Complementary color
Monochromatic Colors of #B988AD
Black with #B988AD
Text Example
Text Example
White with #B988AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988AD; }
p { color: rgb(185,136,173); }
H1.HeaderClassName
{
color: #B988AD;
}
.AnyTagClassName
{
color: #B988AD;
}
</style>
background-color css
<style>
a { background-color: #B988AD; }
a { background-color: rgb(185,136,173); }
div.DivClassName
{
background-color: #B988AD;
}
.BgClassName
{
background-color: #B988AD;
}
</style>
border-color css
<style>
span { border-color: #B988AD; }
span { border-color: rgb(185,136,173); }
td.TdClassName
{
border-color: #B988AD;
}
.TagClassName
{
border-color: #B988AD;
}
</style>