Shades of London Hue #B892B5
Tints of London Hue #B892B5
RGB
CMYK
RGB Variations
Color information
#B892B5 (or 0xB892B5) is known color: London Hue. HEX triplet: B8, 92 and B5. RGB value is (184,146,181). Sum of RGB (Red+Green+Blue) = 184+146+181=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B892B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892B5 is #476D4A. Grayscale: #A1A1A1. Windows color (decimal): -4681035 or 11899576. OLE color: 11899576.
HSL color Cylindrical-coordinate representation of color #B892B5: hue angle of 304.74º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B892B5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 181 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.28 |
| HSL | 304.74º | 0.21% | 0.65% | - |
| HSV(B) | 304.74º | 0.21% | 0.72% | - |
| XYZ | 38.39 | 34.08 | 48.27 | - |
| YUV | 161.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 181 | 0 | 0.21 | 0.02 | 0.28 | 304.74 | 0.21 | 0.65 |
| Hex | B8 | 92 | B5 | 0 | 15 | 2 | 1C | 131 | 15 | 41 |
| Octal | 270 | 222 | 265 | 0 | 25 | 2 | 34 | 461 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10110101 | 0 | 10101 | 10 | 11100 | 100110001 | 10101 | 1000001 |
Color Harmonies of #B892B5
Complementary color
Monochromatic Colors of #B892B5
Black with #B892B5
Text Example
Text Example
White with #B892B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892B5; }
p { color: rgb(184,146,181); }
H1.HeaderClassName
{
color: #B892B5;
}
.AnyTagClassName
{
color: #B892B5;
}
</style>
background-color css
<style>
a { background-color: #B892B5; }
a { background-color: rgb(184,146,181); }
div.DivClassName
{
background-color: #B892B5;
}
.BgClassName
{
background-color: #B892B5;
}
</style>
border-color css
<style>
span { border-color: #B892B5; }
span { border-color: rgb(184,146,181); }
td.TdClassName
{
border-color: #B892B5;
}
.TagClassName
{
border-color: #B892B5;
}
</style>