Shades of London Hue #B191AF
Tints of London Hue #B191AF
RGB
CMYK
RGB Variations
Color information
#B191AF (or 0xB191AF) is known color: London Hue. HEX triplet: B1, 91 and AF. RGB value is (177,145,175). Sum of RGB (Red+Green+Blue) = 177+145+175=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B191AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191AF is #4E6E50. Grayscale: #9D9D9D. Windows color (decimal): -5140049 or 11506097. OLE color: 11506097.
HSL color Cylindrical-coordinate representation of color #B191AF: hue angle of 303.75º 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 #B191AF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 175 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.31 |
| HSL | 303.75º | 0.17% | 0.63% | - |
| HSV(B) | 303.75º | 0.18% | 0.69% | - |
| XYZ | 35.99 | 32.69 | 44.97 | - |
| YUV | 157.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 175 | 0 | 0.18 | 0.01 | 0.31 | 303.75 | 0.17 | 0.63 |
| Hex | B1 | 91 | AF | 0 | 12 | 1 | 1F | 130 | 11 | 3F |
| Octal | 261 | 221 | 257 | 0 | 22 | 1 | 37 | 460 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10101111 | 0 | 10010 | 1 | 11111 | 100110000 | 10001 | 111111 |
Color Harmonies of #B191AF
Complementary color
Monochromatic Colors of #B191AF
Black with #B191AF
Text Example
Text Example
White with #B191AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191AF; }
p { color: rgb(177,145,175); }
H1.HeaderClassName
{
color: #B191AF;
}
.AnyTagClassName
{
color: #B191AF;
}
</style>
background-color css
<style>
a { background-color: #B191AF; }
a { background-color: rgb(177,145,175); }
div.DivClassName
{
background-color: #B191AF;
}
.BgClassName
{
background-color: #B191AF;
}
</style>
border-color css
<style>
span { border-color: #B191AF; }
span { border-color: rgb(177,145,175); }
td.TdClassName
{
border-color: #B191AF;
}
.TagClassName
{
border-color: #B191AF;
}
</style>