Shades of London Hue #B885B6
Tints of London Hue #B885B6
RGB
CMYK
RGB Variations
Color information
#B885B6 (or 0xB885B6) is known color: London Hue. HEX triplet: B8, 85 and B6. RGB value is (184,133,182). Sum of RGB (Red+Green+Blue) = 184+133+182=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B885B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885B6 is #477A49. Grayscale: #999999. Windows color (decimal): -4684362 or 11961784. OLE color: 11961784.
HSL color Cylindrical-coordinate representation of color #B885B6: hue angle of 302.35º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B885B6 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 182 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.28 |
| HSL | 302.35º | 0.26% | 0.62% | - |
| HSV(B) | 302.35º | 0.28% | 0.72% | - |
| XYZ | 36.6 | 30.34 | 48.18 | - |
| YUV | 153.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 182 | 0 | 0.28 | 0.01 | 0.28 | 302.35 | 0.26 | 0.62 |
| Hex | B8 | 85 | B6 | 0 | 1C | 1 | 1C | 12E | 1A | 3E |
| Octal | 270 | 205 | 266 | 0 | 34 | 1 | 34 | 456 | 32 | 76 |
| Binary | 10111000 | 10000101 | 10110110 | 0 | 11100 | 1 | 11100 | 100101110 | 11010 | 111110 |
Color Harmonies of #B885B6
Complementary color
Monochromatic Colors of #B885B6
Black with #B885B6
Text Example
Text Example
White with #B885B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885B6; }
p { color: rgb(184,133,182); }
H1.HeaderClassName
{
color: #B885B6;
}
.AnyTagClassName
{
color: #B885B6;
}
</style>
background-color css
<style>
a { background-color: #B885B6; }
a { background-color: rgb(184,133,182); }
div.DivClassName
{
background-color: #B885B6;
}
.BgClassName
{
background-color: #B885B6;
}
</style>
border-color css
<style>
span { border-color: #B885B6; }
span { border-color: rgb(184,133,182); }
td.TdClassName
{
border-color: #B885B6;
}
.TagClassName
{
border-color: #B885B6;
}
</style>