Shades of London Hue #B28AA8
Tints of London Hue #B28AA8
RGB
CMYK
RGB Variations
Color information
#B28AA8 (or 0xB28AA8) is known color: London Hue. HEX triplet: B2, 8A and A8. RGB value is (178,138,168). Sum of RGB (Red+Green+Blue) = 178+138+168=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA8 is #4D7557. Grayscale: #999999. Windows color (decimal): -5076312 or 11045554. OLE color: 11045554.
HSL color Cylindrical-coordinate representation of color #B28AA8: hue angle of 315º 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 #B28AA8 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 168 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.30 |
| HSL | 315º | 0.21% | 0.62% | - |
| HSV(B) | 315º | 0.22% | 0.7% | - |
| XYZ | 34.52 | 30.47 | 41.11 | - |
| YUV | 153.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 168 | 0 | 0.22 | 0.06 | 0.30 | 315 | 0.21 | 0.62 |
| Hex | B2 | 8A | A8 | 0 | 16 | 6 | 1E | 13B | 15 | 3E |
| Octal | 262 | 212 | 250 | 0 | 26 | 6 | 36 | 473 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10101000 | 0 | 10110 | 110 | 11110 | 100111011 | 10101 | 111110 |
Color Harmonies of #B28AA8
Complementary color
Monochromatic Colors of #B28AA8
Black with #B28AA8
Text Example
Text Example
White with #B28AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AA8; }
p { color: rgb(178,138,168); }
H1.HeaderClassName
{
color: #B28AA8;
}
.AnyTagClassName
{
color: #B28AA8;
}
</style>
background-color css
<style>
a { background-color: #B28AA8; }
a { background-color: rgb(178,138,168); }
div.DivClassName
{
background-color: #B28AA8;
}
.BgClassName
{
background-color: #B28AA8;
}
</style>
border-color css
<style>
span { border-color: #B28AA8; }
span { border-color: rgb(178,138,168); }
td.TdClassName
{
border-color: #B28AA8;
}
.TagClassName
{
border-color: #B28AA8;
}
</style>