Shades of London Hue #B68BAF
Tints of London Hue #B68BAF
RGB
CMYK
RGB Variations
Color information
#B68BAF (or 0xB68BAF) is known color: London Hue. HEX triplet: B6, 8B and AF. RGB value is (182,139,175). Sum of RGB (Red+Green+Blue) = 182+139+175=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BAF is #497450. Grayscale: #9B9B9B. Windows color (decimal): -4813905 or 11504566. OLE color: 11504566.
HSL color Cylindrical-coordinate representation of color #B68BAF: hue angle of 309.77º 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 #B68BAF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 175 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.29 |
| HSL | 309.77º | 0.23% | 0.63% | - |
| HSV(B) | 309.77º | 0.24% | 0.71% | - |
| XYZ | 36.26 | 31.51 | 44.73 | - |
| YUV | 155.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 175 | 0 | 0.24 | 0.04 | 0.29 | 309.77 | 0.23 | 0.63 |
| Hex | B6 | 8B | AF | 0 | 18 | 4 | 1D | 136 | 17 | 3F |
| Octal | 266 | 213 | 257 | 0 | 30 | 4 | 35 | 466 | 27 | 77 |
| Binary | 10110110 | 10001011 | 10101111 | 0 | 11000 | 100 | 11101 | 100110110 | 10111 | 111111 |
Color Harmonies of #B68BAF
Complementary color
Monochromatic Colors of #B68BAF
Black with #B68BAF
Text Example
Text Example
White with #B68BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BAF; }
p { color: rgb(182,139,175); }
H1.HeaderClassName
{
color: #B68BAF;
}
.AnyTagClassName
{
color: #B68BAF;
}
</style>
background-color css
<style>
a { background-color: #B68BAF; }
a { background-color: rgb(182,139,175); }
div.DivClassName
{
background-color: #B68BAF;
}
.BgClassName
{
background-color: #B68BAF;
}
</style>
border-color css
<style>
span { border-color: #B68BAF; }
span { border-color: rgb(182,139,175); }
td.TdClassName
{
border-color: #B68BAF;
}
.TagClassName
{
border-color: #B68BAF;
}
</style>