Shades of London Hue #B286B4
Tints of London Hue #B286B4
RGB
CMYK
RGB Variations
Color information
#B286B4 (or 0xB286B4) is known color: London Hue. HEX triplet: B2, 86 and B4. RGB value is (178,134,180). Sum of RGB (Red+Green+Blue) = 178+134+180=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #B286B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286B4 is #4D794B. Grayscale: #989898. Windows color (decimal): -5077324 or 11830962. OLE color: 11830962.
HSL color Cylindrical-coordinate representation of color #B286B4: hue angle of 297.39º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B286B4 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 134 | 180 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.29 |
| HSL | 297.39º | 0.23% | 0.62% | - |
| HSV(B) | 297.39º | 0.26% | 0.71% | - |
| XYZ | 35.12 | 29.81 | 47.08 | - |
| YUV | 152.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 180 | 0.01 | 0.26 | 0 | 0.29 | 297.39 | 0.23 | 0.62 |
| Hex | B2 | 86 | B4 | 1 | 1A | 0 | 1D | 129 | 17 | 3E |
| Octal | 262 | 206 | 264 | 1 | 32 | 0 | 35 | 451 | 27 | 76 |
| Binary | 10110010 | 10000110 | 10110100 | 1 | 11010 | 0 | 11101 | 100101001 | 10111 | 111110 |
Color Harmonies of #B286B4
Complementary color
Monochromatic Colors of #B286B4
Black with #B286B4
Text Example
Text Example
White with #B286B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B286B4; }
p { color: rgb(178,134,180); }
H1.HeaderClassName
{
color: #B286B4;
}
.AnyTagClassName
{
color: #B286B4;
}
</style>
background-color css
<style>
a { background-color: #B286B4; }
a { background-color: rgb(178,134,180); }
div.DivClassName
{
background-color: #B286B4;
}
.BgClassName
{
background-color: #B286B4;
}
</style>
border-color css
<style>
span { border-color: #B286B4; }
span { border-color: rgb(178,134,180); }
td.TdClassName
{
border-color: #B286B4;
}
.TagClassName
{
border-color: #B286B4;
}
</style>