Shades of London Hue #B394AD
Tints of London Hue #B394AD
RGB
CMYK
RGB Variations
Color information
#B394AD (or 0xB394AD) is known color: London Hue. HEX triplet: B3, 94 and AD. RGB value is (179,148,173). Sum of RGB (Red+Green+Blue) = 179+148+173=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AD is #4C6B52. Grayscale: #A0A0A0. Windows color (decimal): -5008211 or 11375795. OLE color: 11375795.
HSL color Cylindrical-coordinate representation of color #B394AD: hue angle of 311.61º degrees, saturation: 0.17, 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 #B394AD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 148 | 173 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.30 |
| HSL | 311.61º | 0.17% | 0.64% | - |
| HSV(B) | 311.61º | 0.17% | 0.7% | - |
| XYZ | 36.72 | 33.78 | 44.12 | - |
| YUV | 160.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 173 | 0 | 0.17 | 0.03 | 0.30 | 311.61 | 0.17 | 0.64 |
| Hex | B3 | 94 | AD | 0 | 11 | 3 | 1E | 138 | 11 | 40 |
| Octal | 263 | 224 | 255 | 0 | 21 | 3 | 36 | 470 | 21 | 100 |
| Binary | 10110011 | 10010100 | 10101101 | 0 | 10001 | 11 | 11110 | 100111000 | 10001 | 1000000 |
Color Harmonies of #B394AD
Complementary color
Monochromatic Colors of #B394AD
Black with #B394AD
Text Example
Text Example
White with #B394AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394AD; }
p { color: rgb(179,148,173); }
H1.HeaderClassName
{
color: #B394AD;
}
.AnyTagClassName
{
color: #B394AD;
}
</style>
background-color css
<style>
a { background-color: #B394AD; }
a { background-color: rgb(179,148,173); }
div.DivClassName
{
background-color: #B394AD;
}
.BgClassName
{
background-color: #B394AD;
}
</style>
border-color css
<style>
span { border-color: #B394AD; }
span { border-color: rgb(179,148,173); }
td.TdClassName
{
border-color: #B394AD;
}
.TagClassName
{
border-color: #B394AD;
}
</style>