Shades of London Hue #B28AAF
Tints of London Hue #B28AAF
RGB
CMYK
RGB Variations
Color information
#B28AAF (or 0xB28AAF) is known color: London Hue. HEX triplet: B2, 8A and AF. RGB value is (178,138,175). Sum of RGB (Red+Green+Blue) = 178+138+175=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AAF is #4D7550. Grayscale: #9A9A9A. Windows color (decimal): -5076305 or 11504306. OLE color: 11504306.
HSL color Cylindrical-coordinate representation of color #B28AAF: hue angle of 304.5º 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 #B28AAF is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 175 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.30 |
| HSL | 304.5º | 0.21% | 0.62% | - |
| HSV(B) | 304.5º | 0.22% | 0.7% | - |
| XYZ | 35.19 | 30.74 | 44.64 | - |
| YUV | 154.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 175 | 0 | 0.22 | 0.02 | 0.30 | 304.5 | 0.21 | 0.62 |
| Hex | B2 | 8A | AF | 0 | 16 | 2 | 1E | 130 | 15 | 3E |
| Octal | 262 | 212 | 257 | 0 | 26 | 2 | 36 | 460 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10101111 | 0 | 10110 | 10 | 11110 | 100110000 | 10101 | 111110 |
Color Harmonies of #B28AAF
Complementary color
Monochromatic Colors of #B28AAF
Black with #B28AAF
Text Example
Text Example
White with #B28AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AAF; }
p { color: rgb(178,138,175); }
H1.HeaderClassName
{
color: #B28AAF;
}
.AnyTagClassName
{
color: #B28AAF;
}
</style>
background-color css
<style>
a { background-color: #B28AAF; }
a { background-color: rgb(178,138,175); }
div.DivClassName
{
background-color: #B28AAF;
}
.BgClassName
{
background-color: #B28AAF;
}
</style>
border-color css
<style>
span { border-color: #B28AAF; }
span { border-color: rgb(178,138,175); }
td.TdClassName
{
border-color: #B28AAF;
}
.TagClassName
{
border-color: #B28AAF;
}
</style>