Shades of London Hue #B190AC
Tints of London Hue #B190AC
RGB
CMYK
RGB Variations
Color information
#B190AC (or 0xB190AC) is known color: London Hue. HEX triplet: B1, 90 and AC. RGB value is (177,144,172). Sum of RGB (Red+Green+Blue) = 177+144+172=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B190AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B190AC is #4E6F53. Grayscale: #9C9C9C. Windows color (decimal): -5140308 or 11309233. OLE color: 11309233.
HSL color Cylindrical-coordinate representation of color #B190AC: hue angle of 309.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B190AC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 172 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.31 |
| HSL | 309.09º | 0.17% | 0.63% | - |
| HSV(B) | 309.09º | 0.19% | 0.69% | - |
| XYZ | 35.55 | 32.27 | 43.39 | - |
| YUV | 157.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 172 | 0 | 0.19 | 0.03 | 0.31 | 309.09 | 0.17 | 0.63 |
| Hex | B1 | 90 | AC | 0 | 13 | 3 | 1F | 135 | 11 | 3F |
| Octal | 261 | 220 | 254 | 0 | 23 | 3 | 37 | 465 | 21 | 77 |
| Binary | 10110001 | 10010000 | 10101100 | 0 | 10011 | 11 | 11111 | 100110101 | 10001 | 111111 |
Color Harmonies of #B190AC
Complementary color
Monochromatic Colors of #B190AC
Black with #B190AC
Text Example
Text Example
White with #B190AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190AC; }
p { color: rgb(177,144,172); }
H1.HeaderClassName
{
color: #B190AC;
}
.AnyTagClassName
{
color: #B190AC;
}
</style>
background-color css
<style>
a { background-color: #B190AC; }
a { background-color: rgb(177,144,172); }
div.DivClassName
{
background-color: #B190AC;
}
.BgClassName
{
background-color: #B190AC;
}
</style>
border-color css
<style>
span { border-color: #B190AC; }
span { border-color: rgb(177,144,172); }
td.TdClassName
{
border-color: #B190AC;
}
.TagClassName
{
border-color: #B190AC;
}
</style>