Shades of London Hue #B691B7
Tints of London Hue #B691B7
RGB
CMYK
RGB Variations
Color information
#B691B7 (or 0xB691B7) is known color: London Hue. HEX triplet: B6, 91 and B7. RGB value is (182,145,183). Sum of RGB (Red+Green+Blue) = 182+145+183=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #B691B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691B7 is #496E48. Grayscale: #A0A0A0. Windows color (decimal): -4812361 or 12030390. OLE color: 12030390.
HSL color Cylindrical-coordinate representation of color #B691B7: hue angle of 298.42º 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 #B691B7 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 145 | 183 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.28 |
| HSL | 298.42º | 0.21% | 0.64% | - |
| HSV(B) | 298.42º | 0.21% | 0.72% | - |
| XYZ | 37.96 | 33.61 | 49.29 | - |
| YUV | 160.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 183 | 0.01 | 0.21 | 0 | 0.28 | 298.42 | 0.21 | 0.64 |
| Hex | B6 | 91 | B7 | 1 | 15 | 0 | 1C | 12A | 15 | 40 |
| Octal | 266 | 221 | 267 | 1 | 25 | 0 | 34 | 452 | 25 | 100 |
| Binary | 10110110 | 10010001 | 10110111 | 1 | 10101 | 0 | 11100 | 100101010 | 10101 | 1000000 |
Color Harmonies of #B691B7
Complementary color
Monochromatic Colors of #B691B7
Black with #B691B7
Text Example
Text Example
White with #B691B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691B7; }
p { color: rgb(182,145,183); }
H1.HeaderClassName
{
color: #B691B7;
}
.AnyTagClassName
{
color: #B691B7;
}
</style>
background-color css
<style>
a { background-color: #B691B7; }
a { background-color: rgb(182,145,183); }
div.DivClassName
{
background-color: #B691B7;
}
.BgClassName
{
background-color: #B691B7;
}
</style>
border-color css
<style>
span { border-color: #B691B7; }
span { border-color: rgb(182,145,183); }
td.TdClassName
{
border-color: #B691B7;
}
.TagClassName
{
border-color: #B691B7;
}
</style>