Shades of London Hue #B393AB
Tints of London Hue #B393AB
RGB
CMYK
RGB Variations
Color information
#B393AB (or 0xB393AB) is known color: London Hue. HEX triplet: B3, 93 and AB. RGB value is (179,147,171). Sum of RGB (Red+Green+Blue) = 179+147+171=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AB is #4C6C54. Grayscale: #9F9F9F. Windows color (decimal): -5008469 or 11244467. OLE color: 11244467.
HSL color Cylindrical-coordinate representation of color #B393AB: hue angle of 315º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393AB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 171 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.30 |
| HSL | 315º | 0.17% | 0.64% | - |
| HSV(B) | 315º | 0.18% | 0.7% | - |
| XYZ | 36.37 | 33.39 | 43.06 | - |
| YUV | 159.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 171 | 0 | 0.18 | 0.04 | 0.30 | 315 | 0.17 | 0.64 |
| Hex | B3 | 93 | AB | 0 | 12 | 4 | 1E | 13B | 11 | 40 |
| Octal | 263 | 223 | 253 | 0 | 22 | 4 | 36 | 473 | 21 | 100 |
| Binary | 10110011 | 10010011 | 10101011 | 0 | 10010 | 100 | 11110 | 100111011 | 10001 | 1000000 |
Color Harmonies of #B393AB
Complementary color
Monochromatic Colors of #B393AB
Black with #B393AB
Text Example
Text Example
White with #B393AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393AB; }
p { color: rgb(179,147,171); }
H1.HeaderClassName
{
color: #B393AB;
}
.AnyTagClassName
{
color: #B393AB;
}
</style>
background-color css
<style>
a { background-color: #B393AB; }
a { background-color: rgb(179,147,171); }
div.DivClassName
{
background-color: #B393AB;
}
.BgClassName
{
background-color: #B393AB;
}
</style>
border-color css
<style>
span { border-color: #B393AB; }
span { border-color: rgb(179,147,171); }
td.TdClassName
{
border-color: #B393AB;
}
.TagClassName
{
border-color: #B393AB;
}
</style>