Shades of London Hue #B192AF
Tints of London Hue #B192AF
RGB
CMYK
RGB Variations
Color information
#B192AF (or 0xB192AF) is known color: London Hue. HEX triplet: B1, 92 and AF. RGB value is (177,146,175). Sum of RGB (Red+Green+Blue) = 177+146+175=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AF is #4E6D50. Grayscale: #9E9E9E. Windows color (decimal): -5139793 or 11506353. OLE color: 11506353.
HSL color Cylindrical-coordinate representation of color #B192AF: hue angle of 303.87º 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 #B192AF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 175 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.31 |
| HSL | 303.87º | 0.17% | 0.63% | - |
| HSV(B) | 303.87º | 0.18% | 0.69% | - |
| XYZ | 36.15 | 33 | 45.02 | - |
| YUV | 158.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 175 | 0 | 0.18 | 0.01 | 0.31 | 303.87 | 0.17 | 0.63 |
| Hex | B1 | 92 | AF | 0 | 12 | 1 | 1F | 130 | 11 | 3F |
| Octal | 261 | 222 | 257 | 0 | 22 | 1 | 37 | 460 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10101111 | 0 | 10010 | 1 | 11111 | 100110000 | 10001 | 111111 |
Color Harmonies of #B192AF
Complementary color
Monochromatic Colors of #B192AF
Black with #B192AF
Text Example
Text Example
White with #B192AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192AF; }
p { color: rgb(177,146,175); }
H1.HeaderClassName
{
color: #B192AF;
}
.AnyTagClassName
{
color: #B192AF;
}
</style>
background-color css
<style>
a { background-color: #B192AF; }
a { background-color: rgb(177,146,175); }
div.DivClassName
{
background-color: #B192AF;
}
.BgClassName
{
background-color: #B192AF;
}
</style>
border-color css
<style>
span { border-color: #B192AF; }
span { border-color: rgb(177,146,175); }
td.TdClassName
{
border-color: #B192AF;
}
.TagClassName
{
border-color: #B192AF;
}
</style>