Shades of London Hue #B192AA
Tints of London Hue #B192AA
RGB
CMYK
RGB Variations
Color information
#B192AA (or 0xB192AA) is known color: London Hue. HEX triplet: B1, 92 and AA. RGB value is (177,146,170). Sum of RGB (Red+Green+Blue) = 177+146+170=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AA is #4E6D55. Grayscale: #9D9D9D. Windows color (decimal): -5139798 or 11178673. OLE color: 11178673.
HSL color Cylindrical-coordinate representation of color #B192AA: hue angle of 313.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B192AA is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 170 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.31 |
| HSL | 313.55º | 0.17% | 0.63% | - |
| HSV(B) | 313.55º | 0.18% | 0.69% | - |
| XYZ | 35.67 | 32.81 | 42.48 | - |
| YUV | 158.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 170 | 0 | 0.18 | 0.04 | 0.31 | 313.55 | 0.17 | 0.63 |
| Hex | B1 | 92 | AA | 0 | 12 | 4 | 1F | 13A | 11 | 3F |
| Octal | 261 | 222 | 252 | 0 | 22 | 4 | 37 | 472 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10101010 | 0 | 10010 | 100 | 11111 | 100111010 | 10001 | 111111 |
Color Harmonies of #B192AA
Complementary color
Monochromatic Colors of #B192AA
Black with #B192AA
Text Example
Text Example
White with #B192AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192AA; }
p { color: rgb(177,146,170); }
H1.HeaderClassName
{
color: #B192AA;
}
.AnyTagClassName
{
color: #B192AA;
}
</style>
background-color css
<style>
a { background-color: #B192AA; }
a { background-color: rgb(177,146,170); }
div.DivClassName
{
background-color: #B192AA;
}
.BgClassName
{
background-color: #B192AA;
}
</style>
border-color css
<style>
span { border-color: #B192AA; }
span { border-color: rgb(177,146,170); }
td.TdClassName
{
border-color: #B192AA;
}
.TagClassName
{
border-color: #B192AA;
}
</style>