Shades of London Hue #B28AB0
Tints of London Hue #B28AB0
RGB
CMYK
RGB Variations
Color information
#B28AB0 (or 0xB28AB0) is known color: London Hue. HEX triplet: B2, 8A and B0. RGB value is (178,138,176). Sum of RGB (Red+Green+Blue) = 178+138+176=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AB0 is #4D754F. Grayscale: #9A9A9A. Windows color (decimal): -5076304 or 11569842. OLE color: 11569842.
HSL color Cylindrical-coordinate representation of color #B28AB0: hue angle of 303º 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 #B28AB0 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 176 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.30 |
| HSL | 303º | 0.21% | 0.62% | - |
| HSV(B) | 303º | 0.22% | 0.7% | - |
| XYZ | 35.29 | 30.78 | 45.16 | - |
| YUV | 154.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 176 | 0 | 0.22 | 0.01 | 0.30 | 303 | 0.21 | 0.62 |
| Hex | B2 | 8A | B0 | 0 | 16 | 1 | 1E | 12F | 15 | 3E |
| Octal | 262 | 212 | 260 | 0 | 26 | 1 | 36 | 457 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10110000 | 0 | 10110 | 1 | 11110 | 100101111 | 10101 | 111110 |
Color Harmonies of #B28AB0
Complementary color
Monochromatic Colors of #B28AB0
Black with #B28AB0
Text Example
Text Example
White with #B28AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AB0; }
p { color: rgb(178,138,176); }
H1.HeaderClassName
{
color: #B28AB0;
}
.AnyTagClassName
{
color: #B28AB0;
}
</style>
background-color css
<style>
a { background-color: #B28AB0; }
a { background-color: rgb(178,138,176); }
div.DivClassName
{
background-color: #B28AB0;
}
.BgClassName
{
background-color: #B28AB0;
}
</style>
border-color css
<style>
span { border-color: #B28AB0; }
span { border-color: rgb(178,138,176); }
td.TdClassName
{
border-color: #B28AB0;
}
.TagClassName
{
border-color: #B28AB0;
}
</style>