Shades of London Hue #B896B4
Tints of London Hue #B896B4
RGB
CMYK
RGB Variations
Color information
#B896B4 (or 0xB896B4) is known color: London Hue. HEX triplet: B8, 96 and B4. RGB value is (184,150,180). Sum of RGB (Red+Green+Blue) = 184+150+180=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B896B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896B4 is #47694B. Grayscale: #A3A3A3. Windows color (decimal): -4680012 or 11835064. OLE color: 11835064.
HSL color Cylindrical-coordinate representation of color #B896B4: hue angle of 307.06º 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 #B896B4 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 180 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.28 |
| HSL | 307.06º | 0.19% | 0.65% | - |
| HSV(B) | 307.06º | 0.18% | 0.72% | - |
| XYZ | 38.91 | 35.3 | 47.94 | - |
| YUV | 163.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 180 | 0 | 0.18 | 0.02 | 0.28 | 307.06 | 0.19 | 0.65 |
| Hex | B8 | 96 | B4 | 0 | 12 | 2 | 1C | 133 | 13 | 41 |
| Octal | 270 | 226 | 264 | 0 | 22 | 2 | 34 | 463 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10110100 | 0 | 10010 | 10 | 11100 | 100110011 | 10011 | 1000001 |
Color Harmonies of #B896B4
Complementary color
Monochromatic Colors of #B896B4
Black with #B896B4
Text Example
Text Example
White with #B896B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896B4; }
p { color: rgb(184,150,180); }
H1.HeaderClassName
{
color: #B896B4;
}
.AnyTagClassName
{
color: #B896B4;
}
</style>
background-color css
<style>
a { background-color: #B896B4; }
a { background-color: rgb(184,150,180); }
div.DivClassName
{
background-color: #B896B4;
}
.BgClassName
{
background-color: #B896B4;
}
</style>
border-color css
<style>
span { border-color: #B896B4; }
span { border-color: rgb(184,150,180); }
td.TdClassName
{
border-color: #B896B4;
}
.TagClassName
{
border-color: #B896B4;
}
</style>