Shades of London Hue #B290AB
Tints of London Hue #B290AB
RGB
CMYK
RGB Variations
Color information
#B290AB (or 0xB290AB) is known color: London Hue. HEX triplet: B2, 90 and AB. RGB value is (178,144,171). Sum of RGB (Red+Green+Blue) = 178+144+171=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B290AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290AB is #4D6F54. Grayscale: #9D9D9D. Windows color (decimal): -5074773 or 11243698. OLE color: 11243698.
HSL color Cylindrical-coordinate representation of color #B290AB: hue angle of 312.35º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B290AB is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 171 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.30 |
| HSL | 312.35º | 0.18% | 0.63% | - |
| HSV(B) | 312.35º | 0.19% | 0.7% | - |
| XYZ | 35.68 | 32.35 | 42.89 | - |
| YUV | 157.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 171 | 0 | 0.19 | 0.04 | 0.30 | 312.35 | 0.18 | 0.63 |
| Hex | B2 | 90 | AB | 0 | 13 | 4 | 1E | 138 | 12 | 3F |
| Octal | 262 | 220 | 253 | 0 | 23 | 4 | 36 | 470 | 22 | 77 |
| Binary | 10110010 | 10010000 | 10101011 | 0 | 10011 | 100 | 11110 | 100111000 | 10010 | 111111 |
Color Harmonies of #B290AB
Complementary color
Monochromatic Colors of #B290AB
Black with #B290AB
Text Example
Text Example
White with #B290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290AB; }
p { color: rgb(178,144,171); }
H1.HeaderClassName
{
color: #B290AB;
}
.AnyTagClassName
{
color: #B290AB;
}
</style>
background-color css
<style>
a { background-color: #B290AB; }
a { background-color: rgb(178,144,171); }
div.DivClassName
{
background-color: #B290AB;
}
.BgClassName
{
background-color: #B290AB;
}
</style>
border-color css
<style>
span { border-color: #B290AB; }
span { border-color: rgb(178,144,171); }
td.TdClassName
{
border-color: #B290AB;
}
.TagClassName
{
border-color: #B290AB;
}
</style>