Shades of London Hue #B688B7
Tints of London Hue #B688B7
RGB
CMYK
RGB Variations
Color information
#B688B7 (or 0xB688B7) is known color: London Hue. HEX triplet: B6, 88 and B7. RGB value is (182,136,183). Sum of RGB (Red+Green+Blue) = 182+136+183=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #B688B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688B7 is #497748. Grayscale: #9A9A9A. Windows color (decimal): -4814665 or 12028086. OLE color: 12028086.
HSL color Cylindrical-coordinate representation of color #B688B7: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B688B7 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 136 | 183 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.28 |
| HSL | 298.72º | 0.25% | 0.63% | - |
| HSV(B) | 298.72º | 0.26% | 0.72% | - |
| XYZ | 36.64 | 30.97 | 48.85 | - |
| YUV | 155.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 183 | 0.01 | 0.26 | 0 | 0.28 | 298.72 | 0.25 | 0.63 |
| Hex | B6 | 88 | B7 | 1 | 1A | 0 | 1C | 12B | 19 | 3F |
| Octal | 266 | 210 | 267 | 1 | 32 | 0 | 34 | 453 | 31 | 77 |
| Binary | 10110110 | 10001000 | 10110111 | 1 | 11010 | 0 | 11100 | 100101011 | 11001 | 111111 |
Color Harmonies of #B688B7
Complementary color
Monochromatic Colors of #B688B7
Black with #B688B7
Text Example
Text Example
White with #B688B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688B7; }
p { color: rgb(182,136,183); }
H1.HeaderClassName
{
color: #B688B7;
}
.AnyTagClassName
{
color: #B688B7;
}
</style>
background-color css
<style>
a { background-color: #B688B7; }
a { background-color: rgb(182,136,183); }
div.DivClassName
{
background-color: #B688B7;
}
.BgClassName
{
background-color: #B688B7;
}
</style>
border-color css
<style>
span { border-color: #B688B7; }
span { border-color: rgb(182,136,183); }
td.TdClassName
{
border-color: #B688B7;
}
.TagClassName
{
border-color: #B688B7;
}
</style>