Shades of London Hue #B798AF
Tints of London Hue #B798AF
RGB
CMYK
RGB Variations
Color information
#B798AF (or 0xB798AF) is known color: London Hue. HEX triplet: B7, 98 and AF. RGB value is (183,152,175). Sum of RGB (Red+Green+Blue) = 183+152+175=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B798AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B798AF is #486750. Grayscale: #A3A3A3. Windows color (decimal): -4745041 or 11507895. OLE color: 11507895.
HSL color Cylindrical-coordinate representation of color #B798AF: hue angle of 315.48º 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 #B798AF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 175 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.28 |
| HSL | 315.48º | 0.18% | 0.66% | - |
| HSV(B) | 315.48º | 0.17% | 0.72% | - |
| XYZ | 38.49 | 35.62 | 45.4 | - |
| YUV | 163.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 175 | 0 | 0.17 | 0.04 | 0.28 | 315.48 | 0.18 | 0.66 |
| Hex | B7 | 98 | AF | 0 | 11 | 4 | 1C | 13B | 12 | 42 |
| Octal | 267 | 230 | 257 | 0 | 21 | 4 | 34 | 473 | 22 | 102 |
| Binary | 10110111 | 10011000 | 10101111 | 0 | 10001 | 100 | 11100 | 100111011 | 10010 | 1000010 |
Color Harmonies of #B798AF
Complementary color
Monochromatic Colors of #B798AF
Black with #B798AF
Text Example
Text Example
White with #B798AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B798AF; }
p { color: rgb(183,152,175); }
H1.HeaderClassName
{
color: #B798AF;
}
.AnyTagClassName
{
color: #B798AF;
}
</style>
background-color css
<style>
a { background-color: #B798AF; }
a { background-color: rgb(183,152,175); }
div.DivClassName
{
background-color: #B798AF;
}
.BgClassName
{
background-color: #B798AF;
}
</style>
border-color css
<style>
span { border-color: #B798AF; }
span { border-color: rgb(183,152,175); }
td.TdClassName
{
border-color: #B798AF;
}
.TagClassName
{
border-color: #B798AF;
}
</style>