Shades of London Hue #B396AD
Tints of London Hue #B396AD
RGB
CMYK
RGB Variations
Color information
#B396AD (or 0xB396AD) is known color: London Hue. HEX triplet: B3, 96 and AD. RGB value is (179,150,173). Sum of RGB (Red+Green+Blue) = 179+150+173=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B396AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B396AD is #4C6952. Grayscale: #A1A1A1. Windows color (decimal): -5007699 or 11376307. OLE color: 11376307.
HSL color Cylindrical-coordinate representation of color #B396AD: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B396AD is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 173 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.30 |
| HSL | 312.41º | 0.16% | 0.65% | - |
| HSV(B) | 312.41º | 0.16% | 0.7% | - |
| XYZ | 37.04 | 34.41 | 44.23 | - |
| YUV | 161.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 173 | 0 | 0.16 | 0.03 | 0.30 | 312.41 | 0.16 | 0.65 |
| Hex | B3 | 96 | AD | 0 | 10 | 3 | 1E | 138 | 10 | 41 |
| Octal | 263 | 226 | 255 | 0 | 20 | 3 | 36 | 470 | 20 | 101 |
| Binary | 10110011 | 10010110 | 10101101 | 0 | 10000 | 11 | 11110 | 100111000 | 10000 | 1000001 |
Color Harmonies of #B396AD
Complementary color
Monochromatic Colors of #B396AD
Black with #B396AD
Text Example
Text Example
White with #B396AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B396AD; }
p { color: rgb(179,150,173); }
H1.HeaderClassName
{
color: #B396AD;
}
.AnyTagClassName
{
color: #B396AD;
}
</style>
background-color css
<style>
a { background-color: #B396AD; }
a { background-color: rgb(179,150,173); }
div.DivClassName
{
background-color: #B396AD;
}
.BgClassName
{
background-color: #B396AD;
}
</style>
border-color css
<style>
span { border-color: #B396AD; }
span { border-color: rgb(179,150,173); }
td.TdClassName
{
border-color: #B396AD;
}
.TagClassName
{
border-color: #B396AD;
}
</style>