Shades of London Hue #B488A8
Tints of London Hue #B488A8
RGB
CMYK
RGB Variations
Color information
#B488A8 (or 0xB488A8) is known color: London Hue. HEX triplet: B4, 88 and A8. RGB value is (180,136,168). Sum of RGB (Red+Green+Blue) = 180+136+168=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A8 is #4B7757. Grayscale: #989898. Windows color (decimal): -4945752 or 11045044. OLE color: 11045044.
HSL color Cylindrical-coordinate representation of color #B488A8: hue angle of 316.36º 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 #B488A8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 168 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.29 |
| HSL | 316.36º | 0.23% | 0.62% | - |
| HSV(B) | 316.36º | 0.24% | 0.71% | - |
| XYZ | 34.69 | 30.14 | 41.03 | - |
| YUV | 152.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 168 | 0 | 0.24 | 0.07 | 0.29 | 316.36 | 0.23 | 0.62 |
| Hex | B4 | 88 | A8 | 0 | 18 | 7 | 1D | 13C | 17 | 3E |
| Octal | 264 | 210 | 250 | 0 | 30 | 7 | 35 | 474 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10101000 | 0 | 11000 | 111 | 11101 | 100111100 | 10111 | 111110 |
Color Harmonies of #B488A8
Complementary color
Monochromatic Colors of #B488A8
Black with #B488A8
Text Example
Text Example
White with #B488A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488A8; }
p { color: rgb(180,136,168); }
H1.HeaderClassName
{
color: #B488A8;
}
.AnyTagClassName
{
color: #B488A8;
}
</style>
background-color css
<style>
a { background-color: #B488A8; }
a { background-color: rgb(180,136,168); }
div.DivClassName
{
background-color: #B488A8;
}
.BgClassName
{
background-color: #B488A8;
}
</style>
border-color css
<style>
span { border-color: #B488A8; }
span { border-color: rgb(180,136,168); }
td.TdClassName
{
border-color: #B488A8;
}
.TagClassName
{
border-color: #B488A8;
}
</style>