Shades of London Hue #B192B4
Tints of London Hue #B192B4
RGB
CMYK
RGB Variations
Color information
#B192B4 (or 0xB192B4) is known color: London Hue. HEX triplet: B1, 92 and B4. RGB value is (177,146,180). Sum of RGB (Red+Green+Blue) = 177+146+180=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #B192B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192B4 is #4E6D4B. Grayscale: #9F9F9F. Windows color (decimal): -5139788 or 11834033. OLE color: 11834033.
HSL color Cylindrical-coordinate representation of color #B192B4: hue angle of 294.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B192B4 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 146 | 180 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.29 |
| HSL | 294.71º | 0.18% | 0.64% | - |
| HSV(B) | 294.71º | 0.19% | 0.71% | - |
| XYZ | 36.65 | 33.2 | 47.66 | - |
| YUV | 159.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 180 | 0.02 | 0.19 | 0 | 0.29 | 294.71 | 0.18 | 0.64 |
| Hex | B1 | 92 | B4 | 2 | 13 | 0 | 1D | 127 | 12 | 40 |
| Octal | 261 | 222 | 264 | 2 | 23 | 0 | 35 | 447 | 22 | 100 |
| Binary | 10110001 | 10010010 | 10110100 | 10 | 10011 | 0 | 11101 | 100100111 | 10010 | 1000000 |
Color Harmonies of #B192B4
Complementary color
Monochromatic Colors of #B192B4
Black with #B192B4
Text Example
Text Example
White with #B192B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192B4; }
p { color: rgb(177,146,180); }
H1.HeaderClassName
{
color: #B192B4;
}
.AnyTagClassName
{
color: #B192B4;
}
</style>
background-color css
<style>
a { background-color: #B192B4; }
a { background-color: rgb(177,146,180); }
div.DivClassName
{
background-color: #B192B4;
}
.BgClassName
{
background-color: #B192B4;
}
</style>
border-color css
<style>
span { border-color: #B192B4; }
span { border-color: rgb(177,146,180); }
td.TdClassName
{
border-color: #B192B4;
}
.TagClassName
{
border-color: #B192B4;
}
</style>