Shades of London Hue #B89FB3
Tints of London Hue #B89FB3
RGB
CMYK
RGB Variations
Color information
#B89FB3 (or 0xB89FB3) is known color: London Hue. HEX triplet: B8, 9F and B3. RGB value is (184,159,179). Sum of RGB (Red+Green+Blue) = 184+159+179=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB3 is #47604C. Grayscale: #A8A8A8. Windows color (decimal): -4677709 or 11771832. OLE color: 11771832.
HSL color Cylindrical-coordinate representation of color #B89FB3: hue angle of 312º 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 #B89FB3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 179 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.28 |
| HSL | 312º | 0.15% | 0.67% | - |
| HSV(B) | 312º | 0.14% | 0.72% | - |
| XYZ | 40.3 | 38.24 | 47.9 | - |
| YUV | 168.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 179 | 0 | 0.14 | 0.03 | 0.28 | 312 | 0.15 | 0.67 |
| Hex | B8 | 9F | B3 | 0 | E | 3 | 1C | 138 | F | 43 |
| Octal | 270 | 237 | 263 | 0 | 16 | 3 | 34 | 470 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10110011 | 0 | 1110 | 11 | 11100 | 100111000 | 1111 | 1000011 |
Color Harmonies of #B89FB3
Complementary color
Monochromatic Colors of #B89FB3
Black with #B89FB3
Text Example
Text Example
White with #B89FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FB3; }
p { color: rgb(184,159,179); }
H1.HeaderClassName
{
color: #B89FB3;
}
.AnyTagClassName
{
color: #B89FB3;
}
</style>
background-color css
<style>
a { background-color: #B89FB3; }
a { background-color: rgb(184,159,179); }
div.DivClassName
{
background-color: #B89FB3;
}
.BgClassName
{
background-color: #B89FB3;
}
</style>
border-color css
<style>
span { border-color: #B89FB3; }
span { border-color: rgb(184,159,179); }
td.TdClassName
{
border-color: #B89FB3;
}
.TagClassName
{
border-color: #B89FB3;
}
</style>