Shades of London Hue #B38FAC
Tints of London Hue #B38FAC
RGB
CMYK
RGB Variations
Color information
#B38FAC (or 0xB38FAC) is known color: London Hue. HEX triplet: B3, 8F and AC. RGB value is (179,143,172). Sum of RGB (Red+Green+Blue) = 179+143+172=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B38FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38FAC is #4C7053. Grayscale: #9C9C9C. Windows color (decimal): -5009492 or 11308979. OLE color: 11308979.
HSL color Cylindrical-coordinate representation of color #B38FAC: hue angle of 311.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38FAC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 172 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.30 |
| HSL | 311.67º | 0.19% | 0.63% | - |
| HSV(B) | 311.67º | 0.2% | 0.7% | - |
| XYZ | 35.86 | 32.21 | 43.36 | - |
| YUV | 157.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 172 | 0 | 0.20 | 0.04 | 0.30 | 311.67 | 0.19 | 0.63 |
| Hex | B3 | 8F | AC | 0 | 14 | 4 | 1E | 138 | 13 | 3F |
| Octal | 263 | 217 | 254 | 0 | 24 | 4 | 36 | 470 | 23 | 77 |
| Binary | 10110011 | 10001111 | 10101100 | 0 | 10100 | 100 | 11110 | 100111000 | 10011 | 111111 |
Color Harmonies of #B38FAC
Complementary color
Monochromatic Colors of #B38FAC
Black with #B38FAC
Text Example
Text Example
White with #B38FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FAC; }
p { color: rgb(179,143,172); }
H1.HeaderClassName
{
color: #B38FAC;
}
.AnyTagClassName
{
color: #B38FAC;
}
</style>
background-color css
<style>
a { background-color: #B38FAC; }
a { background-color: rgb(179,143,172); }
div.DivClassName
{
background-color: #B38FAC;
}
.BgClassName
{
background-color: #B38FAC;
}
</style>
border-color css
<style>
span { border-color: #B38FAC; }
span { border-color: rgb(179,143,172); }
td.TdClassName
{
border-color: #B38FAC;
}
.TagClassName
{
border-color: #B38FAC;
}
</style>