Shades of London Hue #B690B7
Tints of London Hue #B690B7
RGB
CMYK
RGB Variations
Color information
#B690B7 (or 0xB690B7) is known color: London Hue. HEX triplet: B6, 90 and B7. RGB value is (182,144,183). Sum of RGB (Red+Green+Blue) = 182+144+183=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #B690B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B7 is #496F48. Grayscale: #9F9F9F. Windows color (decimal): -4812617 or 12030134. OLE color: 12030134.
HSL color Cylindrical-coordinate representation of color #B690B7: hue angle of 298.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B690B7 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 144 | 183 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.28 |
| HSL | 298.46º | 0.21% | 0.64% | - |
| HSV(B) | 298.46º | 0.21% | 0.72% | - |
| XYZ | 37.81 | 33.31 | 49.24 | - |
| YUV | 159.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 183 | 0.01 | 0.21 | 0 | 0.28 | 298.46 | 0.21 | 0.64 |
| Hex | B6 | 90 | B7 | 1 | 15 | 0 | 1C | 12A | 15 | 40 |
| Octal | 266 | 220 | 267 | 1 | 25 | 0 | 34 | 452 | 25 | 100 |
| Binary | 10110110 | 10010000 | 10110111 | 1 | 10101 | 0 | 11100 | 100101010 | 10101 | 1000000 |
Color Harmonies of #B690B7
Complementary color
Monochromatic Colors of #B690B7
Black with #B690B7
Text Example
Text Example
White with #B690B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690B7; }
p { color: rgb(182,144,183); }
H1.HeaderClassName
{
color: #B690B7;
}
.AnyTagClassName
{
color: #B690B7;
}
</style>
background-color css
<style>
a { background-color: #B690B7; }
a { background-color: rgb(182,144,183); }
div.DivClassName
{
background-color: #B690B7;
}
.BgClassName
{
background-color: #B690B7;
}
</style>
border-color css
<style>
span { border-color: #B690B7; }
span { border-color: rgb(182,144,183); }
td.TdClassName
{
border-color: #B690B7;
}
.TagClassName
{
border-color: #B690B7;
}
</style>