Shades of London Hue #B194A6
Tints of London Hue #B194A6
RGB
CMYK
RGB Variations
Color information
#B194A6 (or 0xB194A6) is known color: London Hue. HEX triplet: B1, 94 and A6. RGB value is (177,148,166). Sum of RGB (Red+Green+Blue) = 177+148+166=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B194A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194A6 is #4E6B59. Grayscale: #9E9E9E. Windows color (decimal): -5139290 or 10917041. OLE color: 10917041.
HSL color Cylindrical-coordinate representation of color #B194A6: hue angle of 322.76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B194A6 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 166 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.31 |
| HSL | 322.76º | 0.16% | 0.64% | - |
| HSV(B) | 322.76º | 0.16% | 0.69% | - |
| XYZ | 35.6 | 33.28 | 40.62 | - |
| YUV | 158.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 166 | 0 | 0.16 | 0.06 | 0.31 | 322.76 | 0.16 | 0.64 |
| Hex | B1 | 94 | A6 | 0 | 10 | 6 | 1F | 143 | 10 | 40 |
| Octal | 261 | 224 | 246 | 0 | 20 | 6 | 37 | 503 | 20 | 100 |
| Binary | 10110001 | 10010100 | 10100110 | 0 | 10000 | 110 | 11111 | 101000011 | 10000 | 1000000 |
Color Harmonies of #B194A6
Complementary color
Monochromatic Colors of #B194A6
Black with #B194A6
Text Example
Text Example
White with #B194A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194A6; }
p { color: rgb(177,148,166); }
H1.HeaderClassName
{
color: #B194A6;
}
.AnyTagClassName
{
color: #B194A6;
}
</style>
background-color css
<style>
a { background-color: #B194A6; }
a { background-color: rgb(177,148,166); }
div.DivClassName
{
background-color: #B194A6;
}
.BgClassName
{
background-color: #B194A6;
}
</style>
border-color css
<style>
span { border-color: #B194A6; }
span { border-color: rgb(177,148,166); }
td.TdClassName
{
border-color: #B194A6;
}
.TagClassName
{
border-color: #B194A6;
}
</style>