Shades of London Hue #B488B8
Tints of London Hue #B488B8
RGB
CMYK
RGB Variations
Color information
#B488B8 (or 0xB488B8) is known color: London Hue. HEX triplet: B4, 88 and B8. RGB value is (180,136,184). Sum of RGB (Red+Green+Blue) = 180+136+184=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #B488B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488B8 is #4B7747. Grayscale: #9A9A9A. Windows color (decimal): -4945736 or 12093620. OLE color: 12093620.
HSL color Cylindrical-coordinate representation of color #B488B8: hue angle of 295º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B488B8 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 136 | 184 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.28 |
| HSL | 295º | 0.25% | 0.63% | - |
| HSV(B) | 295º | 0.26% | 0.72% | - |
| XYZ | 36.28 | 30.77 | 49.37 | - |
| YUV | 154.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 184 | 0.02 | 0.26 | 0 | 0.28 | 295 | 0.25 | 0.63 |
| Hex | B4 | 88 | B8 | 2 | 1A | 0 | 1C | 127 | 19 | 3F |
| Octal | 264 | 210 | 270 | 2 | 32 | 0 | 34 | 447 | 31 | 77 |
| Binary | 10110100 | 10001000 | 10111000 | 10 | 11010 | 0 | 11100 | 100100111 | 11001 | 111111 |
Color Harmonies of #B488B8
Complementary color
Monochromatic Colors of #B488B8
Black with #B488B8
Text Example
Text Example
White with #B488B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488B8; }
p { color: rgb(180,136,184); }
H1.HeaderClassName
{
color: #B488B8;
}
.AnyTagClassName
{
color: #B488B8;
}
</style>
background-color css
<style>
a { background-color: #B488B8; }
a { background-color: rgb(180,136,184); }
div.DivClassName
{
background-color: #B488B8;
}
.BgClassName
{
background-color: #B488B8;
}
</style>
border-color css
<style>
span { border-color: #B488B8; }
span { border-color: rgb(180,136,184); }
td.TdClassName
{
border-color: #B488B8;
}
.TagClassName
{
border-color: #B488B8;
}
</style>