Shades of London Hue #B092AF
Tints of London Hue #B092AF
RGB
CMYK
RGB Variations
Color information
#B092AF (or 0xB092AF) is known color: London Hue. HEX triplet: B0, 92 and AF. RGB value is (176,146,175). Sum of RGB (Red+Green+Blue) = 176+146+175=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B092AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092AF is #4F6D50. Grayscale: #9E9E9E. Windows color (decimal): -5205329 or 11506352. OLE color: 11506352.
HSL color Cylindrical-coordinate representation of color #B092AF: hue angle of 302º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B092AF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 175 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.31 |
| HSL | 302º | 0.16% | 0.63% | - |
| HSV(B) | 302º | 0.17% | 0.69% | - |
| XYZ | 35.92 | 32.88 | 45.01 | - |
| YUV | 158.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 175 | 0 | 0.17 | 0.01 | 0.31 | 302 | 0.16 | 0.63 |
| Hex | B0 | 92 | AF | 0 | 11 | 1 | 1F | 12E | 10 | 3F |
| Octal | 260 | 222 | 257 | 0 | 21 | 1 | 37 | 456 | 20 | 77 |
| Binary | 10110000 | 10010010 | 10101111 | 0 | 10001 | 1 | 11111 | 100101110 | 10000 | 111111 |
Color Harmonies of #B092AF
Complementary color
Monochromatic Colors of #B092AF
Black with #B092AF
Text Example
Text Example
White with #B092AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B092AF; }
p { color: rgb(176,146,175); }
H1.HeaderClassName
{
color: #B092AF;
}
.AnyTagClassName
{
color: #B092AF;
}
</style>
background-color css
<style>
a { background-color: #B092AF; }
a { background-color: rgb(176,146,175); }
div.DivClassName
{
background-color: #B092AF;
}
.BgClassName
{
background-color: #B092AF;
}
</style>
border-color css
<style>
span { border-color: #B092AF; }
span { border-color: rgb(176,146,175); }
td.TdClassName
{
border-color: #B092AF;
}
.TagClassName
{
border-color: #B092AF;
}
</style>