Shades of London Hue #B799B6
Tints of London Hue #B799B6
RGB
CMYK
RGB Variations
Color information
#B799B6 (or 0xB799B6) is known color: London Hue. HEX triplet: B7, 99 and B6. RGB value is (183,153,182). Sum of RGB (Red+Green+Blue) = 183+153+182=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B799B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799B6 is #486649. Grayscale: #A5A5A5. Windows color (decimal): -4744778 or 11966903. OLE color: 11966903.
HSL color Cylindrical-coordinate representation of color #B799B6: hue angle of 302º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B799B6 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 182 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.28 |
| HSL | 302º | 0.17% | 0.66% | - |
| HSV(B) | 302º | 0.16% | 0.72% | - |
| XYZ | 39.36 | 36.23 | 49.17 | - |
| YUV | 165.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 182 | 0 | 0.16 | 0.01 | 0.28 | 302 | 0.17 | 0.66 |
| Hex | B7 | 99 | B6 | 0 | 10 | 1 | 1C | 12E | 11 | 42 |
| Octal | 267 | 231 | 266 | 0 | 20 | 1 | 34 | 456 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10110110 | 0 | 10000 | 1 | 11100 | 100101110 | 10001 | 1000010 |
Color Harmonies of #B799B6
Complementary color
Monochromatic Colors of #B799B6
Black with #B799B6
Text Example
Text Example
White with #B799B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799B6; }
p { color: rgb(183,153,182); }
H1.HeaderClassName
{
color: #B799B6;
}
.AnyTagClassName
{
color: #B799B6;
}
</style>
background-color css
<style>
a { background-color: #B799B6; }
a { background-color: rgb(183,153,182); }
div.DivClassName
{
background-color: #B799B6;
}
.BgClassName
{
background-color: #B799B6;
}
</style>
border-color css
<style>
span { border-color: #B799B6; }
span { border-color: rgb(183,153,182); }
td.TdClassName
{
border-color: #B799B6;
}
.TagClassName
{
border-color: #B799B6;
}
</style>