Shades of London Hue #BF8AB4
Tints of London Hue #BF8AB4
RGB
CMYK
RGB Variations
Color information
#BF8AB4 (or 0xBF8AB4) is known color: London Hue. HEX triplet: BF, 8A and B4. RGB value is (191,138,180). Sum of RGB (Red+Green+Blue) = 191+138+180=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AB4 is #40754B. Grayscale: #9E9E9E. Windows color (decimal): -4224332 or 11831999. OLE color: 11831999.
HSL color Cylindrical-coordinate representation of color #BF8AB4: hue angle of 312.45º 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 #BF8AB4 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 180 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.25 |
| HSL | 312.45º | 0.29% | 0.65% | - |
| HSV(B) | 312.45º | 0.28% | 0.75% | - |
| XYZ | 38.81 | 32.55 | 47.42 | - |
| YUV | 158.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 180 | 0 | 0.28 | 0.06 | 0.25 | 312.45 | 0.29 | 0.65 |
| Hex | BF | 8A | B4 | 0 | 1C | 6 | 19 | 138 | 1D | 41 |
| Octal | 277 | 212 | 264 | 0 | 34 | 6 | 31 | 470 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10110100 | 0 | 11100 | 110 | 11001 | 100111000 | 11101 | 1000001 |
Color Harmonies of #BF8AB4
Complementary color
Monochromatic Colors of #BF8AB4
Black with #BF8AB4
Text Example
Text Example
White with #BF8AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AB4; }
p { color: rgb(191,138,180); }
H1.HeaderClassName
{
color: #BF8AB4;
}
.AnyTagClassName
{
color: #BF8AB4;
}
</style>
background-color css
<style>
a { background-color: #BF8AB4; }
a { background-color: rgb(191,138,180); }
div.DivClassName
{
background-color: #BF8AB4;
}
.BgClassName
{
background-color: #BF8AB4;
}
</style>
border-color css
<style>
span { border-color: #BF8AB4; }
span { border-color: rgb(191,138,180); }
td.TdClassName
{
border-color: #BF8AB4;
}
.TagClassName
{
border-color: #BF8AB4;
}
</style>