Shades of London Hue #B68BAB
Tints of London Hue #B68BAB
RGB
CMYK
RGB Variations
Color information
#B68BAB (or 0xB68BAB) is known color: London Hue. HEX triplet: B6, 8B and AB. RGB value is (182,139,171). Sum of RGB (Red+Green+Blue) = 182+139+171=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BAB is #497454. Grayscale: #9B9B9B. Windows color (decimal): -4813909 or 11242422. OLE color: 11242422.
HSL color Cylindrical-coordinate representation of color #B68BAB: hue angle of 315.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68BAB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 171 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.29 |
| HSL | 315.35º | 0.23% | 0.63% | - |
| HSV(B) | 315.35º | 0.24% | 0.71% | - |
| XYZ | 35.87 | 31.35 | 42.69 | - |
| YUV | 155.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 171 | 0 | 0.24 | 0.06 | 0.29 | 315.35 | 0.23 | 0.63 |
| Hex | B6 | 8B | AB | 0 | 18 | 6 | 1D | 13B | 17 | 3F |
| Octal | 266 | 213 | 253 | 0 | 30 | 6 | 35 | 473 | 27 | 77 |
| Binary | 10110110 | 10001011 | 10101011 | 0 | 11000 | 110 | 11101 | 100111011 | 10111 | 111111 |
Color Harmonies of #B68BAB
Complementary color
Monochromatic Colors of #B68BAB
Black with #B68BAB
Text Example
Text Example
White with #B68BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BAB; }
p { color: rgb(182,139,171); }
H1.HeaderClassName
{
color: #B68BAB;
}
.AnyTagClassName
{
color: #B68BAB;
}
</style>
background-color css
<style>
a { background-color: #B68BAB; }
a { background-color: rgb(182,139,171); }
div.DivClassName
{
background-color: #B68BAB;
}
.BgClassName
{
background-color: #B68BAB;
}
</style>
border-color css
<style>
span { border-color: #B68BAB; }
span { border-color: rgb(182,139,171); }
td.TdClassName
{
border-color: #B68BAB;
}
.TagClassName
{
border-color: #B68BAB;
}
</style>