Shades of London Hue #B18FAF
Tints of London Hue #B18FAF
RGB
CMYK
RGB Variations
Color information
#B18FAF (or 0xB18FAF) is known color: London Hue. HEX triplet: B1, 8F and AF. RGB value is (177,143,175). Sum of RGB (Red+Green+Blue) = 177+143+175=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAF is #4E7050. Grayscale: #9C9C9C. Windows color (decimal): -5140561 or 11505585. OLE color: 11505585.
HSL color Cylindrical-coordinate representation of color #B18FAF: hue angle of 303.53º degrees, saturation: 0.18, 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 #B18FAF is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 175 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.31 |
| HSL | 303.53º | 0.18% | 0.63% | - |
| HSV(B) | 303.53º | 0.19% | 0.69% | - |
| XYZ | 35.69 | 32.09 | 44.87 | - |
| YUV | 156.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 175 | 0 | 0.19 | 0.01 | 0.31 | 303.53 | 0.18 | 0.63 |
| Hex | B1 | 8F | AF | 0 | 13 | 1 | 1F | 130 | 12 | 3F |
| Octal | 261 | 217 | 257 | 0 | 23 | 1 | 37 | 460 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10101111 | 0 | 10011 | 1 | 11111 | 100110000 | 10010 | 111111 |
Color Harmonies of #B18FAF
Complementary color
Monochromatic Colors of #B18FAF
Black with #B18FAF
Text Example
Text Example
White with #B18FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FAF; }
p { color: rgb(177,143,175); }
H1.HeaderClassName
{
color: #B18FAF;
}
.AnyTagClassName
{
color: #B18FAF;
}
</style>
background-color css
<style>
a { background-color: #B18FAF; }
a { background-color: rgb(177,143,175); }
div.DivClassName
{
background-color: #B18FAF;
}
.BgClassName
{
background-color: #B18FAF;
}
</style>
border-color css
<style>
span { border-color: #B18FAF; }
span { border-color: rgb(177,143,175); }
td.TdClassName
{
border-color: #B18FAF;
}
.TagClassName
{
border-color: #B18FAF;
}
</style>