Shades of London Hue #B38BA8
Tints of London Hue #B38BA8
RGB
CMYK
RGB Variations
Color information
#B38BA8 (or 0xB38BA8) is known color: London Hue. HEX triplet: B3, 8B and A8. RGB value is (179,139,168). Sum of RGB (Red+Green+Blue) = 179+139+168=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA8 is #4C7457. Grayscale: #9A9A9A. Windows color (decimal): -5010520 or 11045811. OLE color: 11045811.
HSL color Cylindrical-coordinate representation of color #B38BA8: hue angle of 316.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BA8 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 168 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.30 |
| HSL | 316.5º | 0.21% | 0.62% | - |
| HSV(B) | 316.5º | 0.22% | 0.7% | - |
| XYZ | 34.89 | 30.88 | 41.17 | - |
| YUV | 154.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 168 | 0 | 0.22 | 0.06 | 0.30 | 316.5 | 0.21 | 0.62 |
| Hex | B3 | 8B | A8 | 0 | 16 | 6 | 1E | 13C | 15 | 3E |
| Octal | 263 | 213 | 250 | 0 | 26 | 6 | 36 | 474 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10101000 | 0 | 10110 | 110 | 11110 | 100111100 | 10101 | 111110 |
Color Harmonies of #B38BA8
Complementary color
Monochromatic Colors of #B38BA8
Black with #B38BA8
Text Example
Text Example
White with #B38BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BA8; }
p { color: rgb(179,139,168); }
H1.HeaderClassName
{
color: #B38BA8;
}
.AnyTagClassName
{
color: #B38BA8;
}
</style>
background-color css
<style>
a { background-color: #B38BA8; }
a { background-color: rgb(179,139,168); }
div.DivClassName
{
background-color: #B38BA8;
}
.BgClassName
{
background-color: #B38BA8;
}
</style>
border-color css
<style>
span { border-color: #B38BA8; }
span { border-color: rgb(179,139,168); }
td.TdClassName
{
border-color: #B38BA8;
}
.TagClassName
{
border-color: #B38BA8;
}
</style>