Shades of London Hue #B691B5
Tints of London Hue #B691B5
RGB
CMYK
RGB Variations
Color information
#B691B5 (or 0xB691B5) is known color: London Hue. HEX triplet: B6, 91 and B5. RGB value is (182,145,181). Sum of RGB (Red+Green+Blue) = 182+145+181=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B691B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691B5 is #496E4A. Grayscale: #A0A0A0. Windows color (decimal): -4812363 or 11899318. OLE color: 11899318.
HSL color Cylindrical-coordinate representation of color #B691B5: hue angle of 301.62º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B691B5 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 181 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.29 |
| HSL | 301.62º | 0.2% | 0.64% | - |
| HSV(B) | 301.62º | 0.2% | 0.71% | - |
| XYZ | 37.76 | 33.53 | 48.2 | - |
| YUV | 160.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 181 | 0 | 0.20 | 0.01 | 0.29 | 301.62 | 0.2 | 0.64 |
| Hex | B6 | 91 | B5 | 0 | 14 | 1 | 1D | 12E | 14 | 40 |
| Octal | 266 | 221 | 265 | 0 | 24 | 1 | 35 | 456 | 24 | 100 |
| Binary | 10110110 | 10010001 | 10110101 | 0 | 10100 | 1 | 11101 | 100101110 | 10100 | 1000000 |
Color Harmonies of #B691B5
Complementary color
Monochromatic Colors of #B691B5
Black with #B691B5
Text Example
Text Example
White with #B691B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691B5; }
p { color: rgb(182,145,181); }
H1.HeaderClassName
{
color: #B691B5;
}
.AnyTagClassName
{
color: #B691B5;
}
</style>
background-color css
<style>
a { background-color: #B691B5; }
a { background-color: rgb(182,145,181); }
div.DivClassName
{
background-color: #B691B5;
}
.BgClassName
{
background-color: #B691B5;
}
</style>
border-color css
<style>
span { border-color: #B691B5; }
span { border-color: rgb(182,145,181); }
td.TdClassName
{
border-color: #B691B5;
}
.TagClassName
{
border-color: #B691B5;
}
</style>