Shades of London Hue #B18AB4
Tints of London Hue #B18AB4
RGB
CMYK
RGB Variations
Color information
#B18AB4 (or 0xB18AB4) is known color: London Hue. HEX triplet: B1, 8A and B4. RGB value is (177,138,180). Sum of RGB (Red+Green+Blue) = 177+138+180=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #B18AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AB4 is #4E754B. Grayscale: #9A9A9A. Windows color (decimal): -5141836 or 11831985. OLE color: 11831985.
HSL color Cylindrical-coordinate representation of color #B18AB4: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B18AB4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 138 | 180 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.29 |
| HSL | 295.71º | 0.22% | 0.62% | - |
| HSV(B) | 295.71º | 0.23% | 0.71% | - |
| XYZ | 35.46 | 30.82 | 47.26 | - |
| YUV | 154.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 180 | 0.02 | 0.23 | 0 | 0.29 | 295.71 | 0.22 | 0.62 |
| Hex | B1 | 8A | B4 | 2 | 17 | 0 | 1D | 128 | 16 | 3E |
| Octal | 261 | 212 | 264 | 2 | 27 | 0 | 35 | 450 | 26 | 76 |
| Binary | 10110001 | 10001010 | 10110100 | 10 | 10111 | 0 | 11101 | 100101000 | 10110 | 111110 |
Color Harmonies of #B18AB4
Complementary color
Monochromatic Colors of #B18AB4
Black with #B18AB4
Text Example
Text Example
White with #B18AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AB4; }
p { color: rgb(177,138,180); }
H1.HeaderClassName
{
color: #B18AB4;
}
.AnyTagClassName
{
color: #B18AB4;
}
</style>
background-color css
<style>
a { background-color: #B18AB4; }
a { background-color: rgb(177,138,180); }
div.DivClassName
{
background-color: #B18AB4;
}
.BgClassName
{
background-color: #B18AB4;
}
</style>
border-color css
<style>
span { border-color: #B18AB4; }
span { border-color: rgb(177,138,180); }
td.TdClassName
{
border-color: #B18AB4;
}
.TagClassName
{
border-color: #B18AB4;
}
</style>