Shades of London Hue #B28BA8
Tints of London Hue #B28BA8
RGB
CMYK
RGB Variations
Color information
#B28BA8 (or 0xB28BA8) is known color: London Hue. HEX triplet: B2, 8B and A8. RGB value is (178,139,168). Sum of RGB (Red+Green+Blue) = 178+139+168=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BA8 is #4D7457. Grayscale: #999999. Windows color (decimal): -5076056 or 11045810. OLE color: 11045810.
HSL color Cylindrical-coordinate representation of color #B28BA8: hue angle of 315.38º degrees, saturation: 0.2, 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 #B28BA8 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 168 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.30 |
| HSL | 315.38º | 0.2% | 0.62% | - |
| HSV(B) | 315.38º | 0.22% | 0.7% | - |
| XYZ | 34.66 | 30.76 | 41.16 | - |
| YUV | 153.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 168 | 0 | 0.22 | 0.06 | 0.30 | 315.38 | 0.2 | 0.62 |
| Hex | B2 | 8B | A8 | 0 | 16 | 6 | 1E | 13B | 14 | 3E |
| Octal | 262 | 213 | 250 | 0 | 26 | 6 | 36 | 473 | 24 | 76 |
| Binary | 10110010 | 10001011 | 10101000 | 0 | 10110 | 110 | 11110 | 100111011 | 10100 | 111110 |
Color Harmonies of #B28BA8
Complementary color
Monochromatic Colors of #B28BA8
Black with #B28BA8
Text Example
Text Example
White with #B28BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BA8; }
p { color: rgb(178,139,168); }
H1.HeaderClassName
{
color: #B28BA8;
}
.AnyTagClassName
{
color: #B28BA8;
}
</style>
background-color css
<style>
a { background-color: #B28BA8; }
a { background-color: rgb(178,139,168); }
div.DivClassName
{
background-color: #B28BA8;
}
.BgClassName
{
background-color: #B28BA8;
}
</style>
border-color css
<style>
span { border-color: #B28BA8; }
span { border-color: rgb(178,139,168); }
td.TdClassName
{
border-color: #B28BA8;
}
.TagClassName
{
border-color: #B28BA8;
}
</style>