Shades of London Hue #BF92BB
Tints of London Hue #BF92BB
RGB
CMYK
RGB Variations
Color information
#BF92BB (or 0xBF92BB) is known color: London Hue. HEX triplet: BF, 92 and BB. RGB value is (191,146,187). Sum of RGB (Red+Green+Blue) = 191+146+187=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92BB is #406D44. Grayscale: #A4A4A4. Windows color (decimal): -4222277 or 12292799. OLE color: 12292799.
HSL color Cylindrical-coordinate representation of color #BF92BB: hue angle of 305.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92BB is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 187 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.25 |
| HSL | 305.33º | 0.26% | 0.66% | - |
| HSV(B) | 305.33º | 0.24% | 0.75% | - |
| XYZ | 40.73 | 35.22 | 51.67 | - |
| YUV | 164.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 187 | 0 | 0.24 | 0.02 | 0.25 | 305.33 | 0.26 | 0.66 |
| Hex | BF | 92 | BB | 0 | 18 | 2 | 19 | 131 | 1A | 42 |
| Octal | 277 | 222 | 273 | 0 | 30 | 2 | 31 | 461 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10111011 | 0 | 11000 | 10 | 11001 | 100110001 | 11010 | 1000010 |
Color Harmonies of #BF92BB
Complementary color
Monochromatic Colors of #BF92BB
Black with #BF92BB
Text Example
Text Example
White with #BF92BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92BB; }
p { color: rgb(191,146,187); }
H1.HeaderClassName
{
color: #BF92BB;
}
.AnyTagClassName
{
color: #BF92BB;
}
</style>
background-color css
<style>
a { background-color: #BF92BB; }
a { background-color: rgb(191,146,187); }
div.DivClassName
{
background-color: #BF92BB;
}
.BgClassName
{
background-color: #BF92BB;
}
</style>
border-color css
<style>
span { border-color: #BF92BB; }
span { border-color: rgb(191,146,187); }
td.TdClassName
{
border-color: #BF92BB;
}
.TagClassName
{
border-color: #BF92BB;
}
</style>