Shades of London Hue #B598B1
Tints of London Hue #B598B1
RGB
CMYK
RGB Variations
Color information
#B598B1 (or 0xB598B1) is known color: London Hue. HEX triplet: B5, 98 and B1. RGB value is (181,152,177). Sum of RGB (Red+Green+Blue) = 181+152+177=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B598B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598B1 is #4A674E. Grayscale: #A3A3A3. Windows color (decimal): -4876111 or 11638965. OLE color: 11638965.
HSL color Cylindrical-coordinate representation of color #B598B1: hue angle of 308.28º 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 #B598B1 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 177 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.29 |
| HSL | 308.28º | 0.16% | 0.65% | - |
| HSV(B) | 308.28º | 0.16% | 0.71% | - |
| XYZ | 38.22 | 35.45 | 46.42 | - |
| YUV | 163.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 177 | 0 | 0.16 | 0.02 | 0.29 | 308.28 | 0.16 | 0.65 |
| Hex | B5 | 98 | B1 | 0 | 10 | 2 | 1D | 134 | 10 | 41 |
| Octal | 265 | 230 | 261 | 0 | 20 | 2 | 35 | 464 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10110001 | 0 | 10000 | 10 | 11101 | 100110100 | 10000 | 1000001 |
Color Harmonies of #B598B1
Complementary color
Monochromatic Colors of #B598B1
Black with #B598B1
Text Example
Text Example
White with #B598B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598B1; }
p { color: rgb(181,152,177); }
H1.HeaderClassName
{
color: #B598B1;
}
.AnyTagClassName
{
color: #B598B1;
}
</style>
background-color css
<style>
a { background-color: #B598B1; }
a { background-color: rgb(181,152,177); }
div.DivClassName
{
background-color: #B598B1;
}
.BgClassName
{
background-color: #B598B1;
}
</style>
border-color css
<style>
span { border-color: #B598B1; }
span { border-color: rgb(181,152,177); }
td.TdClassName
{
border-color: #B598B1;
}
.TagClassName
{
border-color: #B598B1;
}
</style>