Shades of London Hue #B091B2
Tints of London Hue #B091B2
RGB
CMYK
RGB Variations
Color information
#B091B2 (or 0xB091B2) is known color: London Hue. HEX triplet: B0, 91 and B2. RGB value is (176,145,178). Sum of RGB (Red+Green+Blue) = 176+145+178=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #B091B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091B2 is #4F6E4D. Grayscale: #9D9D9D. Windows color (decimal): -5205582 or 11702704. OLE color: 11702704.
HSL color Cylindrical-coordinate representation of color #B091B2: hue angle of 296.36º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B091B2 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 145 | 178 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.30 |
| HSL | 296.36º | 0.18% | 0.63% | - |
| HSV(B) | 296.36º | 0.19% | 0.7% | - |
| XYZ | 36.07 | 32.7 | 46.53 | - |
| YUV | 158.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 178 | 0.01 | 0.19 | 0 | 0.30 | 296.36 | 0.18 | 0.63 |
| Hex | B0 | 91 | B2 | 1 | 13 | 0 | 1E | 128 | 12 | 3F |
| Octal | 260 | 221 | 262 | 1 | 23 | 0 | 36 | 450 | 22 | 77 |
| Binary | 10110000 | 10010001 | 10110010 | 1 | 10011 | 0 | 11110 | 100101000 | 10010 | 111111 |
Color Harmonies of #B091B2
Complementary color
Monochromatic Colors of #B091B2
Black with #B091B2
Text Example
Text Example
White with #B091B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091B2; }
p { color: rgb(176,145,178); }
H1.HeaderClassName
{
color: #B091B2;
}
.AnyTagClassName
{
color: #B091B2;
}
</style>
background-color css
<style>
a { background-color: #B091B2; }
a { background-color: rgb(176,145,178); }
div.DivClassName
{
background-color: #B091B2;
}
.BgClassName
{
background-color: #B091B2;
}
</style>
border-color css
<style>
span { border-color: #B091B2; }
span { border-color: rgb(176,145,178); }
td.TdClassName
{
border-color: #B091B2;
}
.TagClassName
{
border-color: #B091B2;
}
</style>