Shades of London Hue #BF7DAE
Tints of London Hue #BF7DAE
RGB
CMYK
RGB Variations
Color information
#BF7DAE (or 0xBF7DAE) is known color: London Hue. HEX triplet: BF, 7D and AE. RGB value is (191,125,174). Sum of RGB (Red+Green+Blue) = 191+125+174=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7DAE is #408251. Grayscale: #969696. Windows color (decimal): -4227666 or 11435455. OLE color: 11435455.
HSL color Cylindrical-coordinate representation of color #BF7DAE: hue angle of 315.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7DAE is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 174 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.25 |
| HSL | 315.45º | 0.34% | 0.62% | - |
| HSV(B) | 315.45º | 0.35% | 0.75% | - |
| XYZ | 36.46 | 28.8 | 43.68 | - |
| YUV | 150.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 174 | 0 | 0.35 | 0.09 | 0.25 | 315.45 | 0.34 | 0.62 |
| Hex | BF | 7D | AE | 0 | 23 | 9 | 19 | 13B | 22 | 3E |
| Octal | 277 | 175 | 256 | 0 | 43 | 11 | 31 | 473 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10101110 | 0 | 100011 | 1001 | 11001 | 100111011 | 100010 | 111110 |
Color Harmonies of #BF7DAE
Complementary color
Monochromatic Colors of #BF7DAE
Black with #BF7DAE
Text Example
Text Example
White with #BF7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DAE; }
p { color: rgb(191,125,174); }
H1.HeaderClassName
{
color: #BF7DAE;
}
.AnyTagClassName
{
color: #BF7DAE;
}
</style>
background-color css
<style>
a { background-color: #BF7DAE; }
a { background-color: rgb(191,125,174); }
div.DivClassName
{
background-color: #BF7DAE;
}
.BgClassName
{
background-color: #BF7DAE;
}
</style>
border-color css
<style>
span { border-color: #BF7DAE; }
span { border-color: rgb(191,125,174); }
td.TdClassName
{
border-color: #BF7DAE;
}
.TagClassName
{
border-color: #BF7DAE;
}
</style>