Shades of London Hue #B088B3
Tints of London Hue #B088B3
RGB
CMYK
RGB Variations
Color information
#B088B3 (or 0xB088B3) is known color: London Hue. HEX triplet: B0, 88 and B3. RGB value is (176,136,179). Sum of RGB (Red+Green+Blue) = 176+136+179=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #B088B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088B3 is #4F774C. Grayscale: #989898. Windows color (decimal): -5207885 or 11765936. OLE color: 11765936.
HSL color Cylindrical-coordinate representation of color #B088B3: hue angle of 295.81º 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 #B088B3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 136 | 179 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.30 |
| HSL | 295.81º | 0.22% | 0.62% | - |
| HSV(B) | 295.81º | 0.24% | 0.7% | - |
| XYZ | 34.85 | 30.09 | 46.62 | - |
| YUV | 152.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 179 | 0.02 | 0.24 | 0 | 0.30 | 295.81 | 0.22 | 0.62 |
| Hex | B0 | 88 | B3 | 2 | 18 | 0 | 1E | 128 | 16 | 3E |
| Octal | 260 | 210 | 263 | 2 | 30 | 0 | 36 | 450 | 26 | 76 |
| Binary | 10110000 | 10001000 | 10110011 | 10 | 11000 | 0 | 11110 | 100101000 | 10110 | 111110 |
Color Harmonies of #B088B3
Complementary color
Monochromatic Colors of #B088B3
Black with #B088B3
Text Example
Text Example
White with #B088B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088B3; }
p { color: rgb(176,136,179); }
H1.HeaderClassName
{
color: #B088B3;
}
.AnyTagClassName
{
color: #B088B3;
}
</style>
background-color css
<style>
a { background-color: #B088B3; }
a { background-color: rgb(176,136,179); }
div.DivClassName
{
background-color: #B088B3;
}
.BgClassName
{
background-color: #B088B3;
}
</style>
border-color css
<style>
span { border-color: #B088B3; }
span { border-color: rgb(176,136,179); }
td.TdClassName
{
border-color: #B088B3;
}
.TagClassName
{
border-color: #B088B3;
}
</style>