Shades of London Hue #BF8AB6
Tints of London Hue #BF8AB6
RGB
CMYK
RGB Variations
Color information
#BF8AB6 (or 0xBF8AB6) is known color: London Hue. HEX triplet: BF, 8A and B6. RGB value is (191,138,182). Sum of RGB (Red+Green+Blue) = 191+138+182=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AB6 is #407549. Grayscale: #9E9E9E. Windows color (decimal): -4224330 or 11963071. OLE color: 11963071.
HSL color Cylindrical-coordinate representation of color #BF8AB6: hue angle of 310.19º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8AB6 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 182 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.25 |
| HSL | 310.19º | 0.29% | 0.65% | - |
| HSV(B) | 310.19º | 0.28% | 0.75% | - |
| XYZ | 39.02 | 32.63 | 48.5 | - |
| YUV | 158.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 182 | 0 | 0.28 | 0.05 | 0.25 | 310.19 | 0.29 | 0.65 |
| Hex | BF | 8A | B6 | 0 | 1C | 5 | 19 | 136 | 1D | 41 |
| Octal | 277 | 212 | 266 | 0 | 34 | 5 | 31 | 466 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10110110 | 0 | 11100 | 101 | 11001 | 100110110 | 11101 | 1000001 |
Color Harmonies of #BF8AB6
Complementary color
Monochromatic Colors of #BF8AB6
Black with #BF8AB6
Text Example
Text Example
White with #BF8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AB6; }
p { color: rgb(191,138,182); }
H1.HeaderClassName
{
color: #BF8AB6;
}
.AnyTagClassName
{
color: #BF8AB6;
}
</style>
background-color css
<style>
a { background-color: #BF8AB6; }
a { background-color: rgb(191,138,182); }
div.DivClassName
{
background-color: #BF8AB6;
}
.BgClassName
{
background-color: #BF8AB6;
}
</style>
border-color css
<style>
span { border-color: #BF8AB6; }
span { border-color: rgb(191,138,182); }
td.TdClassName
{
border-color: #BF8AB6;
}
.TagClassName
{
border-color: #BF8AB6;
}
</style>