Shades of London Hue #B182AB
Tints of London Hue #B182AB
RGB
CMYK
RGB Variations
Color information
#B182AB (or 0xB182AB) is known color: London Hue. HEX triplet: B1, 82 and AB. RGB value is (177,130,171). Sum of RGB (Red+Green+Blue) = 177+130+171=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AB is #4E7D54. Grayscale: #949494. Windows color (decimal): -5143893 or 11240113. OLE color: 11240113.
HSL color Cylindrical-coordinate representation of color #B182AB: hue angle of 307.66º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182AB is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 171 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.31 |
| HSL | 307.66º | 0.23% | 0.6% | - |
| HSV(B) | 307.66º | 0.27% | 0.69% | - |
| XYZ | 33.46 | 28.25 | 42.22 | - |
| YUV | 148.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 171 | 0 | 0.27 | 0.03 | 0.31 | 307.66 | 0.23 | 0.6 |
| Hex | B1 | 82 | AB | 0 | 1B | 3 | 1F | 134 | 17 | 3C |
| Octal | 261 | 202 | 253 | 0 | 33 | 3 | 37 | 464 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10101011 | 0 | 11011 | 11 | 11111 | 100110100 | 10111 | 111100 |
Color Harmonies of #B182AB
Complementary color
Monochromatic Colors of #B182AB
Black with #B182AB
Text Example
Text Example
White with #B182AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182AB; }
p { color: rgb(177,130,171); }
H1.HeaderClassName
{
color: #B182AB;
}
.AnyTagClassName
{
color: #B182AB;
}
</style>
background-color css
<style>
a { background-color: #B182AB; }
a { background-color: rgb(177,130,171); }
div.DivClassName
{
background-color: #B182AB;
}
.BgClassName
{
background-color: #B182AB;
}
</style>
border-color css
<style>
span { border-color: #B182AB; }
span { border-color: rgb(177,130,171); }
td.TdClassName
{
border-color: #B182AB;
}
.TagClassName
{
border-color: #B182AB;
}
</style>