Shades of London Hue #B398B3
Tints of London Hue #B398B3
RGB
CMYK
RGB Variations
Color information
#B398B3 (or 0xB398B3) is known color: London Hue. HEX triplet: B3, 98 and B3. RGB value is (179,152,179). Sum of RGB (Red+Green+Blue) = 179+152+179=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B398B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398B3 is #4C674C. Grayscale: #A3A3A3. Windows color (decimal): -5007181 or 11770035. OLE color: 11770035.
HSL color Cylindrical-coordinate representation of color #B398B3: hue angle of 300º 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 #B398B3 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 179 | - |
| CMYK | 0 | 0.15 | 0 | 0.30 |
| HSL | 300º | 0.15% | 0.65% | - |
| HSV(B) | 300º | 0.15% | 0.7% | - |
| XYZ | 37.96 | 35.29 | 47.46 | - |
| YUV | 163.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 179 | 0 | 0.15 | 0 | 0.30 | 300 | 0.15 | 0.65 |
| Hex | B3 | 98 | B3 | 0 | F | 0 | 1E | 12C | F | 41 |
| Octal | 263 | 230 | 263 | 0 | 17 | 0 | 36 | 454 | 17 | 101 |
| Binary | 10110011 | 10011000 | 10110011 | 0 | 1111 | 0 | 11110 | 100101100 | 1111 | 1000001 |
Color Harmonies of #B398B3
Complementary color
Monochromatic Colors of #B398B3
Black with #B398B3
Text Example
Text Example
White with #B398B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398B3; }
p { color: rgb(179,152,179); }
H1.HeaderClassName
{
color: #B398B3;
}
.AnyTagClassName
{
color: #B398B3;
}
</style>
background-color css
<style>
a { background-color: #B398B3; }
a { background-color: rgb(179,152,179); }
div.DivClassName
{
background-color: #B398B3;
}
.BgClassName
{
background-color: #B398B3;
}
</style>
border-color css
<style>
span { border-color: #B398B3; }
span { border-color: rgb(179,152,179); }
td.TdClassName
{
border-color: #B398B3;
}
.TagClassName
{
border-color: #B398B3;
}
</style>