Shades of London Hue #B398AF
Tints of London Hue #B398AF
RGB
CMYK
RGB Variations
Color information
#B398AF (or 0xB398AF) is known color: London Hue. HEX triplet: B3, 98 and AF. RGB value is (179,152,175). Sum of RGB (Red+Green+Blue) = 179+152+175=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B398AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398AF is #4C6750. Grayscale: #A2A2A2. Windows color (decimal): -5007185 or 11507891. OLE color: 11507891.
HSL color Cylindrical-coordinate representation of color #B398AF: hue angle of 308.89º 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 #B398AF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 175 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.30 |
| HSL | 308.89º | 0.15% | 0.65% | - |
| HSV(B) | 308.89º | 0.15% | 0.7% | - |
| XYZ | 37.56 | 35.14 | 45.36 | - |
| YUV | 162.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 175 | 0 | 0.15 | 0.02 | 0.30 | 308.89 | 0.15 | 0.65 |
| Hex | B3 | 98 | AF | 0 | F | 2 | 1E | 135 | F | 41 |
| Octal | 263 | 230 | 257 | 0 | 17 | 2 | 36 | 465 | 17 | 101 |
| Binary | 10110011 | 10011000 | 10101111 | 0 | 1111 | 10 | 11110 | 100110101 | 1111 | 1000001 |
Color Harmonies of #B398AF
Complementary color
Monochromatic Colors of #B398AF
Black with #B398AF
Text Example
Text Example
White with #B398AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398AF; }
p { color: rgb(179,152,175); }
H1.HeaderClassName
{
color: #B398AF;
}
.AnyTagClassName
{
color: #B398AF;
}
</style>
background-color css
<style>
a { background-color: #B398AF; }
a { background-color: rgb(179,152,175); }
div.DivClassName
{
background-color: #B398AF;
}
.BgClassName
{
background-color: #B398AF;
}
</style>
border-color css
<style>
span { border-color: #B398AF; }
span { border-color: rgb(179,152,175); }
td.TdClassName
{
border-color: #B398AF;
}
.TagClassName
{
border-color: #B398AF;
}
</style>