Shades of London Hue #B28AAC
Tints of London Hue #B28AAC
RGB
CMYK
RGB Variations
Color information
#B28AAC (or 0xB28AAC) is known color: London Hue. HEX triplet: B2, 8A and AC. RGB value is (178,138,172). Sum of RGB (Red+Green+Blue) = 178+138+172=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AAC is #4D7553. Grayscale: #999999. Windows color (decimal): -5076308 or 11307698. OLE color: 11307698.
HSL color Cylindrical-coordinate representation of color #B28AAC: hue angle of 309º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28AAC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 172 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.30 |
| HSL | 309º | 0.21% | 0.62% | - |
| HSV(B) | 309º | 0.22% | 0.7% | - |
| XYZ | 34.89 | 30.62 | 43.1 | - |
| YUV | 153.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 172 | 0 | 0.22 | 0.03 | 0.30 | 309 | 0.21 | 0.62 |
| Hex | B2 | 8A | AC | 0 | 16 | 3 | 1E | 135 | 15 | 3E |
| Octal | 262 | 212 | 254 | 0 | 26 | 3 | 36 | 465 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10101100 | 0 | 10110 | 11 | 11110 | 100110101 | 10101 | 111110 |
Color Harmonies of #B28AAC
Complementary color
Monochromatic Colors of #B28AAC
Black with #B28AAC
Text Example
Text Example
White with #B28AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AAC; }
p { color: rgb(178,138,172); }
H1.HeaderClassName
{
color: #B28AAC;
}
.AnyTagClassName
{
color: #B28AAC;
}
</style>
background-color css
<style>
a { background-color: #B28AAC; }
a { background-color: rgb(178,138,172); }
div.DivClassName
{
background-color: #B28AAC;
}
.BgClassName
{
background-color: #B28AAC;
}
</style>
border-color css
<style>
span { border-color: #B28AAC; }
span { border-color: rgb(178,138,172); }
td.TdClassName
{
border-color: #B28AAC;
}
.TagClassName
{
border-color: #B28AAC;
}
</style>