Shades of London Hue #B688A9
Tints of London Hue #B688A9
RGB
CMYK
RGB Variations
Color information
#B688A9 (or 0xB688A9) is known color: London Hue. HEX triplet: B6, 88 and A9. RGB value is (182,136,169). Sum of RGB (Red+Green+Blue) = 182+136+169=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A9 is #497756. Grayscale: #999999. Windows color (decimal): -4814679 or 11110582. OLE color: 11110582.
HSL color Cylindrical-coordinate representation of color #B688A9: hue angle of 316.96º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B688A9 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 169 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.29 |
| HSL | 316.96º | 0.24% | 0.62% | - |
| HSV(B) | 316.96º | 0.25% | 0.71% | - |
| XYZ | 35.26 | 30.42 | 41.55 | - |
| YUV | 153.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 169 | 0 | 0.25 | 0.07 | 0.29 | 316.96 | 0.24 | 0.62 |
| Hex | B6 | 88 | A9 | 0 | 19 | 7 | 1D | 13D | 18 | 3E |
| Octal | 266 | 210 | 251 | 0 | 31 | 7 | 35 | 475 | 30 | 76 |
| Binary | 10110110 | 10001000 | 10101001 | 0 | 11001 | 111 | 11101 | 100111101 | 11000 | 111110 |
Color Harmonies of #B688A9
Complementary color
Monochromatic Colors of #B688A9
Black with #B688A9
Text Example
Text Example
White with #B688A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688A9; }
p { color: rgb(182,136,169); }
H1.HeaderClassName
{
color: #B688A9;
}
.AnyTagClassName
{
color: #B688A9;
}
</style>
background-color css
<style>
a { background-color: #B688A9; }
a { background-color: rgb(182,136,169); }
div.DivClassName
{
background-color: #B688A9;
}
.BgClassName
{
background-color: #B688A9;
}
</style>
border-color css
<style>
span { border-color: #B688A9; }
span { border-color: rgb(182,136,169); }
td.TdClassName
{
border-color: #B688A9;
}
.TagClassName
{
border-color: #B688A9;
}
</style>