Shades of London Hue #B690B0
Tints of London Hue #B690B0
RGB
CMYK
RGB Variations
Color information
#B690B0 (or 0xB690B0) is known color: London Hue. HEX triplet: B6, 90 and B0. RGB value is (182,144,176). Sum of RGB (Red+Green+Blue) = 182+144+176=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B690B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B690B0 is #496F4F. Grayscale: #9E9E9E. Windows color (decimal): -4812624 or 11571382. OLE color: 11571382.
HSL color Cylindrical-coordinate representation of color #B690B0: hue angle of 309.47º 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 #B690B0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 176 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.29 |
| HSL | 309.47º | 0.21% | 0.64% | - |
| HSV(B) | 309.47º | 0.21% | 0.71% | - |
| XYZ | 37.1 | 33.03 | 45.49 | - |
| YUV | 159.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 176 | 0 | 0.21 | 0.03 | 0.29 | 309.47 | 0.21 | 0.64 |
| Hex | B6 | 90 | B0 | 0 | 15 | 3 | 1D | 135 | 15 | 40 |
| Octal | 266 | 220 | 260 | 0 | 25 | 3 | 35 | 465 | 25 | 100 |
| Binary | 10110110 | 10010000 | 10110000 | 0 | 10101 | 11 | 11101 | 100110101 | 10101 | 1000000 |
Color Harmonies of #B690B0
Complementary color
Monochromatic Colors of #B690B0
Black with #B690B0
Text Example
Text Example
White with #B690B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690B0; }
p { color: rgb(182,144,176); }
H1.HeaderClassName
{
color: #B690B0;
}
.AnyTagClassName
{
color: #B690B0;
}
</style>
background-color css
<style>
a { background-color: #B690B0; }
a { background-color: rgb(182,144,176); }
div.DivClassName
{
background-color: #B690B0;
}
.BgClassName
{
background-color: #B690B0;
}
</style>
border-color css
<style>
span { border-color: #B690B0; }
span { border-color: rgb(182,144,176); }
td.TdClassName
{
border-color: #B690B0;
}
.TagClassName
{
border-color: #B690B0;
}
</style>