Shades of London Hue #B488B2
Tints of London Hue #B488B2
RGB
CMYK
RGB Variations
Color information
#B488B2 (or 0xB488B2) is known color: London Hue. HEX triplet: B4, 88 and B2. RGB value is (180,136,178). Sum of RGB (Red+Green+Blue) = 180+136+178=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B488B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488B2 is #4B774D. Grayscale: #999999. Windows color (decimal): -4945742 or 11700404. OLE color: 11700404.
HSL color Cylindrical-coordinate representation of color #B488B2: hue angle of 302.73º 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 #B488B2 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 178 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.29 |
| HSL | 302.73º | 0.23% | 0.62% | - |
| HSV(B) | 302.73º | 0.24% | 0.71% | - |
| XYZ | 35.66 | 30.53 | 46.13 | - |
| YUV | 153.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 178 | 0 | 0.24 | 0.01 | 0.29 | 302.73 | 0.23 | 0.62 |
| Hex | B4 | 88 | B2 | 0 | 18 | 1 | 1D | 12F | 17 | 3E |
| Octal | 264 | 210 | 262 | 0 | 30 | 1 | 35 | 457 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10110010 | 0 | 11000 | 1 | 11101 | 100101111 | 10111 | 111110 |
Color Harmonies of #B488B2
Complementary color
Monochromatic Colors of #B488B2
Black with #B488B2
Text Example
Text Example
White with #B488B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488B2; }
p { color: rgb(180,136,178); }
H1.HeaderClassName
{
color: #B488B2;
}
.AnyTagClassName
{
color: #B488B2;
}
</style>
background-color css
<style>
a { background-color: #B488B2; }
a { background-color: rgb(180,136,178); }
div.DivClassName
{
background-color: #B488B2;
}
.BgClassName
{
background-color: #B488B2;
}
</style>
border-color css
<style>
span { border-color: #B488B2; }
span { border-color: rgb(180,136,178); }
td.TdClassName
{
border-color: #B488B2;
}
.TagClassName
{
border-color: #B488B2;
}
</style>