Shades of London Hue #B097B1
Tints of London Hue #B097B1
RGB
CMYK
RGB Variations
Color information
#B097B1 (or 0xB097B1) is known color: London Hue. HEX triplet: B0, 97 and B1. RGB value is (176,151,177). Sum of RGB (Red+Green+Blue) = 176+151+177=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #B097B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B097B1 is #4F684E. Grayscale: #A1A1A1. Windows color (decimal): -5204047 or 11638704. OLE color: 11638704.
HSL color Cylindrical-coordinate representation of color #B097B1: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B097B1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 177 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.31 |
| HSL | 297.69º | 0.14% | 0.64% | - |
| HSV(B) | 297.69º | 0.15% | 0.69% | - |
| XYZ | 36.91 | 34.54 | 46.32 | - |
| YUV | 161.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 177 | 0.01 | 0.15 | 0 | 0.31 | 297.69 | 0.14 | 0.64 |
| Hex | B0 | 97 | B1 | 1 | F | 0 | 1F | 12A | E | 40 |
| Octal | 260 | 227 | 261 | 1 | 17 | 0 | 37 | 452 | 16 | 100 |
| Binary | 10110000 | 10010111 | 10110001 | 1 | 1111 | 0 | 11111 | 100101010 | 1110 | 1000000 |
Color Harmonies of #B097B1
Complementary color
Monochromatic Colors of #B097B1
Black with #B097B1
Text Example
Text Example
White with #B097B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097B1; }
p { color: rgb(176,151,177); }
H1.HeaderClassName
{
color: #B097B1;
}
.AnyTagClassName
{
color: #B097B1;
}
</style>
background-color css
<style>
a { background-color: #B097B1; }
a { background-color: rgb(176,151,177); }
div.DivClassName
{
background-color: #B097B1;
}
.BgClassName
{
background-color: #B097B1;
}
</style>
border-color css
<style>
span { border-color: #B097B1; }
span { border-color: rgb(176,151,177); }
td.TdClassName
{
border-color: #B097B1;
}
.TagClassName
{
border-color: #B097B1;
}
</style>