Shades of London Hue #B085AD
Tints of London Hue #B085AD
RGB
CMYK
RGB Variations
Color information
#B085AD (or 0xB085AD) is known color: London Hue. HEX triplet: B0, 85 and AD. RGB value is (176,133,173). Sum of RGB (Red+Green+Blue) = 176+133+173=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B085AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085AD is #4F7A52. Grayscale: #969696. Windows color (decimal): -5208659 or 11371952. OLE color: 11371952.
HSL color Cylindrical-coordinate representation of color #B085AD: hue angle of 304.19º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B085AD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 173 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.31 |
| HSL | 304.19º | 0.21% | 0.61% | - |
| HSV(B) | 304.19º | 0.24% | 0.69% | - |
| XYZ | 33.83 | 29.02 | 43.35 | - |
| YUV | 150.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 173 | 0 | 0.24 | 0.02 | 0.31 | 304.19 | 0.21 | 0.61 |
| Hex | B0 | 85 | AD | 0 | 18 | 2 | 1F | 130 | 15 | 3D |
| Octal | 260 | 205 | 255 | 0 | 30 | 2 | 37 | 460 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10101101 | 0 | 11000 | 10 | 11111 | 100110000 | 10101 | 111101 |
Color Harmonies of #B085AD
Complementary color
Monochromatic Colors of #B085AD
Black with #B085AD
Text Example
Text Example
White with #B085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085AD; }
p { color: rgb(176,133,173); }
H1.HeaderClassName
{
color: #B085AD;
}
.AnyTagClassName
{
color: #B085AD;
}
</style>
background-color css
<style>
a { background-color: #B085AD; }
a { background-color: rgb(176,133,173); }
div.DivClassName
{
background-color: #B085AD;
}
.BgClassName
{
background-color: #B085AD;
}
</style>
border-color css
<style>
span { border-color: #B085AD; }
span { border-color: rgb(176,133,173); }
td.TdClassName
{
border-color: #B085AD;
}
.TagClassName
{
border-color: #B085AD;
}
</style>