Shades of London Hue #B988B2
Tints of London Hue #B988B2
RGB
CMYK
RGB Variations
Color information
#B988B2 (or 0xB988B2) is known color: London Hue. HEX triplet: B9, 88 and B2. RGB value is (185,136,178). Sum of RGB (Red+Green+Blue) = 185+136+178=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B988B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988B2 is #46774D. Grayscale: #9B9B9B. Windows color (decimal): -4618062 or 11700409. OLE color: 11700409.
HSL color Cylindrical-coordinate representation of color #B988B2: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B988B2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 178 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.27 |
| HSL | 308.57º | 0.26% | 0.63% | - |
| HSV(B) | 308.57º | 0.26% | 0.73% | - |
| XYZ | 36.85 | 31.14 | 46.19 | - |
| YUV | 155.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 178 | 0 | 0.26 | 0.04 | 0.27 | 308.57 | 0.26 | 0.63 |
| Hex | B9 | 88 | B2 | 0 | 1A | 4 | 1B | 135 | 1A | 3F |
| Octal | 271 | 210 | 262 | 0 | 32 | 4 | 33 | 465 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10110010 | 0 | 11010 | 100 | 11011 | 100110101 | 11010 | 111111 |
Color Harmonies of #B988B2
Complementary color
Monochromatic Colors of #B988B2
Black with #B988B2
Text Example
Text Example
White with #B988B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988B2; }
p { color: rgb(185,136,178); }
H1.HeaderClassName
{
color: #B988B2;
}
.AnyTagClassName
{
color: #B988B2;
}
</style>
background-color css
<style>
a { background-color: #B988B2; }
a { background-color: rgb(185,136,178); }
div.DivClassName
{
background-color: #B988B2;
}
.BgClassName
{
background-color: #B988B2;
}
</style>
border-color css
<style>
span { border-color: #B988B2; }
span { border-color: rgb(185,136,178); }
td.TdClassName
{
border-color: #B988B2;
}
.TagClassName
{
border-color: #B988B2;
}
</style>