Shades of London Hue #BF80B9
Tints of London Hue #BF80B9
RGB
CMYK
RGB Variations
Color information
#BF80B9 (or 0xBF80B9) is known color: London Hue. HEX triplet: BF, 80 and B9. RGB value is (191,128,185). Sum of RGB (Red+Green+Blue) = 191+128+185=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B9 is #407F46. Grayscale: #999999. Windows color (decimal): -4226887 or 12157119. OLE color: 12157119.
HSL color Cylindrical-coordinate representation of color #BF80B9: hue angle of 305.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80B9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 185 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.25 |
| HSL | 305.71º | 0.33% | 0.63% | - |
| HSV(B) | 305.71º | 0.33% | 0.75% | - |
| XYZ | 37.96 | 30.02 | 49.69 | - |
| YUV | 153.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 185 | 0 | 0.33 | 0.03 | 0.25 | 305.71 | 0.33 | 0.63 |
| Hex | BF | 80 | B9 | 0 | 21 | 3 | 19 | 132 | 21 | 3F |
| Octal | 277 | 200 | 271 | 0 | 41 | 3 | 31 | 462 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10111001 | 0 | 100001 | 11 | 11001 | 100110010 | 100001 | 111111 |
Color Harmonies of #BF80B9
Complementary color
Monochromatic Colors of #BF80B9
Black with #BF80B9
Text Example
Text Example
White with #BF80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80B9; }
p { color: rgb(191,128,185); }
H1.HeaderClassName
{
color: #BF80B9;
}
.AnyTagClassName
{
color: #BF80B9;
}
</style>
background-color css
<style>
a { background-color: #BF80B9; }
a { background-color: rgb(191,128,185); }
div.DivClassName
{
background-color: #BF80B9;
}
.BgClassName
{
background-color: #BF80B9;
}
</style>
border-color css
<style>
span { border-color: #BF80B9; }
span { border-color: rgb(191,128,185); }
td.TdClassName
{
border-color: #BF80B9;
}
.TagClassName
{
border-color: #BF80B9;
}
</style>