Shades of London Hue #B18AB5
Tints of London Hue #B18AB5
RGB
CMYK
RGB Variations
Color information
#B18AB5 (or 0xB18AB5) is known color: London Hue. HEX triplet: B1, 8A and B5. RGB value is (177,138,181). Sum of RGB (Red+Green+Blue) = 177+138+181=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #B18AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AB5 is #4E754A. Grayscale: #9A9A9A. Windows color (decimal): -5141835 or 11897521. OLE color: 11897521.
HSL color Cylindrical-coordinate representation of color #B18AB5: hue angle of 294.42º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18AB5 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 138 | 181 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.29 |
| HSL | 294.42º | 0.23% | 0.63% | - |
| HSV(B) | 294.42º | 0.24% | 0.71% | - |
| XYZ | 35.56 | 30.86 | 47.8 | - |
| YUV | 154.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 181 | 0.02 | 0.24 | 0 | 0.29 | 294.42 | 0.23 | 0.63 |
| Hex | B1 | 8A | B5 | 2 | 18 | 0 | 1D | 126 | 17 | 3F |
| Octal | 261 | 212 | 265 | 2 | 30 | 0 | 35 | 446 | 27 | 77 |
| Binary | 10110001 | 10001010 | 10110101 | 10 | 11000 | 0 | 11101 | 100100110 | 10111 | 111111 |
Color Harmonies of #B18AB5
Complementary color
Monochromatic Colors of #B18AB5
Black with #B18AB5
Text Example
Text Example
White with #B18AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AB5; }
p { color: rgb(177,138,181); }
H1.HeaderClassName
{
color: #B18AB5;
}
.AnyTagClassName
{
color: #B18AB5;
}
</style>
background-color css
<style>
a { background-color: #B18AB5; }
a { background-color: rgb(177,138,181); }
div.DivClassName
{
background-color: #B18AB5;
}
.BgClassName
{
background-color: #B18AB5;
}
</style>
border-color css
<style>
span { border-color: #B18AB5; }
span { border-color: rgb(177,138,181); }
td.TdClassName
{
border-color: #B18AB5;
}
.TagClassName
{
border-color: #B18AB5;
}
</style>