Shades of London Hue #B08BAA
Tints of London Hue #B08BAA
RGB
CMYK
RGB Variations
Color information
#B08BAA (or 0xB08BAA) is known color: London Hue. HEX triplet: B0, 8B and AA. RGB value is (176,139,170). Sum of RGB (Red+Green+Blue) = 176+139+170=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAA is #4F7455. Grayscale: #999999. Windows color (decimal): -5207126 or 11176880. OLE color: 11176880.
HSL color Cylindrical-coordinate representation of color #B08BAA: hue angle of 309.73º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08BAA is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 170 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.31 |
| HSL | 309.73º | 0.19% | 0.62% | - |
| HSV(B) | 309.73º | 0.21% | 0.69% | - |
| XYZ | 34.39 | 30.6 | 42.12 | - |
| YUV | 153.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 170 | 0 | 0.21 | 0.03 | 0.31 | 309.73 | 0.19 | 0.62 |
| Hex | B0 | 8B | AA | 0 | 15 | 3 | 1F | 136 | 13 | 3E |
| Octal | 260 | 213 | 252 | 0 | 25 | 3 | 37 | 466 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10101010 | 0 | 10101 | 11 | 11111 | 100110110 | 10011 | 111110 |
Color Harmonies of #B08BAA
Complementary color
Monochromatic Colors of #B08BAA
Black with #B08BAA
Text Example
Text Example
White with #B08BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BAA; }
p { color: rgb(176,139,170); }
H1.HeaderClassName
{
color: #B08BAA;
}
.AnyTagClassName
{
color: #B08BAA;
}
</style>
background-color css
<style>
a { background-color: #B08BAA; }
a { background-color: rgb(176,139,170); }
div.DivClassName
{
background-color: #B08BAA;
}
.BgClassName
{
background-color: #B08BAA;
}
</style>
border-color css
<style>
span { border-color: #B08BAA; }
span { border-color: rgb(176,139,170); }
td.TdClassName
{
border-color: #B08BAA;
}
.TagClassName
{
border-color: #B08BAA;
}
</style>