Shades of London Hue #B18AAF
Tints of London Hue #B18AAF
RGB
CMYK
RGB Variations
Color information
#B18AAF (or 0xB18AAF) is known color: London Hue. HEX triplet: B1, 8A and AF. RGB value is (177,138,175). Sum of RGB (Red+Green+Blue) = 177+138+175=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAF is #4E7550. Grayscale: #999999. Windows color (decimal): -5141841 or 11504305. OLE color: 11504305.
HSL color Cylindrical-coordinate representation of color #B18AAF: hue angle of 303.08º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AAF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 175 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.31 |
| HSL | 303.08º | 0.2% | 0.62% | - |
| HSV(B) | 303.08º | 0.22% | 0.69% | - |
| XYZ | 34.96 | 30.62 | 44.63 | - |
| YUV | 153.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 175 | 0 | 0.22 | 0.01 | 0.31 | 303.08 | 0.2 | 0.62 |
| Hex | B1 | 8A | AF | 0 | 16 | 1 | 1F | 12F | 14 | 3E |
| Octal | 261 | 212 | 257 | 0 | 26 | 1 | 37 | 457 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10101111 | 0 | 10110 | 1 | 11111 | 100101111 | 10100 | 111110 |
Color Harmonies of #B18AAF
Complementary color
Monochromatic Colors of #B18AAF
Black with #B18AAF
Text Example
Text Example
White with #B18AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AAF; }
p { color: rgb(177,138,175); }
H1.HeaderClassName
{
color: #B18AAF;
}
.AnyTagClassName
{
color: #B18AAF;
}
</style>
background-color css
<style>
a { background-color: #B18AAF; }
a { background-color: rgb(177,138,175); }
div.DivClassName
{
background-color: #B18AAF;
}
.BgClassName
{
background-color: #B18AAF;
}
</style>
border-color css
<style>
span { border-color: #B18AAF; }
span { border-color: rgb(177,138,175); }
td.TdClassName
{
border-color: #B18AAF;
}
.TagClassName
{
border-color: #B18AAF;
}
</style>