Shades of London Hue #B198B3
Tints of London Hue #B198B3
RGB
CMYK
RGB Variations
Color information
#B198B3 (or 0xB198B3) is known color: London Hue. HEX triplet: B1, 98 and B3. RGB value is (177,152,179). Sum of RGB (Red+Green+Blue) = 177+152+179=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #B198B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198B3 is #4E674C. Grayscale: #A2A2A2. Windows color (decimal): -5138253 or 11770033. OLE color: 11770033.
HSL color Cylindrical-coordinate representation of color #B198B3: hue angle of 295.56º 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 #B198B3 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 152 | 179 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.30 |
| HSL | 295.56º | 0.15% | 0.65% | - |
| HSV(B) | 295.56º | 0.15% | 0.7% | - |
| XYZ | 37.5 | 35.06 | 47.44 | - |
| YUV | 162.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 179 | 0.01 | 0.15 | 0 | 0.30 | 295.56 | 0.15 | 0.65 |
| Hex | B1 | 98 | B3 | 1 | F | 0 | 1E | 128 | F | 41 |
| Octal | 261 | 230 | 263 | 1 | 17 | 0 | 36 | 450 | 17 | 101 |
| Binary | 10110001 | 10011000 | 10110011 | 1 | 1111 | 0 | 11110 | 100101000 | 1111 | 1000001 |
Color Harmonies of #B198B3
Complementary color
Monochromatic Colors of #B198B3
Black with #B198B3
Text Example
Text Example
White with #B198B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198B3; }
p { color: rgb(177,152,179); }
H1.HeaderClassName
{
color: #B198B3;
}
.AnyTagClassName
{
color: #B198B3;
}
</style>
background-color css
<style>
a { background-color: #B198B3; }
a { background-color: rgb(177,152,179); }
div.DivClassName
{
background-color: #B198B3;
}
.BgClassName
{
background-color: #B198B3;
}
</style>
border-color css
<style>
span { border-color: #B198B3; }
span { border-color: rgb(177,152,179); }
td.TdClassName
{
border-color: #B198B3;
}
.TagClassName
{
border-color: #B198B3;
}
</style>