Shades of London Hue #B194B5
Tints of London Hue #B194B5
RGB
CMYK
RGB Variations
Color information
#B194B5 (or 0xB194B5) is known color: London Hue. HEX triplet: B1, 94 and B5. RGB value is (177,148,181). Sum of RGB (Red+Green+Blue) = 177+148+181=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #B194B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194B5 is #4E6B4A. Grayscale: #A0A0A0. Windows color (decimal): -5139275 or 11900081. OLE color: 11900081.
HSL color Cylindrical-coordinate representation of color #B194B5: hue angle of 292.73º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B194B5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 148 | 181 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.29 |
| HSL | 292.73º | 0.18% | 0.65% | - |
| HSV(B) | 292.73º | 0.18% | 0.71% | - |
| XYZ | 37.06 | 33.86 | 48.3 | - |
| YUV | 160.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 181 | 0.02 | 0.18 | 0 | 0.29 | 292.73 | 0.18 | 0.65 |
| Hex | B1 | 94 | B5 | 2 | 12 | 0 | 1D | 125 | 12 | 41 |
| Octal | 261 | 224 | 265 | 2 | 22 | 0 | 35 | 445 | 22 | 101 |
| Binary | 10110001 | 10010100 | 10110101 | 10 | 10010 | 0 | 11101 | 100100101 | 10010 | 1000001 |
Color Harmonies of #B194B5
Complementary color
Monochromatic Colors of #B194B5
Black with #B194B5
Text Example
Text Example
White with #B194B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194B5; }
p { color: rgb(177,148,181); }
H1.HeaderClassName
{
color: #B194B5;
}
.AnyTagClassName
{
color: #B194B5;
}
</style>
background-color css
<style>
a { background-color: #B194B5; }
a { background-color: rgb(177,148,181); }
div.DivClassName
{
background-color: #B194B5;
}
.BgClassName
{
background-color: #B194B5;
}
</style>
border-color css
<style>
span { border-color: #B194B5; }
span { border-color: rgb(177,148,181); }
td.TdClassName
{
border-color: #B194B5;
}
.TagClassName
{
border-color: #B194B5;
}
</style>