Shades of London Hue #B98FAE
Tints of London Hue #B98FAE
RGB
CMYK
RGB Variations
Color information
#B98FAE (or 0xB98FAE) is known color: London Hue. HEX triplet: B9, 8F and AE. RGB value is (185,143,174). Sum of RGB (Red+Green+Blue) = 185+143+174=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FAE is #467051. Grayscale: #9F9F9F. Windows color (decimal): -4616274 or 11440057. OLE color: 11440057.
HSL color Cylindrical-coordinate representation of color #B98FAE: hue angle of 315.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FAE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 174 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.27 |
| HSL | 315.71º | 0.23% | 0.64% | - |
| HSV(B) | 315.71º | 0.23% | 0.73% | - |
| XYZ | 37.47 | 33.02 | 44.44 | - |
| YUV | 159.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 174 | 0 | 0.23 | 0.06 | 0.27 | 315.71 | 0.23 | 0.64 |
| Hex | B9 | 8F | AE | 0 | 17 | 6 | 1B | 13C | 17 | 40 |
| Octal | 271 | 217 | 256 | 0 | 27 | 6 | 33 | 474 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10101110 | 0 | 10111 | 110 | 11011 | 100111100 | 10111 | 1000000 |
Color Harmonies of #B98FAE
Complementary color
Monochromatic Colors of #B98FAE
Black with #B98FAE
Text Example
Text Example
White with #B98FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FAE; }
p { color: rgb(185,143,174); }
H1.HeaderClassName
{
color: #B98FAE;
}
.AnyTagClassName
{
color: #B98FAE;
}
</style>
background-color css
<style>
a { background-color: #B98FAE; }
a { background-color: rgb(185,143,174); }
div.DivClassName
{
background-color: #B98FAE;
}
.BgClassName
{
background-color: #B98FAE;
}
</style>
border-color css
<style>
span { border-color: #B98FAE; }
span { border-color: rgb(185,143,174); }
td.TdClassName
{
border-color: #B98FAE;
}
.TagClassName
{
border-color: #B98FAE;
}
</style>