Shades of London Hue #BF92B8
Tints of London Hue #BF92B8
RGB
CMYK
RGB Variations
Color information
#BF92B8 (or 0xBF92B8) is known color: London Hue. HEX triplet: BF, 92 and B8. RGB value is (191,146,184). Sum of RGB (Red+Green+Blue) = 191+146+184=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92B8 is #406D47. Grayscale: #A3A3A3. Windows color (decimal): -4222280 or 12096191. OLE color: 12096191.
HSL color Cylindrical-coordinate representation of color #BF92B8: hue angle of 309.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 #BF92B8 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 184 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.25 |
| HSL | 309.33º | 0.26% | 0.66% | - |
| HSV(B) | 309.33º | 0.24% | 0.75% | - |
| XYZ | 40.42 | 35.09 | 49.99 | - |
| YUV | 163.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 184 | 0 | 0.24 | 0.04 | 0.25 | 309.33 | 0.26 | 0.66 |
| Hex | BF | 92 | B8 | 0 | 18 | 4 | 19 | 135 | 1A | 42 |
| Octal | 277 | 222 | 270 | 0 | 30 | 4 | 31 | 465 | 32 | 102 |
| Binary | 10111111 | 10010010 | 10111000 | 0 | 11000 | 100 | 11001 | 100110101 | 11010 | 1000010 |
Color Harmonies of #BF92B8
Complementary color
Monochromatic Colors of #BF92B8
Black with #BF92B8
Text Example
Text Example
White with #BF92B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF92B8; }
p { color: rgb(191,146,184); }
H1.HeaderClassName
{
color: #BF92B8;
}
.AnyTagClassName
{
color: #BF92B8;
}
</style>
background-color css
<style>
a { background-color: #BF92B8; }
a { background-color: rgb(191,146,184); }
div.DivClassName
{
background-color: #BF92B8;
}
.BgClassName
{
background-color: #BF92B8;
}
</style>
border-color css
<style>
span { border-color: #BF92B8; }
span { border-color: rgb(191,146,184); }
td.TdClassName
{
border-color: #BF92B8;
}
.TagClassName
{
border-color: #BF92B8;
}
</style>