Shades of London Hue #B398B4
Tints of London Hue #B398B4
RGB
CMYK
RGB Variations
Color information
#B398B4 (or 0xB398B4) is known color: London Hue. HEX triplet: B3, 98 and B4. RGB value is (179,152,180). Sum of RGB (Red+Green+Blue) = 179+152+180=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #B398B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398B4 is #4C674B. Grayscale: #A3A3A3. Windows color (decimal): -5007180 or 11835571. OLE color: 11835571.
HSL color Cylindrical-coordinate representation of color #B398B4: hue angle of 297.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B398B4 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 152 | 180 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.29 |
| HSL | 297.86º | 0.16% | 0.65% | - |
| HSV(B) | 297.86º | 0.16% | 0.71% | - |
| XYZ | 38.06 | 35.34 | 47.99 | - |
| YUV | 163.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 180 | 0.01 | 0.16 | 0 | 0.29 | 297.86 | 0.16 | 0.65 |
| Hex | B3 | 98 | B4 | 1 | 10 | 0 | 1D | 12A | 10 | 41 |
| Octal | 263 | 230 | 264 | 1 | 20 | 0 | 35 | 452 | 20 | 101 |
| Binary | 10110011 | 10011000 | 10110100 | 1 | 10000 | 0 | 11101 | 100101010 | 10000 | 1000001 |
Color Harmonies of #B398B4
Complementary color
Monochromatic Colors of #B398B4
Black with #B398B4
Text Example
Text Example
White with #B398B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398B4; }
p { color: rgb(179,152,180); }
H1.HeaderClassName
{
color: #B398B4;
}
.AnyTagClassName
{
color: #B398B4;
}
</style>
background-color css
<style>
a { background-color: #B398B4; }
a { background-color: rgb(179,152,180); }
div.DivClassName
{
background-color: #B398B4;
}
.BgClassName
{
background-color: #B398B4;
}
</style>
border-color css
<style>
span { border-color: #B398B4; }
span { border-color: rgb(179,152,180); }
td.TdClassName
{
border-color: #B398B4;
}
.TagClassName
{
border-color: #B398B4;
}
</style>