Shades of London Hue #B192AE
Tints of London Hue #B192AE
RGB
CMYK
RGB Variations
Color information
#B192AE (or 0xB192AE) is known color: London Hue. HEX triplet: B1, 92 and AE. RGB value is (177,146,174). Sum of RGB (Red+Green+Blue) = 177+146+174=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AE is #4E6D51. Grayscale: #9E9E9E. Windows color (decimal): -5139794 or 11440817. OLE color: 11440817.
HSL color Cylindrical-coordinate representation of color #B192AE: hue angle of 305.81º 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 #B192AE is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 174 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.31 |
| HSL | 305.81º | 0.17% | 0.63% | - |
| HSV(B) | 305.81º | 0.18% | 0.69% | - |
| XYZ | 36.05 | 32.96 | 44.51 | - |
| YUV | 158.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 174 | 0 | 0.18 | 0.02 | 0.31 | 305.81 | 0.17 | 0.63 |
| Hex | B1 | 92 | AE | 0 | 12 | 2 | 1F | 132 | 11 | 3F |
| Octal | 261 | 222 | 256 | 0 | 22 | 2 | 37 | 462 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10101110 | 0 | 10010 | 10 | 11111 | 100110010 | 10001 | 111111 |
Color Harmonies of #B192AE
Complementary color
Monochromatic Colors of #B192AE
Black with #B192AE
Text Example
Text Example
White with #B192AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192AE; }
p { color: rgb(177,146,174); }
H1.HeaderClassName
{
color: #B192AE;
}
.AnyTagClassName
{
color: #B192AE;
}
</style>
background-color css
<style>
a { background-color: #B192AE; }
a { background-color: rgb(177,146,174); }
div.DivClassName
{
background-color: #B192AE;
}
.BgClassName
{
background-color: #B192AE;
}
</style>
border-color css
<style>
span { border-color: #B192AE; }
span { border-color: rgb(177,146,174); }
td.TdClassName
{
border-color: #B192AE;
}
.TagClassName
{
border-color: #B192AE;
}
</style>