Shades of London Hue #B085AC
Tints of London Hue #B085AC
RGB
CMYK
RGB Variations
Color information
#B085AC (or 0xB085AC) is known color: London Hue. HEX triplet: B0, 85 and AC. RGB value is (176,133,172). Sum of RGB (Red+Green+Blue) = 176+133+172=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B085AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B085AC is #4F7A53. Grayscale: #969696. Windows color (decimal): -5208660 or 11306416. OLE color: 11306416.
HSL color Cylindrical-coordinate representation of color #B085AC: hue angle of 305.58º 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 #B085AC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 172 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.31 |
| HSL | 305.58º | 0.21% | 0.61% | - |
| HSV(B) | 305.58º | 0.24% | 0.69% | - |
| XYZ | 33.74 | 28.98 | 42.85 | - |
| YUV | 150.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 172 | 0 | 0.24 | 0.02 | 0.31 | 305.58 | 0.21 | 0.61 |
| Hex | B0 | 85 | AC | 0 | 18 | 2 | 1F | 132 | 15 | 3D |
| Octal | 260 | 205 | 254 | 0 | 30 | 2 | 37 | 462 | 25 | 75 |
| Binary | 10110000 | 10000101 | 10101100 | 0 | 11000 | 10 | 11111 | 100110010 | 10101 | 111101 |
Color Harmonies of #B085AC
Complementary color
Monochromatic Colors of #B085AC
Black with #B085AC
Text Example
Text Example
White with #B085AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085AC; }
p { color: rgb(176,133,172); }
H1.HeaderClassName
{
color: #B085AC;
}
.AnyTagClassName
{
color: #B085AC;
}
</style>
background-color css
<style>
a { background-color: #B085AC; }
a { background-color: rgb(176,133,172); }
div.DivClassName
{
background-color: #B085AC;
}
.BgClassName
{
background-color: #B085AC;
}
</style>
border-color css
<style>
span { border-color: #B085AC; }
span { border-color: rgb(176,133,172); }
td.TdClassName
{
border-color: #B085AC;
}
.TagClassName
{
border-color: #B085AC;
}
</style>