Shades of London Hue #B299B0
Tints of London Hue #B299B0
RGB
CMYK
RGB Variations
Color information
#B299B0 (or 0xB299B0) is known color: London Hue. HEX triplet: B2, 99 and B0. RGB value is (178,153,176). Sum of RGB (Red+Green+Blue) = 178+153+176=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B299B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299B0 is #4D664F. Grayscale: #A3A3A3. Windows color (decimal): -5072464 or 11573682. OLE color: 11573682.
HSL color Cylindrical-coordinate representation of color #B299B0: hue angle of 304.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299B0 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 176 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.30 |
| HSL | 304.8º | 0.14% | 0.65% | - |
| HSV(B) | 304.8º | 0.14% | 0.7% | - |
| XYZ | 37.59 | 35.38 | 45.92 | - |
| YUV | 163.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 176 | 0 | 0.14 | 0.01 | 0.30 | 304.8 | 0.14 | 0.65 |
| Hex | B2 | 99 | B0 | 0 | E | 1 | 1E | 131 | E | 41 |
| Octal | 262 | 231 | 260 | 0 | 16 | 1 | 36 | 461 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10110000 | 0 | 1110 | 1 | 11110 | 100110001 | 1110 | 1000001 |
Color Harmonies of #B299B0
Complementary color
Monochromatic Colors of #B299B0
Black with #B299B0
Text Example
Text Example
White with #B299B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299B0; }
p { color: rgb(178,153,176); }
H1.HeaderClassName
{
color: #B299B0;
}
.AnyTagClassName
{
color: #B299B0;
}
</style>
background-color css
<style>
a { background-color: #B299B0; }
a { background-color: rgb(178,153,176); }
div.DivClassName
{
background-color: #B299B0;
}
.BgClassName
{
background-color: #B299B0;
}
</style>
border-color css
<style>
span { border-color: #B299B0; }
span { border-color: rgb(178,153,176); }
td.TdClassName
{
border-color: #B299B0;
}
.TagClassName
{
border-color: #B299B0;
}
</style>