Shades of London Hue #B989B1
Tints of London Hue #B989B1
RGB
CMYK
RGB Variations
Color information
#B989B1 (or 0xB989B1) is known color: London Hue. HEX triplet: B9, 89 and B1. RGB value is (185,137,177). Sum of RGB (Red+Green+Blue) = 185+137+177=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B989B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989B1 is #46764E. Grayscale: #9B9B9B. Windows color (decimal): -4617807 or 11635129. OLE color: 11635129.
HSL color Cylindrical-coordinate representation of color #B989B1: hue angle of 310º 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 #B989B1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 177 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.27 |
| HSL | 310º | 0.26% | 0.63% | - |
| HSV(B) | 310º | 0.26% | 0.73% | - |
| XYZ | 36.89 | 31.38 | 45.71 | - |
| YUV | 155.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 177 | 0 | 0.26 | 0.04 | 0.27 | 310 | 0.26 | 0.63 |
| Hex | B9 | 89 | B1 | 0 | 1A | 4 | 1B | 136 | 1A | 3F |
| Octal | 271 | 211 | 261 | 0 | 32 | 4 | 33 | 466 | 32 | 77 |
| Binary | 10111001 | 10001001 | 10110001 | 0 | 11010 | 100 | 11011 | 100110110 | 11010 | 111111 |
Color Harmonies of #B989B1
Complementary color
Monochromatic Colors of #B989B1
Black with #B989B1
Text Example
Text Example
White with #B989B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B989B1; }
p { color: rgb(185,137,177); }
H1.HeaderClassName
{
color: #B989B1;
}
.AnyTagClassName
{
color: #B989B1;
}
</style>
background-color css
<style>
a { background-color: #B989B1; }
a { background-color: rgb(185,137,177); }
div.DivClassName
{
background-color: #B989B1;
}
.BgClassName
{
background-color: #B989B1;
}
</style>
border-color css
<style>
span { border-color: #B989B1; }
span { border-color: rgb(185,137,177); }
td.TdClassName
{
border-color: #B989B1;
}
.TagClassName
{
border-color: #B989B1;
}
</style>