Shades of London Hue #B895B9
Tints of London Hue #B895B9
RGB
CMYK
RGB Variations
Color information
#B895B9 (or 0xB895B9) is known color: London Hue. HEX triplet: B8, 95 and B9. RGB value is (184,149,185). Sum of RGB (Red+Green+Blue) = 184+149+185=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #B895B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895B9 is #476A46. Grayscale: #A3A3A3. Windows color (decimal): -4680263 or 12162488. OLE color: 12162488.
HSL color Cylindrical-coordinate representation of color #B895B9: hue angle of 298.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B895B9 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 149 | 185 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.27 |
| HSL | 298.33º | 0.2% | 0.65% | - |
| HSV(B) | 298.33º | 0.19% | 0.73% | - |
| XYZ | 39.27 | 35.19 | 50.62 | - |
| YUV | 163.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 185 | 0.01 | 0.19 | 0 | 0.27 | 298.33 | 0.2 | 0.65 |
| Hex | B8 | 95 | B9 | 1 | 13 | 0 | 1B | 12A | 14 | 41 |
| Octal | 270 | 225 | 271 | 1 | 23 | 0 | 33 | 452 | 24 | 101 |
| Binary | 10111000 | 10010101 | 10111001 | 1 | 10011 | 0 | 11011 | 100101010 | 10100 | 1000001 |
Color Harmonies of #B895B9
Complementary color
Monochromatic Colors of #B895B9
Black with #B895B9
Text Example
Text Example
White with #B895B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895B9; }
p { color: rgb(184,149,185); }
H1.HeaderClassName
{
color: #B895B9;
}
.AnyTagClassName
{
color: #B895B9;
}
</style>
background-color css
<style>
a { background-color: #B895B9; }
a { background-color: rgb(184,149,185); }
div.DivClassName
{
background-color: #B895B9;
}
.BgClassName
{
background-color: #B895B9;
}
</style>
border-color css
<style>
span { border-color: #B895B9; }
span { border-color: rgb(184,149,185); }
td.TdClassName
{
border-color: #B895B9;
}
.TagClassName
{
border-color: #B895B9;
}
</style>