Shades of London Hue #B288B3
Tints of London Hue #B288B3
RGB
CMYK
RGB Variations
Color information
#B288B3 (or 0xB288B3) is known color: London Hue. HEX triplet: B2, 88 and B3. RGB value is (178,136,179). Sum of RGB (Red+Green+Blue) = 178+136+179=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #B288B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288B3 is #4D774C. Grayscale: #999999. Windows color (decimal): -5076813 or 11765938. OLE color: 11765938.
HSL color Cylindrical-coordinate representation of color #B288B3: hue angle of 298.6º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288B3 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 179 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.30 |
| HSL | 298.6º | 0.22% | 0.62% | - |
| HSV(B) | 298.6º | 0.24% | 0.7% | - |
| XYZ | 35.3 | 30.33 | 46.64 | - |
| YUV | 153.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 179 | 0.01 | 0.24 | 0 | 0.30 | 298.6 | 0.22 | 0.62 |
| Hex | B2 | 88 | B3 | 1 | 18 | 0 | 1E | 12B | 16 | 3E |
| Octal | 262 | 210 | 263 | 1 | 30 | 0 | 36 | 453 | 26 | 76 |
| Binary | 10110010 | 10001000 | 10110011 | 1 | 11000 | 0 | 11110 | 100101011 | 10110 | 111110 |
Color Harmonies of #B288B3
Complementary color
Monochromatic Colors of #B288B3
Black with #B288B3
Text Example
Text Example
White with #B288B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288B3; }
p { color: rgb(178,136,179); }
H1.HeaderClassName
{
color: #B288B3;
}
.AnyTagClassName
{
color: #B288B3;
}
</style>
background-color css
<style>
a { background-color: #B288B3; }
a { background-color: rgb(178,136,179); }
div.DivClassName
{
background-color: #B288B3;
}
.BgClassName
{
background-color: #B288B3;
}
</style>
border-color css
<style>
span { border-color: #B288B3; }
span { border-color: rgb(178,136,179); }
td.TdClassName
{
border-color: #B288B3;
}
.TagClassName
{
border-color: #B288B3;
}
</style>