Shades of London Hue #B097A8
Tints of London Hue #B097A8
RGB
CMYK
RGB Variations
Color information
#B097A8 (or 0xB097A8) is known color: London Hue. HEX triplet: B0, 97 and A8. RGB value is (176,151,168). Sum of RGB (Red+Green+Blue) = 176+151+168=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B097A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B097A8 is #4F6857. Grayscale: #A0A0A0. Windows color (decimal): -5204056 or 11048880. OLE color: 11048880.
HSL color Cylindrical-coordinate representation of color #B097A8: hue angle of 319.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B097A8 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 168 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.31 |
| HSL | 319.2º | 0.14% | 0.64% | - |
| HSV(B) | 319.2º | 0.14% | 0.69% | - |
| XYZ | 36.04 | 34.19 | 41.75 | - |
| YUV | 160.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 168 | 0 | 0.14 | 0.05 | 0.31 | 319.2 | 0.14 | 0.64 |
| Hex | B0 | 97 | A8 | 0 | E | 5 | 1F | 13F | E | 40 |
| Octal | 260 | 227 | 250 | 0 | 16 | 5 | 37 | 477 | 16 | 100 |
| Binary | 10110000 | 10010111 | 10101000 | 0 | 1110 | 101 | 11111 | 100111111 | 1110 | 1000000 |
Color Harmonies of #B097A8
Complementary color
Monochromatic Colors of #B097A8
Black with #B097A8
Text Example
Text Example
White with #B097A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097A8; }
p { color: rgb(176,151,168); }
H1.HeaderClassName
{
color: #B097A8;
}
.AnyTagClassName
{
color: #B097A8;
}
</style>
background-color css
<style>
a { background-color: #B097A8; }
a { background-color: rgb(176,151,168); }
div.DivClassName
{
background-color: #B097A8;
}
.BgClassName
{
background-color: #B097A8;
}
</style>
border-color css
<style>
span { border-color: #B097A8; }
span { border-color: rgb(176,151,168); }
td.TdClassName
{
border-color: #B097A8;
}
.TagClassName
{
border-color: #B097A8;
}
</style>