Shades of London Hue #B399B0
Tints of London Hue #B399B0
RGB
CMYK
RGB Variations
Color information
#B399B0 (or 0xB399B0) is known color: London Hue. HEX triplet: B3, 99 and B0. RGB value is (179,153,176). Sum of RGB (Red+Green+Blue) = 179+153+176=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B399B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399B0 is #4C664F. Grayscale: #A3A3A3. Windows color (decimal): -5006928 or 11573683. OLE color: 11573683.
HSL color Cylindrical-coordinate representation of color #B399B0: hue angle of 306.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B399B0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 176 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.30 |
| HSL | 306.92º | 0.15% | 0.65% | - |
| HSV(B) | 306.92º | 0.15% | 0.7% | - |
| XYZ | 37.82 | 35.5 | 45.93 | - |
| YUV | 163.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 176 | 0 | 0.15 | 0.02 | 0.30 | 306.92 | 0.15 | 0.65 |
| Hex | B3 | 99 | B0 | 0 | F | 2 | 1E | 133 | F | 41 |
| Octal | 263 | 231 | 260 | 0 | 17 | 2 | 36 | 463 | 17 | 101 |
| Binary | 10110011 | 10011001 | 10110000 | 0 | 1111 | 10 | 11110 | 100110011 | 1111 | 1000001 |
Color Harmonies of #B399B0
Complementary color
Monochromatic Colors of #B399B0
Black with #B399B0
Text Example
Text Example
White with #B399B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399B0; }
p { color: rgb(179,153,176); }
H1.HeaderClassName
{
color: #B399B0;
}
.AnyTagClassName
{
color: #B399B0;
}
</style>
background-color css
<style>
a { background-color: #B399B0; }
a { background-color: rgb(179,153,176); }
div.DivClassName
{
background-color: #B399B0;
}
.BgClassName
{
background-color: #B399B0;
}
</style>
border-color css
<style>
span { border-color: #B399B0; }
span { border-color: rgb(179,153,176); }
td.TdClassName
{
border-color: #B399B0;
}
.TagClassName
{
border-color: #B399B0;
}
</style>