Shades of London Hue #B190AF
Tints of London Hue #B190AF
RGB
CMYK
RGB Variations
Color information
#B190AF (or 0xB190AF) is known color: London Hue. HEX triplet: B1, 90 and AF. RGB value is (177,144,175). Sum of RGB (Red+Green+Blue) = 177+144+175=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B190AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B190AF is #4E6F50. Grayscale: #9D9D9D. Windows color (decimal): -5140305 or 11505841. OLE color: 11505841.
HSL color Cylindrical-coordinate representation of color #B190AF: hue angle of 303.64º 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 #B190AF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 175 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.31 |
| HSL | 303.64º | 0.17% | 0.63% | - |
| HSV(B) | 303.64º | 0.19% | 0.69% | - |
| XYZ | 35.84 | 32.39 | 44.92 | - |
| YUV | 157.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 175 | 0 | 0.19 | 0.01 | 0.31 | 303.64 | 0.17 | 0.63 |
| Hex | B1 | 90 | AF | 0 | 13 | 1 | 1F | 130 | 11 | 3F |
| Octal | 261 | 220 | 257 | 0 | 23 | 1 | 37 | 460 | 21 | 77 |
| Binary | 10110001 | 10010000 | 10101111 | 0 | 10011 | 1 | 11111 | 100110000 | 10001 | 111111 |
Color Harmonies of #B190AF
Complementary color
Monochromatic Colors of #B190AF
Black with #B190AF
Text Example
Text Example
White with #B190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190AF; }
p { color: rgb(177,144,175); }
H1.HeaderClassName
{
color: #B190AF;
}
.AnyTagClassName
{
color: #B190AF;
}
</style>
background-color css
<style>
a { background-color: #B190AF; }
a { background-color: rgb(177,144,175); }
div.DivClassName
{
background-color: #B190AF;
}
.BgClassName
{
background-color: #B190AF;
}
</style>
border-color css
<style>
span { border-color: #B190AF; }
span { border-color: rgb(177,144,175); }
td.TdClassName
{
border-color: #B190AF;
}
.TagClassName
{
border-color: #B190AF;
}
</style>