Shades of London Hue #B598B2
Tints of London Hue #B598B2
RGB
CMYK
RGB Variations
Color information
#B598B2 (or 0xB598B2) is known color: London Hue. HEX triplet: B5, 98 and B2. RGB value is (181,152,178). Sum of RGB (Red+Green+Blue) = 181+152+178=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B598B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598B2 is #4A674D. Grayscale: #A3A3A3. Windows color (decimal): -4876110 or 11704501. OLE color: 11704501.
HSL color Cylindrical-coordinate representation of color #B598B2: hue angle of 306.21º 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 #B598B2 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 178 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.29 |
| HSL | 306.21º | 0.16% | 0.65% | - |
| HSV(B) | 306.21º | 0.16% | 0.71% | - |
| XYZ | 38.32 | 35.49 | 46.95 | - |
| YUV | 163.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 178 | 0 | 0.16 | 0.02 | 0.29 | 306.21 | 0.16 | 0.65 |
| Hex | B5 | 98 | B2 | 0 | 10 | 2 | 1D | 132 | 10 | 41 |
| Octal | 265 | 230 | 262 | 0 | 20 | 2 | 35 | 462 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10110010 | 0 | 10000 | 10 | 11101 | 100110010 | 10000 | 1000001 |
Color Harmonies of #B598B2
Complementary color
Monochromatic Colors of #B598B2
Black with #B598B2
Text Example
Text Example
White with #B598B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598B2; }
p { color: rgb(181,152,178); }
H1.HeaderClassName
{
color: #B598B2;
}
.AnyTagClassName
{
color: #B598B2;
}
</style>
background-color css
<style>
a { background-color: #B598B2; }
a { background-color: rgb(181,152,178); }
div.DivClassName
{
background-color: #B598B2;
}
.BgClassName
{
background-color: #B598B2;
}
</style>
border-color css
<style>
span { border-color: #B598B2; }
span { border-color: rgb(181,152,178); }
td.TdClassName
{
border-color: #B598B2;
}
.TagClassName
{
border-color: #B598B2;
}
</style>