Shades of London Hue #B885AD
Tints of London Hue #B885AD
RGB
CMYK
RGB Variations
Color information
#B885AD (or 0xB885AD) is known color: London Hue. HEX triplet: B8, 85 and AD. RGB value is (184,133,173). Sum of RGB (Red+Green+Blue) = 184+133+173=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AD is #477A52. Grayscale: #989898. Windows color (decimal): -4684371 or 11371960. OLE color: 11371960.
HSL color Cylindrical-coordinate representation of color #B885AD: hue angle of 312.94º 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 #B885AD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 173 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.28 |
| HSL | 312.94º | 0.26% | 0.62% | - |
| HSV(B) | 312.94º | 0.28% | 0.72% | - |
| XYZ | 35.7 | 29.98 | 43.44 | - |
| YUV | 152.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 173 | 0 | 0.28 | 0.06 | 0.28 | 312.94 | 0.26 | 0.62 |
| Hex | B8 | 85 | AD | 0 | 1C | 6 | 1C | 139 | 1A | 3E |
| Octal | 270 | 205 | 255 | 0 | 34 | 6 | 34 | 471 | 32 | 76 |
| Binary | 10111000 | 10000101 | 10101101 | 0 | 11100 | 110 | 11100 | 100111001 | 11010 | 111110 |
Color Harmonies of #B885AD
Complementary color
Monochromatic Colors of #B885AD
Black with #B885AD
Text Example
Text Example
White with #B885AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885AD; }
p { color: rgb(184,133,173); }
H1.HeaderClassName
{
color: #B885AD;
}
.AnyTagClassName
{
color: #B885AD;
}
</style>
background-color css
<style>
a { background-color: #B885AD; }
a { background-color: rgb(184,133,173); }
div.DivClassName
{
background-color: #B885AD;
}
.BgClassName
{
background-color: #B885AD;
}
</style>
border-color css
<style>
span { border-color: #B885AD; }
span { border-color: rgb(184,133,173); }
td.TdClassName
{
border-color: #B885AD;
}
.TagClassName
{
border-color: #B885AD;
}
</style>