Shades of London Hue #B291AD
Tints of London Hue #B291AD
RGB
CMYK
RGB Variations
Color information
#B291AD (or 0xB291AD) is known color: London Hue. HEX triplet: B2, 91 and AD. RGB value is (178,145,173). Sum of RGB (Red+Green+Blue) = 178+145+173=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B291AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B291AD is #4D6E52. Grayscale: #9D9D9D. Windows color (decimal): -5074515 or 11375026. OLE color: 11375026.
HSL color Cylindrical-coordinate representation of color #B291AD: hue angle of 309.09º 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 #B291AD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 173 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.30 |
| HSL | 309.09º | 0.18% | 0.63% | - |
| HSV(B) | 309.09º | 0.19% | 0.7% | - |
| XYZ | 36.03 | 32.73 | 43.95 | - |
| YUV | 158.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 173 | 0 | 0.19 | 0.03 | 0.30 | 309.09 | 0.18 | 0.63 |
| Hex | B2 | 91 | AD | 0 | 13 | 3 | 1E | 135 | 12 | 3F |
| Octal | 262 | 221 | 255 | 0 | 23 | 3 | 36 | 465 | 22 | 77 |
| Binary | 10110010 | 10010001 | 10101101 | 0 | 10011 | 11 | 11110 | 100110101 | 10010 | 111111 |
Color Harmonies of #B291AD
Complementary color
Monochromatic Colors of #B291AD
Black with #B291AD
Text Example
Text Example
White with #B291AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291AD; }
p { color: rgb(178,145,173); }
H1.HeaderClassName
{
color: #B291AD;
}
.AnyTagClassName
{
color: #B291AD;
}
</style>
background-color css
<style>
a { background-color: #B291AD; }
a { background-color: rgb(178,145,173); }
div.DivClassName
{
background-color: #B291AD;
}
.BgClassName
{
background-color: #B291AD;
}
</style>
border-color css
<style>
span { border-color: #B291AD; }
span { border-color: rgb(178,145,173); }
td.TdClassName
{
border-color: #B291AD;
}
.TagClassName
{
border-color: #B291AD;
}
</style>