Shades of London Hue #B488B0
Tints of London Hue #B488B0
RGB
CMYK
RGB Variations
Color information
#B488B0 (or 0xB488B0) is known color: London Hue. HEX triplet: B4, 88 and B0. RGB value is (180,136,176). Sum of RGB (Red+Green+Blue) = 180+136+176=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488B0 is #4B774F. Grayscale: #999999. Windows color (decimal): -4945744 or 11569332. OLE color: 11569332.
HSL color Cylindrical-coordinate representation of color #B488B0: hue angle of 305.45º 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 #B488B0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 176 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.29 |
| HSL | 305.45º | 0.23% | 0.62% | - |
| HSV(B) | 305.45º | 0.24% | 0.71% | - |
| XYZ | 35.46 | 30.45 | 45.08 | - |
| YUV | 153.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 176 | 0 | 0.24 | 0.02 | 0.29 | 305.45 | 0.23 | 0.62 |
| Hex | B4 | 88 | B0 | 0 | 18 | 2 | 1D | 131 | 17 | 3E |
| Octal | 264 | 210 | 260 | 0 | 30 | 2 | 35 | 461 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10110000 | 0 | 11000 | 10 | 11101 | 100110001 | 10111 | 111110 |
Color Harmonies of #B488B0
Complementary color
Monochromatic Colors of #B488B0
Black with #B488B0
Text Example
Text Example
White with #B488B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488B0; }
p { color: rgb(180,136,176); }
H1.HeaderClassName
{
color: #B488B0;
}
.AnyTagClassName
{
color: #B488B0;
}
</style>
background-color css
<style>
a { background-color: #B488B0; }
a { background-color: rgb(180,136,176); }
div.DivClassName
{
background-color: #B488B0;
}
.BgClassName
{
background-color: #B488B0;
}
</style>
border-color css
<style>
span { border-color: #B488B0; }
span { border-color: rgb(180,136,176); }
td.TdClassName
{
border-color: #B488B0;
}
.TagClassName
{
border-color: #B488B0;
}
</style>