Shades of London Hue #B398B5
Tints of London Hue #B398B5
RGB
CMYK
RGB Variations
Color information
#B398B5 (or 0xB398B5) is known color: London Hue. HEX triplet: B3, 98 and B5. RGB value is (179,152,181). Sum of RGB (Red+Green+Blue) = 179+152+181=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #B398B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398B5 is #4C674A. Grayscale: #A3A3A3. Windows color (decimal): -5007179 or 11901107. OLE color: 11901107.
HSL color Cylindrical-coordinate representation of color #B398B5: hue angle of 295.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 #B398B5 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 152 | 181 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.29 |
| HSL | 295.86º | 0.16% | 0.65% | - |
| HSV(B) | 295.86º | 0.16% | 0.71% | - |
| XYZ | 38.16 | 35.38 | 48.53 | - |
| YUV | 163.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 181 | 0.01 | 0.16 | 0 | 0.29 | 295.86 | 0.16 | 0.65 |
| Hex | B3 | 98 | B5 | 1 | 10 | 0 | 1D | 128 | 10 | 41 |
| Octal | 263 | 230 | 265 | 1 | 20 | 0 | 35 | 450 | 20 | 101 |
| Binary | 10110011 | 10011000 | 10110101 | 1 | 10000 | 0 | 11101 | 100101000 | 10000 | 1000001 |
Color Harmonies of #B398B5
Complementary color
Monochromatic Colors of #B398B5
Black with #B398B5
Text Example
Text Example
White with #B398B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398B5; }
p { color: rgb(179,152,181); }
H1.HeaderClassName
{
color: #B398B5;
}
.AnyTagClassName
{
color: #B398B5;
}
</style>
background-color css
<style>
a { background-color: #B398B5; }
a { background-color: rgb(179,152,181); }
div.DivClassName
{
background-color: #B398B5;
}
.BgClassName
{
background-color: #B398B5;
}
</style>
border-color css
<style>
span { border-color: #B398B5; }
span { border-color: rgb(179,152,181); }
td.TdClassName
{
border-color: #B398B5;
}
.TagClassName
{
border-color: #B398B5;
}
</style>