Shades of London Hue #BF90B7
Tints of London Hue #BF90B7
RGB
CMYK
RGB Variations
Color information
#BF90B7 (or 0xBF90B7) is known color: London Hue. HEX triplet: BF, 90 and B7. RGB value is (191,144,183). Sum of RGB (Red+Green+Blue) = 191+144+183=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90B7 is #406F48. Grayscale: #A2A2A2. Windows color (decimal): -4222793 or 12030143. OLE color: 12030143.
HSL color Cylindrical-coordinate representation of color #BF90B7: hue angle of 310.21º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90B7 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 183 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.25 |
| HSL | 310.21º | 0.27% | 0.66% | - |
| HSV(B) | 310.21º | 0.25% | 0.75% | - |
| XYZ | 40.01 | 34.44 | 49.34 | - |
| YUV | 162.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 183 | 0 | 0.25 | 0.04 | 0.25 | 310.21 | 0.27 | 0.66 |
| Hex | BF | 90 | B7 | 0 | 19 | 4 | 19 | 136 | 1B | 42 |
| Octal | 277 | 220 | 267 | 0 | 31 | 4 | 31 | 466 | 33 | 102 |
| Binary | 10111111 | 10010000 | 10110111 | 0 | 11001 | 100 | 11001 | 100110110 | 11011 | 1000010 |
Color Harmonies of #BF90B7
Complementary color
Monochromatic Colors of #BF90B7
Black with #BF90B7
Text Example
Text Example
White with #BF90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90B7; }
p { color: rgb(191,144,183); }
H1.HeaderClassName
{
color: #BF90B7;
}
.AnyTagClassName
{
color: #BF90B7;
}
</style>
background-color css
<style>
a { background-color: #BF90B7; }
a { background-color: rgb(191,144,183); }
div.DivClassName
{
background-color: #BF90B7;
}
.BgClassName
{
background-color: #BF90B7;
}
</style>
border-color css
<style>
span { border-color: #BF90B7; }
span { border-color: rgb(191,144,183); }
td.TdClassName
{
border-color: #BF90B7;
}
.TagClassName
{
border-color: #BF90B7;
}
</style>