Shades of London Hue #B193AC
Tints of London Hue #B193AC
RGB
CMYK
RGB Variations
Color information
#B193AC (or 0xB193AC) is known color: London Hue. HEX triplet: B1, 93 and AC. RGB value is (177,147,172). Sum of RGB (Red+Green+Blue) = 177+147+172=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B193AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B193AC is #4E6C53. Grayscale: #9E9E9E. Windows color (decimal): -5139540 or 11310001. OLE color: 11310001.
HSL color Cylindrical-coordinate representation of color #B193AC: hue angle of 310º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B193AC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 172 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.31 |
| HSL | 310º | 0.16% | 0.64% | - |
| HSV(B) | 310º | 0.17% | 0.69% | - |
| XYZ | 36.01 | 33.19 | 43.54 | - |
| YUV | 158.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 172 | 0 | 0.17 | 0.03 | 0.31 | 310 | 0.16 | 0.64 |
| Hex | B1 | 93 | AC | 0 | 11 | 3 | 1F | 136 | 10 | 40 |
| Octal | 261 | 223 | 254 | 0 | 21 | 3 | 37 | 466 | 20 | 100 |
| Binary | 10110001 | 10010011 | 10101100 | 0 | 10001 | 11 | 11111 | 100110110 | 10000 | 1000000 |
Color Harmonies of #B193AC
Complementary color
Monochromatic Colors of #B193AC
Black with #B193AC
Text Example
Text Example
White with #B193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193AC; }
p { color: rgb(177,147,172); }
H1.HeaderClassName
{
color: #B193AC;
}
.AnyTagClassName
{
color: #B193AC;
}
</style>
background-color css
<style>
a { background-color: #B193AC; }
a { background-color: rgb(177,147,172); }
div.DivClassName
{
background-color: #B193AC;
}
.BgClassName
{
background-color: #B193AC;
}
</style>
border-color css
<style>
span { border-color: #B193AC; }
span { border-color: rgb(177,147,172); }
td.TdClassName
{
border-color: #B193AC;
}
.TagClassName
{
border-color: #B193AC;
}
</style>