Shades of London Hue #B691AF
Tints of London Hue #B691AF
RGB
CMYK
RGB Variations
Color information
#B691AF (or 0xB691AF) is known color: London Hue. HEX triplet: B6, 91 and AF. RGB value is (182,145,175). Sum of RGB (Red+Green+Blue) = 182+145+175=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B691AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B691AF is #496E50. Grayscale: #9F9F9F. Windows color (decimal): -4812369 or 11506102. OLE color: 11506102.
HSL color Cylindrical-coordinate representation of color #B691AF: hue angle of 311.35º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B691AF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 175 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.29 |
| HSL | 311.35º | 0.2% | 0.64% | - |
| HSV(B) | 311.35º | 0.2% | 0.71% | - |
| XYZ | 37.15 | 33.29 | 45.02 | - |
| YUV | 159.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 175 | 0 | 0.20 | 0.04 | 0.29 | 311.35 | 0.2 | 0.64 |
| Hex | B6 | 91 | AF | 0 | 14 | 4 | 1D | 137 | 14 | 40 |
| Octal | 266 | 221 | 257 | 0 | 24 | 4 | 35 | 467 | 24 | 100 |
| Binary | 10110110 | 10010001 | 10101111 | 0 | 10100 | 100 | 11101 | 100110111 | 10100 | 1000000 |
Color Harmonies of #B691AF
Complementary color
Monochromatic Colors of #B691AF
Black with #B691AF
Text Example
Text Example
White with #B691AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B691AF; }
p { color: rgb(182,145,175); }
H1.HeaderClassName
{
color: #B691AF;
}
.AnyTagClassName
{
color: #B691AF;
}
</style>
background-color css
<style>
a { background-color: #B691AF; }
a { background-color: rgb(182,145,175); }
div.DivClassName
{
background-color: #B691AF;
}
.BgClassName
{
background-color: #B691AF;
}
</style>
border-color css
<style>
span { border-color: #B691AF; }
span { border-color: rgb(182,145,175); }
td.TdClassName
{
border-color: #B691AF;
}
.TagClassName
{
border-color: #B691AF;
}
</style>