Shades of London Hue #B896B5
Tints of London Hue #B896B5
RGB
CMYK
RGB Variations
Color information
#B896B5 (or 0xB896B5) is known color: London Hue. HEX triplet: B8, 96 and B5. RGB value is (184,150,181). Sum of RGB (Red+Green+Blue) = 184+150+181=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B896B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896B5 is #47694A. Grayscale: #A3A3A3. Windows color (decimal): -4680011 or 11900600. OLE color: 11900600.
HSL color Cylindrical-coordinate representation of color #B896B5: hue angle of 305.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B896B5 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 181 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.28 |
| HSL | 305.29º | 0.19% | 0.65% | - |
| HSV(B) | 305.29º | 0.18% | 0.72% | - |
| XYZ | 39.01 | 35.34 | 48.48 | - |
| YUV | 163.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 181 | 0 | 0.18 | 0.02 | 0.28 | 305.29 | 0.19 | 0.65 |
| Hex | B8 | 96 | B5 | 0 | 12 | 2 | 1C | 131 | 13 | 41 |
| Octal | 270 | 226 | 265 | 0 | 22 | 2 | 34 | 461 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10110101 | 0 | 10010 | 10 | 11100 | 100110001 | 10011 | 1000001 |
Color Harmonies of #B896B5
Complementary color
Monochromatic Colors of #B896B5
Black with #B896B5
Text Example
Text Example
White with #B896B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896B5; }
p { color: rgb(184,150,181); }
H1.HeaderClassName
{
color: #B896B5;
}
.AnyTagClassName
{
color: #B896B5;
}
</style>
background-color css
<style>
a { background-color: #B896B5; }
a { background-color: rgb(184,150,181); }
div.DivClassName
{
background-color: #B896B5;
}
.BgClassName
{
background-color: #B896B5;
}
</style>
border-color css
<style>
span { border-color: #B896B5; }
span { border-color: rgb(184,150,181); }
td.TdClassName
{
border-color: #B896B5;
}
.TagClassName
{
border-color: #B896B5;
}
</style>