Shades of London Hue #B192AC
Tints of London Hue #B192AC
RGB
CMYK
RGB Variations
Color information
#B192AC (or 0xB192AC) is known color: London Hue. HEX triplet: B1, 92 and AC. RGB value is (177,146,172). Sum of RGB (Red+Green+Blue) = 177+146+172=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AC is #4E6D53. Grayscale: #9E9E9E. Windows color (decimal): -5139796 or 11309745. OLE color: 11309745.
HSL color Cylindrical-coordinate representation of color #B192AC: hue angle of 309.68º 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 #B192AC is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 172 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.31 |
| HSL | 309.68º | 0.17% | 0.63% | - |
| HSV(B) | 309.68º | 0.18% | 0.69% | - |
| XYZ | 35.86 | 32.88 | 43.49 | - |
| YUV | 158.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 172 | 0 | 0.18 | 0.03 | 0.31 | 309.68 | 0.17 | 0.63 |
| Hex | B1 | 92 | AC | 0 | 12 | 3 | 1F | 136 | 11 | 3F |
| Octal | 261 | 222 | 254 | 0 | 22 | 3 | 37 | 466 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10101100 | 0 | 10010 | 11 | 11111 | 100110110 | 10001 | 111111 |
Color Harmonies of #B192AC
Complementary color
Monochromatic Colors of #B192AC
Black with #B192AC
Text Example
Text Example
White with #B192AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192AC; }
p { color: rgb(177,146,172); }
H1.HeaderClassName
{
color: #B192AC;
}
.AnyTagClassName
{
color: #B192AC;
}
</style>
background-color css
<style>
a { background-color: #B192AC; }
a { background-color: rgb(177,146,172); }
div.DivClassName
{
background-color: #B192AC;
}
.BgClassName
{
background-color: #B192AC;
}
</style>
border-color css
<style>
span { border-color: #B192AC; }
span { border-color: rgb(177,146,172); }
td.TdClassName
{
border-color: #B192AC;
}
.TagClassName
{
border-color: #B192AC;
}
</style>