Shades of London Hue #B085B4
Tints of London Hue #B085B4
RGB
CMYK
RGB Variations
Color information
#B085B4 (or 0xB085B4) is known color: London Hue. HEX triplet: B0, 85 and B4. RGB value is (176,133,180). Sum of RGB (Red+Green+Blue) = 176+133+180=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #B085B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085B4 is #4F7A4B. Grayscale: #979797. Windows color (decimal): -5208652 or 11830704. OLE color: 11830704.
HSL color Cylindrical-coordinate representation of color #B085B4: hue angle of 294.89º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B085B4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 133 | 180 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.29 |
| HSL | 294.89º | 0.24% | 0.61% | - |
| HSV(B) | 294.89º | 0.26% | 0.71% | - |
| XYZ | 34.53 | 29.3 | 47.02 | - |
| YUV | 151.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 180 | 0.02 | 0.26 | 0 | 0.29 | 294.89 | 0.24 | 0.61 |
| Hex | B0 | 85 | B4 | 2 | 1A | 0 | 1D | 127 | 18 | 3D |
| Octal | 260 | 205 | 264 | 2 | 32 | 0 | 35 | 447 | 30 | 75 |
| Binary | 10110000 | 10000101 | 10110100 | 10 | 11010 | 0 | 11101 | 100100111 | 11000 | 111101 |
Color Harmonies of #B085B4
Complementary color
Monochromatic Colors of #B085B4
Black with #B085B4
Text Example
Text Example
White with #B085B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085B4; }
p { color: rgb(176,133,180); }
H1.HeaderClassName
{
color: #B085B4;
}
.AnyTagClassName
{
color: #B085B4;
}
</style>
background-color css
<style>
a { background-color: #B085B4; }
a { background-color: rgb(176,133,180); }
div.DivClassName
{
background-color: #B085B4;
}
.BgClassName
{
background-color: #B085B4;
}
</style>
border-color css
<style>
span { border-color: #B085B4; }
span { border-color: rgb(176,133,180); }
td.TdClassName
{
border-color: #B085B4;
}
.TagClassName
{
border-color: #B085B4;
}
</style>