Shades of London Hue #B27CAB
Tints of London Hue #B27CAB
RGB
CMYK
RGB Variations
Color information
#B27CAB (or 0xB27CAB) is known color: London Hue. HEX triplet: B2, 7C and AB. RGB value is (178,124,171). Sum of RGB (Red+Green+Blue) = 178+124+171=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CAB is #4D8354. Grayscale: #919191. Windows color (decimal): -5079893 or 11238578. OLE color: 11238578.
HSL color Cylindrical-coordinate representation of color #B27CAB: hue angle of 307.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27CAB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 171 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.30 |
| HSL | 307.78º | 0.26% | 0.59% | - |
| HSV(B) | 307.78º | 0.3% | 0.7% | - |
| XYZ | 32.92 | 26.82 | 41.97 | - |
| YUV | 145.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 171 | 0 | 0.30 | 0.04 | 0.30 | 307.78 | 0.26 | 0.59 |
| Hex | B2 | 7C | AB | 0 | 1E | 4 | 1E | 134 | 1A | 3B |
| Octal | 262 | 174 | 253 | 0 | 36 | 4 | 36 | 464 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10101011 | 0 | 11110 | 100 | 11110 | 100110100 | 11010 | 111011 |
Color Harmonies of #B27CAB
Complementary color
Monochromatic Colors of #B27CAB
Black with #B27CAB
Text Example
Text Example
White with #B27CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CAB; }
p { color: rgb(178,124,171); }
H1.HeaderClassName
{
color: #B27CAB;
}
.AnyTagClassName
{
color: #B27CAB;
}
</style>
background-color css
<style>
a { background-color: #B27CAB; }
a { background-color: rgb(178,124,171); }
div.DivClassName
{
background-color: #B27CAB;
}
.BgClassName
{
background-color: #B27CAB;
}
</style>
border-color css
<style>
span { border-color: #B27CAB; }
span { border-color: rgb(178,124,171); }
td.TdClassName
{
border-color: #B27CAB;
}
.TagClassName
{
border-color: #B27CAB;
}
</style>