Shades of London Hue #B68FAB
Tints of London Hue #B68FAB
RGB
CMYK
RGB Variations
Color information
#B68FAB (or 0xB68FAB) is known color: London Hue. HEX triplet: B6, 8F and AB. RGB value is (182,143,171). Sum of RGB (Red+Green+Blue) = 182+143+171=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAB is #497054. Grayscale: #9D9D9D. Windows color (decimal): -4812885 or 11243446. OLE color: 11243446.
HSL color Cylindrical-coordinate representation of color #B68FAB: hue angle of 316.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B68FAB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 171 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.29 |
| HSL | 316.92º | 0.21% | 0.64% | - |
| HSV(B) | 316.92º | 0.21% | 0.71% | - |
| XYZ | 36.46 | 32.53 | 42.89 | - |
| YUV | 157.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 171 | 0 | 0.21 | 0.06 | 0.29 | 316.92 | 0.21 | 0.64 |
| Hex | B6 | 8F | AB | 0 | 15 | 6 | 1D | 13D | 15 | 40 |
| Octal | 266 | 217 | 253 | 0 | 25 | 6 | 35 | 475 | 25 | 100 |
| Binary | 10110110 | 10001111 | 10101011 | 0 | 10101 | 110 | 11101 | 100111101 | 10101 | 1000000 |
Color Harmonies of #B68FAB
Complementary color
Monochromatic Colors of #B68FAB
Black with #B68FAB
Text Example
Text Example
White with #B68FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FAB; }
p { color: rgb(182,143,171); }
H1.HeaderClassName
{
color: #B68FAB;
}
.AnyTagClassName
{
color: #B68FAB;
}
</style>
background-color css
<style>
a { background-color: #B68FAB; }
a { background-color: rgb(182,143,171); }
div.DivClassName
{
background-color: #B68FAB;
}
.BgClassName
{
background-color: #B68FAB;
}
</style>
border-color css
<style>
span { border-color: #B68FAB; }
span { border-color: rgb(182,143,171); }
td.TdClassName
{
border-color: #B68FAB;
}
.TagClassName
{
border-color: #B68FAB;
}
</style>