Shades of London Hue #B092B3
Tints of London Hue #B092B3
RGB
CMYK
RGB Variations
Color information
#B092B3 (or 0xB092B3) is known color: London Hue. HEX triplet: B0, 92 and B3. RGB value is (176,146,179). Sum of RGB (Red+Green+Blue) = 176+146+179=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #B092B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092B3 is #4F6D4C. Grayscale: #9E9E9E. Windows color (decimal): -5205325 or 11768496. OLE color: 11768496.
HSL color Cylindrical-coordinate representation of color #B092B3: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B092B3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 146 | 179 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.30 |
| HSL | 294.55º | 0.18% | 0.64% | - |
| HSV(B) | 294.55º | 0.18% | 0.7% | - |
| XYZ | 36.32 | 33.04 | 47.11 | - |
| YUV | 158.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 179 | 0.02 | 0.18 | 0 | 0.30 | 294.55 | 0.18 | 0.64 |
| Hex | B0 | 92 | B3 | 2 | 12 | 0 | 1E | 127 | 12 | 40 |
| Octal | 260 | 222 | 263 | 2 | 22 | 0 | 36 | 447 | 22 | 100 |
| Binary | 10110000 | 10010010 | 10110011 | 10 | 10010 | 0 | 11110 | 100100111 | 10010 | 1000000 |
Color Harmonies of #B092B3
Complementary color
Monochromatic Colors of #B092B3
Black with #B092B3
Text Example
Text Example
White with #B092B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092B3; }
p { color: rgb(176,146,179); }
H1.HeaderClassName
{
color: #B092B3;
}
.AnyTagClassName
{
color: #B092B3;
}
</style>
background-color css
<style>
a { background-color: #B092B3; }
a { background-color: rgb(176,146,179); }
div.DivClassName
{
background-color: #B092B3;
}
.BgClassName
{
background-color: #B092B3;
}
</style>
border-color css
<style>
span { border-color: #B092B3; }
span { border-color: rgb(176,146,179); }
td.TdClassName
{
border-color: #B092B3;
}
.TagClassName
{
border-color: #B092B3;
}
</style>