Shades of London Hue #B89FB4
Tints of London Hue #B89FB4
RGB
CMYK
RGB Variations
Color information
#B89FB4 (or 0xB89FB4) is known color: London Hue. HEX triplet: B8, 9F and B4. RGB value is (184,159,180). Sum of RGB (Red+Green+Blue) = 184+159+180=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB4 is #47604B. Grayscale: #A8A8A8. Windows color (decimal): -4677708 or 11837368. OLE color: 11837368.
HSL color Cylindrical-coordinate representation of color #B89FB4: hue angle of 309.6º 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 #B89FB4 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 180 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.28 |
| HSL | 309.6º | 0.15% | 0.67% | - |
| HSV(B) | 309.6º | 0.14% | 0.72% | - |
| XYZ | 40.4 | 38.28 | 48.44 | - |
| YUV | 168.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 180 | 0 | 0.14 | 0.02 | 0.28 | 309.6 | 0.15 | 0.67 |
| Hex | B8 | 9F | B4 | 0 | E | 2 | 1C | 136 | F | 43 |
| Octal | 270 | 237 | 264 | 0 | 16 | 2 | 34 | 466 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10110100 | 0 | 1110 | 10 | 11100 | 100110110 | 1111 | 1000011 |
Color Harmonies of #B89FB4
Complementary color
Monochromatic Colors of #B89FB4
Black with #B89FB4
Text Example
Text Example
White with #B89FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FB4; }
p { color: rgb(184,159,180); }
H1.HeaderClassName
{
color: #B89FB4;
}
.AnyTagClassName
{
color: #B89FB4;
}
</style>
background-color css
<style>
a { background-color: #B89FB4; }
a { background-color: rgb(184,159,180); }
div.DivClassName
{
background-color: #B89FB4;
}
.BgClassName
{
background-color: #B89FB4;
}
</style>
border-color css
<style>
span { border-color: #B89FB4; }
span { border-color: rgb(184,159,180); }
td.TdClassName
{
border-color: #B89FB4;
}
.TagClassName
{
border-color: #B89FB4;
}
</style>