Shades of London Hue #B398AB
Tints of London Hue #B398AB
RGB
CMYK
RGB Variations
Color information
#B398AB (or 0xB398AB) is known color: London Hue. HEX triplet: B3, 98 and AB. RGB value is (179,152,171). Sum of RGB (Red+Green+Blue) = 179+152+171=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B398AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398AB is #4C6754. Grayscale: #A2A2A2. Windows color (decimal): -5007189 or 11245747. OLE color: 11245747.
HSL color Cylindrical-coordinate representation of color #B398AB: hue angle of 317.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B398AB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 171 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.30 |
| HSL | 317.78º | 0.15% | 0.65% | - |
| HSV(B) | 317.78º | 0.15% | 0.7% | - |
| XYZ | 37.17 | 34.98 | 43.32 | - |
| YUV | 162.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 171 | 0 | 0.15 | 0.04 | 0.30 | 317.78 | 0.15 | 0.65 |
| Hex | B3 | 98 | AB | 0 | F | 4 | 1E | 13E | F | 41 |
| Octal | 263 | 230 | 253 | 0 | 17 | 4 | 36 | 476 | 17 | 101 |
| Binary | 10110011 | 10011000 | 10101011 | 0 | 1111 | 100 | 11110 | 100111110 | 1111 | 1000001 |
Color Harmonies of #B398AB
Complementary color
Monochromatic Colors of #B398AB
Black with #B398AB
Text Example
Text Example
White with #B398AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398AB; }
p { color: rgb(179,152,171); }
H1.HeaderClassName
{
color: #B398AB;
}
.AnyTagClassName
{
color: #B398AB;
}
</style>
background-color css
<style>
a { background-color: #B398AB; }
a { background-color: rgb(179,152,171); }
div.DivClassName
{
background-color: #B398AB;
}
.BgClassName
{
background-color: #B398AB;
}
</style>
border-color css
<style>
span { border-color: #B398AB; }
span { border-color: rgb(179,152,171); }
td.TdClassName
{
border-color: #B398AB;
}
.TagClassName
{
border-color: #B398AB;
}
</style>