Shades of London Hue #B08AAA
Tints of London Hue #B08AAA
RGB
CMYK
RGB Variations
Color information
#B08AAA (or 0xB08AAA) is known color: London Hue. HEX triplet: B0, 8A and AA. RGB value is (176,138,170). Sum of RGB (Red+Green+Blue) = 176+138+170=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAA is #4F7555. Grayscale: #989898. Windows color (decimal): -5207382 or 11176624. OLE color: 11176624.
HSL color Cylindrical-coordinate representation of color #B08AAA: hue angle of 309.47º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08AAA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 170 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.31 |
| HSL | 309.47º | 0.19% | 0.62% | - |
| HSV(B) | 309.47º | 0.22% | 0.69% | - |
| XYZ | 34.25 | 30.31 | 42.08 | - |
| YUV | 153.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 170 | 0 | 0.22 | 0.03 | 0.31 | 309.47 | 0.19 | 0.62 |
| Hex | B0 | 8A | AA | 0 | 16 | 3 | 1F | 135 | 13 | 3E |
| Octal | 260 | 212 | 252 | 0 | 26 | 3 | 37 | 465 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10101010 | 0 | 10110 | 11 | 11111 | 100110101 | 10011 | 111110 |
Color Harmonies of #B08AAA
Complementary color
Monochromatic Colors of #B08AAA
Black with #B08AAA
Text Example
Text Example
White with #B08AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08AAA; }
p { color: rgb(176,138,170); }
H1.HeaderClassName
{
color: #B08AAA;
}
.AnyTagClassName
{
color: #B08AAA;
}
</style>
background-color css
<style>
a { background-color: #B08AAA; }
a { background-color: rgb(176,138,170); }
div.DivClassName
{
background-color: #B08AAA;
}
.BgClassName
{
background-color: #B08AAA;
}
</style>
border-color css
<style>
span { border-color: #B08AAA; }
span { border-color: rgb(176,138,170); }
td.TdClassName
{
border-color: #B08AAA;
}
.TagClassName
{
border-color: #B08AAA;
}
</style>