Shades of London Hue #B08AAC
Tints of London Hue #B08AAC
RGB
CMYK
RGB Variations
Color information
#B08AAC (or 0xB08AAC) is known color: London Hue. HEX triplet: B0, 8A and AC. RGB value is (176,138,172). Sum of RGB (Red+Green+Blue) = 176+138+172=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAC is #4F7553. Grayscale: #999999. Windows color (decimal): -5207380 or 11307696. OLE color: 11307696.
HSL color Cylindrical-coordinate representation of color #B08AAC: hue angle of 306.32º 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 #B08AAC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 172 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.31 |
| HSL | 306.32º | 0.19% | 0.62% | - |
| HSV(B) | 306.32º | 0.22% | 0.69% | - |
| XYZ | 34.44 | 30.39 | 43.08 | - |
| YUV | 153.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 172 | 0 | 0.22 | 0.02 | 0.31 | 306.32 | 0.19 | 0.62 |
| Hex | B0 | 8A | AC | 0 | 16 | 2 | 1F | 132 | 13 | 3E |
| Octal | 260 | 212 | 254 | 0 | 26 | 2 | 37 | 462 | 23 | 76 |
| Binary | 10110000 | 10001010 | 10101100 | 0 | 10110 | 10 | 11111 | 100110010 | 10011 | 111110 |
Color Harmonies of #B08AAC
Complementary color
Monochromatic Colors of #B08AAC
Black with #B08AAC
Text Example
Text Example
White with #B08AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08AAC; }
p { color: rgb(176,138,172); }
H1.HeaderClassName
{
color: #B08AAC;
}
.AnyTagClassName
{
color: #B08AAC;
}
</style>
background-color css
<style>
a { background-color: #B08AAC; }
a { background-color: rgb(176,138,172); }
div.DivClassName
{
background-color: #B08AAC;
}
.BgClassName
{
background-color: #B08AAC;
}
</style>
border-color css
<style>
span { border-color: #B08AAC; }
span { border-color: rgb(176,138,172); }
td.TdClassName
{
border-color: #B08AAC;
}
.TagClassName
{
border-color: #B08AAC;
}
</style>