Shades of London Hue #B88CBC
Tints of London Hue #B88CBC
RGB
CMYK
RGB Variations
Color information
#B88CBC (or 0xB88CBC) is known color: London Hue. HEX triplet: B8, 8C and BC. RGB value is (184,140,188). Sum of RGB (Red+Green+Blue) = 184+140+188=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B88CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CBC is #477343. Grayscale: #9E9E9E. Windows color (decimal): -4682564 or 12356792. OLE color: 12356792.
HSL color Cylindrical-coordinate representation of color #B88CBC: hue angle of 295º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88CBC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 140 | 188 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.26 |
| HSL | 295º | 0.26% | 0.64% | - |
| HSV(B) | 295º | 0.26% | 0.74% | - |
| XYZ | 38.22 | 32.58 | 51.85 | - |
| YUV | 158.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 188 | 0.02 | 0.26 | 0 | 0.26 | 295 | 0.26 | 0.64 |
| Hex | B8 | 8C | BC | 2 | 1A | 0 | 1A | 127 | 1A | 40 |
| Octal | 270 | 214 | 274 | 2 | 32 | 0 | 32 | 447 | 32 | 100 |
| Binary | 10111000 | 10001100 | 10111100 | 10 | 11010 | 0 | 11010 | 100100111 | 11010 | 1000000 |
Color Harmonies of #B88CBC
Complementary color
Monochromatic Colors of #B88CBC
Black with #B88CBC
Text Example
Text Example
White with #B88CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CBC; }
p { color: rgb(184,140,188); }
H1.HeaderClassName
{
color: #B88CBC;
}
.AnyTagClassName
{
color: #B88CBC;
}
</style>
background-color css
<style>
a { background-color: #B88CBC; }
a { background-color: rgb(184,140,188); }
div.DivClassName
{
background-color: #B88CBC;
}
.BgClassName
{
background-color: #B88CBC;
}
</style>
border-color css
<style>
span { border-color: #B88CBC; }
span { border-color: rgb(184,140,188); }
td.TdClassName
{
border-color: #B88CBC;
}
.TagClassName
{
border-color: #B88CBC;
}
</style>