Shades of London Hue #B388AB
Tints of London Hue #B388AB
RGB
CMYK
RGB Variations
Color information
#B388AB (or 0xB388AB) is known color: London Hue. HEX triplet: B3, 88 and AB. RGB value is (179,136,171). Sum of RGB (Red+Green+Blue) = 179+136+171=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388AB is #4C7754. Grayscale: #989898. Windows color (decimal): -5011285 or 11241651. OLE color: 11241651.
HSL color Cylindrical-coordinate representation of color #B388AB: hue angle of 311.16º 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 #B388AB is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 171 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.30 |
| HSL | 311.16º | 0.22% | 0.62% | - |
| HSV(B) | 311.16º | 0.24% | 0.7% | - |
| XYZ | 34.75 | 30.13 | 42.51 | - |
| YUV | 152.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 171 | 0 | 0.24 | 0.04 | 0.30 | 311.16 | 0.22 | 0.62 |
| Hex | B3 | 88 | AB | 0 | 18 | 4 | 1E | 137 | 16 | 3E |
| Octal | 263 | 210 | 253 | 0 | 30 | 4 | 36 | 467 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10101011 | 0 | 11000 | 100 | 11110 | 100110111 | 10110 | 111110 |
Color Harmonies of #B388AB
Complementary color
Monochromatic Colors of #B388AB
Black with #B388AB
Text Example
Text Example
White with #B388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388AB; }
p { color: rgb(179,136,171); }
H1.HeaderClassName
{
color: #B388AB;
}
.AnyTagClassName
{
color: #B388AB;
}
</style>
background-color css
<style>
a { background-color: #B388AB; }
a { background-color: rgb(179,136,171); }
div.DivClassName
{
background-color: #B388AB;
}
.BgClassName
{
background-color: #B388AB;
}
</style>
border-color css
<style>
span { border-color: #B388AB; }
span { border-color: rgb(179,136,171); }
td.TdClassName
{
border-color: #B388AB;
}
.TagClassName
{
border-color: #B388AB;
}
</style>