Shades of London Hue #B290AC
Tints of London Hue #B290AC
RGB
CMYK
RGB Variations
Color information
#B290AC (or 0xB290AC) is known color: London Hue. HEX triplet: B2, 90 and AC. RGB value is (178,144,172). Sum of RGB (Red+Green+Blue) = 178+144+172=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B290AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290AC is #4D6F53. Grayscale: #9D9D9D. Windows color (decimal): -5074772 or 11309234. OLE color: 11309234.
HSL color Cylindrical-coordinate representation of color #B290AC: hue angle of 310.59º 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 #B290AC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 172 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.30 |
| HSL | 310.59º | 0.18% | 0.63% | - |
| HSV(B) | 310.59º | 0.19% | 0.7% | - |
| XYZ | 35.78 | 32.39 | 43.4 | - |
| YUV | 157.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 172 | 0 | 0.19 | 0.03 | 0.30 | 310.59 | 0.18 | 0.63 |
| Hex | B2 | 90 | AC | 0 | 13 | 3 | 1E | 137 | 12 | 3F |
| Octal | 262 | 220 | 254 | 0 | 23 | 3 | 36 | 467 | 22 | 77 |
| Binary | 10110010 | 10010000 | 10101100 | 0 | 10011 | 11 | 11110 | 100110111 | 10010 | 111111 |
Color Harmonies of #B290AC
Complementary color
Monochromatic Colors of #B290AC
Black with #B290AC
Text Example
Text Example
White with #B290AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290AC; }
p { color: rgb(178,144,172); }
H1.HeaderClassName
{
color: #B290AC;
}
.AnyTagClassName
{
color: #B290AC;
}
</style>
background-color css
<style>
a { background-color: #B290AC; }
a { background-color: rgb(178,144,172); }
div.DivClassName
{
background-color: #B290AC;
}
.BgClassName
{
background-color: #B290AC;
}
</style>
border-color css
<style>
span { border-color: #B290AC; }
span { border-color: rgb(178,144,172); }
td.TdClassName
{
border-color: #B290AC;
}
.TagClassName
{
border-color: #B290AC;
}
</style>