Shades of London Hue #B290AF
Tints of London Hue #B290AF
RGB
CMYK
RGB Variations
Color information
#B290AF (or 0xB290AF) is known color: London Hue. HEX triplet: B2, 90 and AF. RGB value is (178,144,175). Sum of RGB (Red+Green+Blue) = 178+144+175=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B290AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B290AF is #4D6F50. Grayscale: #9D9D9D. Windows color (decimal): -5074769 or 11505842. OLE color: 11505842.
HSL color Cylindrical-coordinate representation of color #B290AF: hue angle of 305.29º 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 #B290AF is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 175 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.30 |
| HSL | 305.29º | 0.18% | 0.63% | - |
| HSV(B) | 305.29º | 0.19% | 0.7% | - |
| XYZ | 36.07 | 32.51 | 44.93 | - |
| YUV | 157.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 175 | 0 | 0.19 | 0.02 | 0.30 | 305.29 | 0.18 | 0.63 |
| Hex | B2 | 90 | AF | 0 | 13 | 2 | 1E | 131 | 12 | 3F |
| Octal | 262 | 220 | 257 | 0 | 23 | 2 | 36 | 461 | 22 | 77 |
| Binary | 10110010 | 10010000 | 10101111 | 0 | 10011 | 10 | 11110 | 100110001 | 10010 | 111111 |
Color Harmonies of #B290AF
Complementary color
Monochromatic Colors of #B290AF
Black with #B290AF
Text Example
Text Example
White with #B290AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B290AF; }
p { color: rgb(178,144,175); }
H1.HeaderClassName
{
color: #B290AF;
}
.AnyTagClassName
{
color: #B290AF;
}
</style>
background-color css
<style>
a { background-color: #B290AF; }
a { background-color: rgb(178,144,175); }
div.DivClassName
{
background-color: #B290AF;
}
.BgClassName
{
background-color: #B290AF;
}
</style>
border-color css
<style>
span { border-color: #B290AF; }
span { border-color: rgb(178,144,175); }
td.TdClassName
{
border-color: #B290AF;
}
.TagClassName
{
border-color: #B290AF;
}
</style>