Shades of London Hue #B08AAE
Tints of London Hue #B08AAE
RGB
CMYK
RGB Variations
Color information
#B08AAE (or 0xB08AAE) is known color: London Hue. HEX triplet: B0, 8A and AE. RGB value is (176,138,174). Sum of RGB (Red+Green+Blue) = 176+138+174=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAE is #4F7551. Grayscale: #999999. Windows color (decimal): -5207378 or 11438768. OLE color: 11438768.
HSL color Cylindrical-coordinate representation of color #B08AAE: hue angle of 303.16º 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 #B08AAE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 174 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.31 |
| HSL | 303.16º | 0.19% | 0.62% | - |
| HSV(B) | 303.16º | 0.22% | 0.69% | - |
| XYZ | 34.63 | 30.46 | 44.1 | - |
| YUV | 153.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 174 | 0 | 0.22 | 0.01 | 0.31 | 303.16 | 0.19 | 0.62 |
| Hex | B0 | 8A | AE | 0 | 16 | 1 | 1F | 12F | 13 | 3E |
| Octal | 260 | 212 | 256 | 0 | 26 | 1 | 37 | 457 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10101110 | 0 | 10110 | 1 | 11111 | 100101111 | 10011 | 111110 |
Color Harmonies of #B08AAE
Complementary color
Monochromatic Colors of #B08AAE
Black with #B08AAE
Text Example
Text Example
White with #B08AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08AAE; }
p { color: rgb(176,138,174); }
H1.HeaderClassName
{
color: #B08AAE;
}
.AnyTagClassName
{
color: #B08AAE;
}
</style>
background-color css
<style>
a { background-color: #B08AAE; }
a { background-color: rgb(176,138,174); }
div.DivClassName
{
background-color: #B08AAE;
}
.BgClassName
{
background-color: #B08AAE;
}
</style>
border-color css
<style>
span { border-color: #B08AAE; }
span { border-color: rgb(176,138,174); }
td.TdClassName
{
border-color: #B08AAE;
}
.TagClassName
{
border-color: #B08AAE;
}
</style>