Shades of London Hue #B298B3
Tints of London Hue #B298B3
RGB
CMYK
RGB Variations
Color information
#B298B3 (or 0xB298B3) is known color: London Hue. HEX triplet: B2, 98 and B3. RGB value is (178,152,179). Sum of RGB (Red+Green+Blue) = 178+152+179=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #B298B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298B3 is #4D674C. Grayscale: #A2A2A2. Windows color (decimal): -5072717 or 11770034. OLE color: 11770034.
HSL color Cylindrical-coordinate representation of color #B298B3: hue angle of 297.78º 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 #B298B3 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 179 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.30 |
| HSL | 297.78º | 0.15% | 0.65% | - |
| HSV(B) | 297.78º | 0.15% | 0.7% | - |
| XYZ | 37.73 | 35.18 | 47.45 | - |
| YUV | 162.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 179 | 0.01 | 0.15 | 0 | 0.30 | 297.78 | 0.15 | 0.65 |
| Hex | B2 | 98 | B3 | 1 | F | 0 | 1E | 12A | F | 41 |
| Octal | 262 | 230 | 263 | 1 | 17 | 0 | 36 | 452 | 17 | 101 |
| Binary | 10110010 | 10011000 | 10110011 | 1 | 1111 | 0 | 11110 | 100101010 | 1111 | 1000001 |
Color Harmonies of #B298B3
Complementary color
Monochromatic Colors of #B298B3
Black with #B298B3
Text Example
Text Example
White with #B298B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B298B3; }
p { color: rgb(178,152,179); }
H1.HeaderClassName
{
color: #B298B3;
}
.AnyTagClassName
{
color: #B298B3;
}
</style>
background-color css
<style>
a { background-color: #B298B3; }
a { background-color: rgb(178,152,179); }
div.DivClassName
{
background-color: #B298B3;
}
.BgClassName
{
background-color: #B298B3;
}
</style>
border-color css
<style>
span { border-color: #B298B3; }
span { border-color: rgb(178,152,179); }
td.TdClassName
{
border-color: #B298B3;
}
.TagClassName
{
border-color: #B298B3;
}
</style>