Shades of London Hue #B68BA8
Tints of London Hue #B68BA8
RGB
CMYK
RGB Variations
Color information
#B68BA8 (or 0xB68BA8) is known color: London Hue. HEX triplet: B6, 8B and A8. RGB value is (182,139,168). Sum of RGB (Red+Green+Blue) = 182+139+168=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BA8 is #497457. Grayscale: #9B9B9B. Windows color (decimal): -4813912 or 11045814. OLE color: 11045814.
HSL color Cylindrical-coordinate representation of color #B68BA8: hue angle of 319.53º 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 #B68BA8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 168 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.29 |
| HSL | 319.53º | 0.23% | 0.63% | - |
| HSV(B) | 319.53º | 0.24% | 0.71% | - |
| XYZ | 35.59 | 31.24 | 41.2 | - |
| YUV | 155.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 168 | 0 | 0.24 | 0.08 | 0.29 | 319.53 | 0.23 | 0.63 |
| Hex | B6 | 8B | A8 | 0 | 18 | 8 | 1D | 140 | 17 | 3F |
| Octal | 266 | 213 | 250 | 0 | 30 | 10 | 35 | 500 | 27 | 77 |
| Binary | 10110110 | 10001011 | 10101000 | 0 | 11000 | 1000 | 11101 | 101000000 | 10111 | 111111 |
Color Harmonies of #B68BA8
Complementary color
Monochromatic Colors of #B68BA8
Black with #B68BA8
Text Example
Text Example
White with #B68BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BA8; }
p { color: rgb(182,139,168); }
H1.HeaderClassName
{
color: #B68BA8;
}
.AnyTagClassName
{
color: #B68BA8;
}
</style>
background-color css
<style>
a { background-color: #B68BA8; }
a { background-color: rgb(182,139,168); }
div.DivClassName
{
background-color: #B68BA8;
}
.BgClassName
{
background-color: #B68BA8;
}
</style>
border-color css
<style>
span { border-color: #B68BA8; }
span { border-color: rgb(182,139,168); }
td.TdClassName
{
border-color: #B68BA8;
}
.TagClassName
{
border-color: #B68BA8;
}
</style>