Shades of London Hue #B294A8
Tints of London Hue #B294A8
RGB
CMYK
RGB Variations
Color information
#B294A8 (or 0xB294A8) is known color: London Hue. HEX triplet: B2, 94 and A8. RGB value is (178,148,168). Sum of RGB (Red+Green+Blue) = 178+148+168=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B294A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294A8 is #4D6B57. Grayscale: #9F9F9F. Windows color (decimal): -5073752 or 11048114. OLE color: 11048114.
HSL color Cylindrical-coordinate representation of color #B294A8: hue angle of 320º 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 #B294A8 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 168 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.30 |
| HSL | 320º | 0.16% | 0.64% | - |
| HSV(B) | 320º | 0.17% | 0.7% | - |
| XYZ | 36.02 | 33.47 | 41.61 | - |
| YUV | 159.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 168 | 0 | 0.17 | 0.06 | 0.30 | 320 | 0.16 | 0.64 |
| Hex | B2 | 94 | A8 | 0 | 11 | 6 | 1E | 140 | 10 | 40 |
| Octal | 262 | 224 | 250 | 0 | 21 | 6 | 36 | 500 | 20 | 100 |
| Binary | 10110010 | 10010100 | 10101000 | 0 | 10001 | 110 | 11110 | 101000000 | 10000 | 1000000 |
Color Harmonies of #B294A8
Complementary color
Monochromatic Colors of #B294A8
Black with #B294A8
Text Example
Text Example
White with #B294A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294A8; }
p { color: rgb(178,148,168); }
H1.HeaderClassName
{
color: #B294A8;
}
.AnyTagClassName
{
color: #B294A8;
}
</style>
background-color css
<style>
a { background-color: #B294A8; }
a { background-color: rgb(178,148,168); }
div.DivClassName
{
background-color: #B294A8;
}
.BgClassName
{
background-color: #B294A8;
}
</style>
border-color css
<style>
span { border-color: #B294A8; }
span { border-color: rgb(178,148,168); }
td.TdClassName
{
border-color: #B294A8;
}
.TagClassName
{
border-color: #B294A8;
}
</style>