Shades of London Hue #B289A9
Tints of London Hue #B289A9
RGB
CMYK
RGB Variations
Color information
#B289A9 (or 0xB289A9) is known color: London Hue. HEX triplet: B2, 89 and A9. RGB value is (178,137,169). Sum of RGB (Red+Green+Blue) = 178+137+169=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B289A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289A9 is #4D7656. Grayscale: #989898. Windows color (decimal): -5076567 or 11110834. OLE color: 11110834.
HSL color Cylindrical-coordinate representation of color #B289A9: hue angle of 313.17º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B289A9 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 169 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.30 |
| HSL | 313.17º | 0.21% | 0.62% | - |
| HSV(B) | 313.17º | 0.23% | 0.7% | - |
| XYZ | 34.47 | 30.22 | 41.55 | - |
| YUV | 152.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 169 | 0 | 0.23 | 0.05 | 0.30 | 313.17 | 0.21 | 0.62 |
| Hex | B2 | 89 | A9 | 0 | 17 | 5 | 1E | 139 | 15 | 3E |
| Octal | 262 | 211 | 251 | 0 | 27 | 5 | 36 | 471 | 25 | 76 |
| Binary | 10110010 | 10001001 | 10101001 | 0 | 10111 | 101 | 11110 | 100111001 | 10101 | 111110 |
Color Harmonies of #B289A9
Complementary color
Monochromatic Colors of #B289A9
Black with #B289A9
Text Example
Text Example
White with #B289A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B289A9; }
p { color: rgb(178,137,169); }
H1.HeaderClassName
{
color: #B289A9;
}
.AnyTagClassName
{
color: #B289A9;
}
</style>
background-color css
<style>
a { background-color: #B289A9; }
a { background-color: rgb(178,137,169); }
div.DivClassName
{
background-color: #B289A9;
}
.BgClassName
{
background-color: #B289A9;
}
</style>
border-color css
<style>
span { border-color: #B289A9; }
span { border-color: rgb(178,137,169); }
td.TdClassName
{
border-color: #B289A9;
}
.TagClassName
{
border-color: #B289A9;
}
</style>