Shades of London Hue #BF80B8
Tints of London Hue #BF80B8
RGB
CMYK
RGB Variations
Color information
#BF80B8 (or 0xBF80B8) is known color: London Hue. HEX triplet: BF, 80 and B8. RGB value is (191,128,184). Sum of RGB (Red+Green+Blue) = 191+128+184=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B8 is #407F47. Grayscale: #999999. Windows color (decimal): -4226888 or 12091583. OLE color: 12091583.
HSL color Cylindrical-coordinate representation of color #BF80B8: hue angle of 306.67º 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 #BF80B8 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 184 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.25 |
| HSL | 306.67º | 0.33% | 0.63% | - |
| HSV(B) | 306.67º | 0.33% | 0.75% | - |
| XYZ | 37.86 | 29.98 | 49.14 | - |
| YUV | 153.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 184 | 0 | 0.33 | 0.04 | 0.25 | 306.67 | 0.33 | 0.63 |
| Hex | BF | 80 | B8 | 0 | 21 | 4 | 19 | 133 | 21 | 3F |
| Octal | 277 | 200 | 270 | 0 | 41 | 4 | 31 | 463 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10111000 | 0 | 100001 | 100 | 11001 | 100110011 | 100001 | 111111 |
Color Harmonies of #BF80B8
Complementary color
Monochromatic Colors of #BF80B8
Black with #BF80B8
Text Example
Text Example
White with #BF80B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80B8; }
p { color: rgb(191,128,184); }
H1.HeaderClassName
{
color: #BF80B8;
}
.AnyTagClassName
{
color: #BF80B8;
}
</style>
background-color css
<style>
a { background-color: #BF80B8; }
a { background-color: rgb(191,128,184); }
div.DivClassName
{
background-color: #BF80B8;
}
.BgClassName
{
background-color: #BF80B8;
}
</style>
border-color css
<style>
span { border-color: #BF80B8; }
span { border-color: rgb(191,128,184); }
td.TdClassName
{
border-color: #BF80B8;
}
.TagClassName
{
border-color: #BF80B8;
}
</style>