Shades of London Hue #B089AF
Tints of London Hue #B089AF
RGB
CMYK
RGB Variations
Color information
#B089AF (or 0xB089AF) is known color: London Hue. HEX triplet: B0, 89 and AF. RGB value is (176,137,175). Sum of RGB (Red+Green+Blue) = 176+137+175=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AF is #4F7650. Grayscale: #989898. Windows color (decimal): -5207633 or 11504048. OLE color: 11504048.
HSL color Cylindrical-coordinate representation of color #B089AF: hue angle of 301.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B089AF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 175 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.31 |
| HSL | 301.54º | 0.2% | 0.61% | - |
| HSV(B) | 301.54º | 0.22% | 0.69% | - |
| XYZ | 34.59 | 30.22 | 44.57 | - |
| YUV | 152.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 175 | 0 | 0.22 | 0.01 | 0.31 | 301.54 | 0.2 | 0.61 |
| Hex | B0 | 89 | AF | 0 | 16 | 1 | 1F | 12E | 14 | 3D |
| Octal | 260 | 211 | 257 | 0 | 26 | 1 | 37 | 456 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10101111 | 0 | 10110 | 1 | 11111 | 100101110 | 10100 | 111101 |
Color Harmonies of #B089AF
Complementary color
Monochromatic Colors of #B089AF
Black with #B089AF
Text Example
Text Example
White with #B089AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089AF; }
p { color: rgb(176,137,175); }
H1.HeaderClassName
{
color: #B089AF;
}
.AnyTagClassName
{
color: #B089AF;
}
</style>
background-color css
<style>
a { background-color: #B089AF; }
a { background-color: rgb(176,137,175); }
div.DivClassName
{
background-color: #B089AF;
}
.BgClassName
{
background-color: #B089AF;
}
</style>
border-color css
<style>
span { border-color: #B089AF; }
span { border-color: rgb(176,137,175); }
td.TdClassName
{
border-color: #B089AF;
}
.TagClassName
{
border-color: #B089AF;
}
</style>