Shades of London Hue #B798B6
Tints of London Hue #B798B6
RGB
CMYK
RGB Variations
Color information
#B798B6 (or 0xB798B6) is known color: London Hue. HEX triplet: B7, 98 and B6. RGB value is (183,152,182). Sum of RGB (Red+Green+Blue) = 183+152+182=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B798B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B798B6 is #486749. Grayscale: #A4A4A4. Windows color (decimal): -4745034 or 11966647. OLE color: 11966647.
HSL color Cylindrical-coordinate representation of color #B798B6: hue angle of 301.94º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B798B6 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 182 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.28 |
| HSL | 301.94º | 0.18% | 0.66% | - |
| HSV(B) | 301.94º | 0.17% | 0.72% | - |
| XYZ | 39.2 | 35.9 | 49.12 | - |
| YUV | 164.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 182 | 0 | 0.17 | 0.01 | 0.28 | 301.94 | 0.18 | 0.66 |
| Hex | B7 | 98 | B6 | 0 | 11 | 1 | 1C | 12E | 12 | 42 |
| Octal | 267 | 230 | 266 | 0 | 21 | 1 | 34 | 456 | 22 | 102 |
| Binary | 10110111 | 10011000 | 10110110 | 0 | 10001 | 1 | 11100 | 100101110 | 10010 | 1000010 |
Color Harmonies of #B798B6
Complementary color
Monochromatic Colors of #B798B6
Black with #B798B6
Text Example
Text Example
White with #B798B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798B6; }
p { color: rgb(183,152,182); }
H1.HeaderClassName
{
color: #B798B6;
}
.AnyTagClassName
{
color: #B798B6;
}
</style>
background-color css
<style>
a { background-color: #B798B6; }
a { background-color: rgb(183,152,182); }
div.DivClassName
{
background-color: #B798B6;
}
.BgClassName
{
background-color: #B798B6;
}
</style>
border-color css
<style>
span { border-color: #B798B6; }
span { border-color: rgb(183,152,182); }
td.TdClassName
{
border-color: #B798B6;
}
.TagClassName
{
border-color: #B798B6;
}
</style>