Shades of London Hue #B191B4
Tints of London Hue #B191B4
RGB
CMYK
RGB Variations
Color information
#B191B4 (or 0xB191B4) is known color: London Hue. HEX triplet: B1, 91 and B4. RGB value is (177,145,180). Sum of RGB (Red+Green+Blue) = 177+145+180=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #B191B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191B4 is #4E6E4B. Grayscale: #9E9E9E. Windows color (decimal): -5140044 or 11833777. OLE color: 11833777.
HSL color Cylindrical-coordinate representation of color #B191B4: hue angle of 294.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B191B4 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 145 | 180 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.29 |
| HSL | 294.86º | 0.19% | 0.64% | - |
| HSV(B) | 294.86º | 0.19% | 0.71% | - |
| XYZ | 36.5 | 32.89 | 47.61 | - |
| YUV | 158.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 180 | 0.02 | 0.19 | 0 | 0.29 | 294.86 | 0.19 | 0.64 |
| Hex | B1 | 91 | B4 | 2 | 13 | 0 | 1D | 127 | 13 | 40 |
| Octal | 261 | 221 | 264 | 2 | 23 | 0 | 35 | 447 | 23 | 100 |
| Binary | 10110001 | 10010001 | 10110100 | 10 | 10011 | 0 | 11101 | 100100111 | 10011 | 1000000 |
Color Harmonies of #B191B4
Complementary color
Monochromatic Colors of #B191B4
Black with #B191B4
Text Example
Text Example
White with #B191B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191B4; }
p { color: rgb(177,145,180); }
H1.HeaderClassName
{
color: #B191B4;
}
.AnyTagClassName
{
color: #B191B4;
}
</style>
background-color css
<style>
a { background-color: #B191B4; }
a { background-color: rgb(177,145,180); }
div.DivClassName
{
background-color: #B191B4;
}
.BgClassName
{
background-color: #B191B4;
}
</style>
border-color css
<style>
span { border-color: #B191B4; }
span { border-color: rgb(177,145,180); }
td.TdClassName
{
border-color: #B191B4;
}
.TagClassName
{
border-color: #B191B4;
}
</style>