Shades of London Hue #B796AF
Tints of London Hue #B796AF
RGB
CMYK
RGB Variations
Color information
#B796AF (or 0xB796AF) is known color: London Hue. HEX triplet: B7, 96 and AF. RGB value is (183,150,175). Sum of RGB (Red+Green+Blue) = 183+150+175=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B796AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B796AF is #486950. Grayscale: #A2A2A2. Windows color (decimal): -4745553 or 11507383. OLE color: 11507383.
HSL color Cylindrical-coordinate representation of color #B796AF: hue angle of 314.55º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B796AF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 175 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.28 |
| HSL | 314.55º | 0.19% | 0.65% | - |
| HSV(B) | 314.55º | 0.18% | 0.72% | - |
| XYZ | 38.17 | 34.98 | 45.3 | - |
| YUV | 162.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 175 | 0 | 0.18 | 0.04 | 0.28 | 314.55 | 0.19 | 0.65 |
| Hex | B7 | 96 | AF | 0 | 12 | 4 | 1C | 13B | 13 | 41 |
| Octal | 267 | 226 | 257 | 0 | 22 | 4 | 34 | 473 | 23 | 101 |
| Binary | 10110111 | 10010110 | 10101111 | 0 | 10010 | 100 | 11100 | 100111011 | 10011 | 1000001 |
Color Harmonies of #B796AF
Complementary color
Monochromatic Colors of #B796AF
Black with #B796AF
Text Example
Text Example
White with #B796AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B796AF; }
p { color: rgb(183,150,175); }
H1.HeaderClassName
{
color: #B796AF;
}
.AnyTagClassName
{
color: #B796AF;
}
</style>
background-color css
<style>
a { background-color: #B796AF; }
a { background-color: rgb(183,150,175); }
div.DivClassName
{
background-color: #B796AF;
}
.BgClassName
{
background-color: #B796AF;
}
</style>
border-color css
<style>
span { border-color: #B796AF; }
span { border-color: rgb(183,150,175); }
td.TdClassName
{
border-color: #B796AF;
}
.TagClassName
{
border-color: #B796AF;
}
</style>