Shades of London Hue #B690BA
Tints of London Hue #B690BA
RGB
CMYK
RGB Variations
Color information
#B690BA (or 0xB690BA) is known color: London Hue. HEX triplet: B6, 90 and BA. RGB value is (182,144,186). Sum of RGB (Red+Green+Blue) = 182+144+186=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B690BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690BA is #496F45. Grayscale: #A0A0A0. Windows color (decimal): -4812614 or 12226742. OLE color: 12226742.
HSL color Cylindrical-coordinate representation of color #B690BA: hue angle of 294.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B690BA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 144 | 186 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.27 |
| HSL | 294.29º | 0.23% | 0.65% | - |
| HSV(B) | 294.29º | 0.23% | 0.73% | - |
| XYZ | 38.13 | 33.44 | 50.9 | - |
| YUV | 160.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 186 | 0.02 | 0.23 | 0 | 0.27 | 294.29 | 0.23 | 0.65 |
| Hex | B6 | 90 | BA | 2 | 17 | 0 | 1B | 126 | 17 | 41 |
| Octal | 266 | 220 | 272 | 2 | 27 | 0 | 33 | 446 | 27 | 101 |
| Binary | 10110110 | 10010000 | 10111010 | 10 | 10111 | 0 | 11011 | 100100110 | 10111 | 1000001 |
Color Harmonies of #B690BA
Complementary color
Monochromatic Colors of #B690BA
Black with #B690BA
Text Example
Text Example
White with #B690BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690BA; }
p { color: rgb(182,144,186); }
H1.HeaderClassName
{
color: #B690BA;
}
.AnyTagClassName
{
color: #B690BA;
}
</style>
background-color css
<style>
a { background-color: #B690BA; }
a { background-color: rgb(182,144,186); }
div.DivClassName
{
background-color: #B690BA;
}
.BgClassName
{
background-color: #B690BA;
}
</style>
border-color css
<style>
span { border-color: #B690BA; }
span { border-color: rgb(182,144,186); }
td.TdClassName
{
border-color: #B690BA;
}
.TagClassName
{
border-color: #B690BA;
}
</style>