Shades of London Hue #B690B4
Tints of London Hue #B690B4
RGB
CMYK
RGB Variations
Color information
#B690B4 (or 0xB690B4) is known color: London Hue. HEX triplet: B6, 90 and B4. RGB value is (182,144,180). Sum of RGB (Red+Green+Blue) = 182+144+180=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B690B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B4 is #496F4B. Grayscale: #9F9F9F. Windows color (decimal): -4812620 or 11833526. OLE color: 11833526.
HSL color Cylindrical-coordinate representation of color #B690B4: hue angle of 303.16º 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 #B690B4 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 180 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.29 |
| HSL | 303.16º | 0.21% | 0.64% | - |
| HSV(B) | 303.16º | 0.21% | 0.71% | - |
| XYZ | 37.5 | 33.19 | 47.61 | - |
| YUV | 159.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 180 | 0 | 0.21 | 0.01 | 0.29 | 303.16 | 0.21 | 0.64 |
| Hex | B6 | 90 | B4 | 0 | 15 | 1 | 1D | 12F | 15 | 40 |
| Octal | 266 | 220 | 264 | 0 | 25 | 1 | 35 | 457 | 25 | 100 |
| Binary | 10110110 | 10010000 | 10110100 | 0 | 10101 | 1 | 11101 | 100101111 | 10101 | 1000000 |
Color Harmonies of #B690B4
Complementary color
Monochromatic Colors of #B690B4
Black with #B690B4
Text Example
Text Example
White with #B690B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B690B4; }
p { color: rgb(182,144,180); }
H1.HeaderClassName
{
color: #B690B4;
}
.AnyTagClassName
{
color: #B690B4;
}
</style>
background-color css
<style>
a { background-color: #B690B4; }
a { background-color: rgb(182,144,180); }
div.DivClassName
{
background-color: #B690B4;
}
.BgClassName
{
background-color: #B690B4;
}
</style>
border-color css
<style>
span { border-color: #B690B4; }
span { border-color: rgb(182,144,180); }
td.TdClassName
{
border-color: #B690B4;
}
.TagClassName
{
border-color: #B690B4;
}
</style>