Shades of London Hue #B488AA
Tints of London Hue #B488AA
RGB
CMYK
RGB Variations
Color information
#B488AA (or 0xB488AA) is known color: London Hue. HEX triplet: B4, 88 and AA. RGB value is (180,136,170). Sum of RGB (Red+Green+Blue) = 180+136+170=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AA is #4B7755. Grayscale: #989898. Windows color (decimal): -4945750 or 11176116. OLE color: 11176116.
HSL color Cylindrical-coordinate representation of color #B488AA: hue angle of 313.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488AA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 170 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.29 |
| HSL | 313.64º | 0.23% | 0.62% | - |
| HSV(B) | 313.64º | 0.24% | 0.71% | - |
| XYZ | 34.88 | 30.21 | 42.02 | - |
| YUV | 153.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 170 | 0 | 0.24 | 0.06 | 0.29 | 313.64 | 0.23 | 0.62 |
| Hex | B4 | 88 | AA | 0 | 18 | 6 | 1D | 13A | 17 | 3E |
| Octal | 264 | 210 | 252 | 0 | 30 | 6 | 35 | 472 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10101010 | 0 | 11000 | 110 | 11101 | 100111010 | 10111 | 111110 |
Color Harmonies of #B488AA
Complementary color
Monochromatic Colors of #B488AA
Black with #B488AA
Text Example
Text Example
White with #B488AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488AA; }
p { color: rgb(180,136,170); }
H1.HeaderClassName
{
color: #B488AA;
}
.AnyTagClassName
{
color: #B488AA;
}
</style>
background-color css
<style>
a { background-color: #B488AA; }
a { background-color: rgb(180,136,170); }
div.DivClassName
{
background-color: #B488AA;
}
.BgClassName
{
background-color: #B488AA;
}
</style>
border-color css
<style>
span { border-color: #B488AA; }
span { border-color: rgb(180,136,170); }
td.TdClassName
{
border-color: #B488AA;
}
.TagClassName
{
border-color: #B488AA;
}
</style>