Shades of London Hue #B896B3
Tints of London Hue #B896B3
RGB
CMYK
RGB Variations
Color information
#B896B3 (or 0xB896B3) is known color: London Hue. HEX triplet: B8, 96 and B3. RGB value is (184,150,179). Sum of RGB (Red+Green+Blue) = 184+150+179=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B896B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896B3 is #47694C. Grayscale: #A3A3A3. Windows color (decimal): -4680013 or 11769528. OLE color: 11769528.
HSL color Cylindrical-coordinate representation of color #B896B3: hue angle of 308.82º 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 #B896B3 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 179 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.28 |
| HSL | 308.82º | 0.19% | 0.65% | - |
| HSV(B) | 308.82º | 0.18% | 0.72% | - |
| XYZ | 38.81 | 35.26 | 47.41 | - |
| YUV | 163.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 179 | 0 | 0.18 | 0.03 | 0.28 | 308.82 | 0.19 | 0.65 |
| Hex | B8 | 96 | B3 | 0 | 12 | 3 | 1C | 135 | 13 | 41 |
| Octal | 270 | 226 | 263 | 0 | 22 | 3 | 34 | 465 | 23 | 101 |
| Binary | 10111000 | 10010110 | 10110011 | 0 | 10010 | 11 | 11100 | 100110101 | 10011 | 1000001 |
Color Harmonies of #B896B3
Complementary color
Monochromatic Colors of #B896B3
Black with #B896B3
Text Example
Text Example
White with #B896B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896B3; }
p { color: rgb(184,150,179); }
H1.HeaderClassName
{
color: #B896B3;
}
.AnyTagClassName
{
color: #B896B3;
}
</style>
background-color css
<style>
a { background-color: #B896B3; }
a { background-color: rgb(184,150,179); }
div.DivClassName
{
background-color: #B896B3;
}
.BgClassName
{
background-color: #B896B3;
}
</style>
border-color css
<style>
span { border-color: #B896B3; }
span { border-color: rgb(184,150,179); }
td.TdClassName
{
border-color: #B896B3;
}
.TagClassName
{
border-color: #B896B3;
}
</style>