Shades of London Hue #B487AB
Tints of London Hue #B487AB
RGB
CMYK
RGB Variations
Color information
#B487AB (or 0xB487AB) is known color: London Hue. HEX triplet: B4, 87 and AB. RGB value is (180,135,171). Sum of RGB (Red+Green+Blue) = 180+135+171=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AB is #4B7854. Grayscale: #989898. Windows color (decimal): -4946005 or 11241396. OLE color: 11241396.
HSL color Cylindrical-coordinate representation of color #B487AB: hue angle of 312º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B487AB is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 171 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.29 |
| HSL | 312º | 0.23% | 0.62% | - |
| HSV(B) | 312º | 0.25% | 0.71% | - |
| XYZ | 34.84 | 29.97 | 42.48 | - |
| YUV | 152.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 171 | 0 | 0.25 | 0.05 | 0.29 | 312 | 0.23 | 0.62 |
| Hex | B4 | 87 | AB | 0 | 19 | 5 | 1D | 138 | 17 | 3E |
| Octal | 264 | 207 | 253 | 0 | 31 | 5 | 35 | 470 | 27 | 76 |
| Binary | 10110100 | 10000111 | 10101011 | 0 | 11001 | 101 | 11101 | 100111000 | 10111 | 111110 |
Color Harmonies of #B487AB
Complementary color
Monochromatic Colors of #B487AB
Black with #B487AB
Text Example
Text Example
White with #B487AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B487AB; }
p { color: rgb(180,135,171); }
H1.HeaderClassName
{
color: #B487AB;
}
.AnyTagClassName
{
color: #B487AB;
}
</style>
background-color css
<style>
a { background-color: #B487AB; }
a { background-color: rgb(180,135,171); }
div.DivClassName
{
background-color: #B487AB;
}
.BgClassName
{
background-color: #B487AB;
}
</style>
border-color css
<style>
span { border-color: #B487AB; }
span { border-color: rgb(180,135,171); }
td.TdClassName
{
border-color: #B487AB;
}
.TagClassName
{
border-color: #B487AB;
}
</style>