Shades of London Hue #B89FB5
Tints of London Hue #B89FB5
RGB
CMYK
RGB Variations
Color information
#B89FB5 (or 0xB89FB5) is known color: London Hue. HEX triplet: B8, 9F and B5. RGB value is (184,159,181). Sum of RGB (Red+Green+Blue) = 184+159+181=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB5 is #47604A. Grayscale: #A8A8A8. Windows color (decimal): -4677707 or 11902904. OLE color: 11902904.
HSL color Cylindrical-coordinate representation of color #B89FB5: hue angle of 307.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FB5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 181 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.28 |
| HSL | 307.2º | 0.15% | 0.67% | - |
| HSV(B) | 307.2º | 0.14% | 0.72% | - |
| XYZ | 40.51 | 38.32 | 48.98 | - |
| YUV | 168.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 181 | 0 | 0.14 | 0.02 | 0.28 | 307.2 | 0.15 | 0.67 |
| Hex | B8 | 9F | B5 | 0 | E | 2 | 1C | 133 | F | 43 |
| Octal | 270 | 237 | 265 | 0 | 16 | 2 | 34 | 463 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10110101 | 0 | 1110 | 10 | 11100 | 100110011 | 1111 | 1000011 |
Color Harmonies of #B89FB5
Complementary color
Monochromatic Colors of #B89FB5
Black with #B89FB5
Text Example
Text Example
White with #B89FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FB5; }
p { color: rgb(184,159,181); }
H1.HeaderClassName
{
color: #B89FB5;
}
.AnyTagClassName
{
color: #B89FB5;
}
</style>
background-color css
<style>
a { background-color: #B89FB5; }
a { background-color: rgb(184,159,181); }
div.DivClassName
{
background-color: #B89FB5;
}
.BgClassName
{
background-color: #B89FB5;
}
</style>
border-color css
<style>
span { border-color: #B89FB5; }
span { border-color: rgb(184,159,181); }
td.TdClassName
{
border-color: #B89FB5;
}
.TagClassName
{
border-color: #B89FB5;
}
</style>