Shades of London Hue #B696B1
Tints of London Hue #B696B1
RGB
CMYK
RGB Variations
Color information
#B696B1 (or 0xB696B1) is known color: London Hue. HEX triplet: B6, 96 and B1. RGB value is (182,150,177). Sum of RGB (Red+Green+Blue) = 182+150+177=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B696B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696B1 is #49694E. Grayscale: #A2A2A2. Windows color (decimal): -4811087 or 11638454. OLE color: 11638454.
HSL color Cylindrical-coordinate representation of color #B696B1: hue angle of 309.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696B1 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 177 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.29 |
| HSL | 309.38º | 0.18% | 0.65% | - |
| HSV(B) | 309.38º | 0.18% | 0.71% | - |
| XYZ | 38.13 | 34.93 | 46.33 | - |
| YUV | 162.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 177 | 0 | 0.18 | 0.03 | 0.29 | 309.38 | 0.18 | 0.65 |
| Hex | B6 | 96 | B1 | 0 | 12 | 3 | 1D | 135 | 12 | 41 |
| Octal | 266 | 226 | 261 | 0 | 22 | 3 | 35 | 465 | 22 | 101 |
| Binary | 10110110 | 10010110 | 10110001 | 0 | 10010 | 11 | 11101 | 100110101 | 10010 | 1000001 |
Color Harmonies of #B696B1
Complementary color
Monochromatic Colors of #B696B1
Black with #B696B1
Text Example
Text Example
White with #B696B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696B1; }
p { color: rgb(182,150,177); }
H1.HeaderClassName
{
color: #B696B1;
}
.AnyTagClassName
{
color: #B696B1;
}
</style>
background-color css
<style>
a { background-color: #B696B1; }
a { background-color: rgb(182,150,177); }
div.DivClassName
{
background-color: #B696B1;
}
.BgClassName
{
background-color: #B696B1;
}
</style>
border-color css
<style>
span { border-color: #B696B1; }
span { border-color: rgb(182,150,177); }
td.TdClassName
{
border-color: #B696B1;
}
.TagClassName
{
border-color: #B696B1;
}
</style>