Shades of London Hue #B294AF
Tints of London Hue #B294AF
RGB
CMYK
RGB Variations
Color information
#B294AF (or 0xB294AF) is known color: London Hue. HEX triplet: B2, 94 and AF. RGB value is (178,148,175). Sum of RGB (Red+Green+Blue) = 178+148+175=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B294AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294AF is #4D6B50. Grayscale: #9F9F9F. Windows color (decimal): -5073745 or 11506866. OLE color: 11506866.
HSL color Cylindrical-coordinate representation of color #B294AF: hue angle of 306º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B294AF is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 175 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.30 |
| HSL | 306º | 0.16% | 0.64% | - |
| HSV(B) | 306º | 0.17% | 0.7% | - |
| XYZ | 36.69 | 33.74 | 45.14 | - |
| YUV | 160.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 175 | 0 | 0.17 | 0.02 | 0.30 | 306 | 0.16 | 0.64 |
| Hex | B2 | 94 | AF | 0 | 11 | 2 | 1E | 132 | 10 | 40 |
| Octal | 262 | 224 | 257 | 0 | 21 | 2 | 36 | 462 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10101111 | 0 | 10001 | 10 | 11110 | 100110010 | 10000 | 1000000 |
Color Harmonies of #B294AF
Complementary color
Monochromatic Colors of #B294AF
Black with #B294AF
Text Example
Text Example
White with #B294AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294AF; }
p { color: rgb(178,148,175); }
H1.HeaderClassName
{
color: #B294AF;
}
.AnyTagClassName
{
color: #B294AF;
}
</style>
background-color css
<style>
a { background-color: #B294AF; }
a { background-color: rgb(178,148,175); }
div.DivClassName
{
background-color: #B294AF;
}
.BgClassName
{
background-color: #B294AF;
}
</style>
border-color css
<style>
span { border-color: #B294AF; }
span { border-color: rgb(178,148,175); }
td.TdClassName
{
border-color: #B294AF;
}
.TagClassName
{
border-color: #B294AF;
}
</style>