Shades of London Hue #B698B3
Tints of London Hue #B698B3
RGB
CMYK
RGB Variations
Color information
#B698B3 (or 0xB698B3) is known color: London Hue. HEX triplet: B6, 98 and B3. RGB value is (182,152,179). Sum of RGB (Red+Green+Blue) = 182+152+179=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B698B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698B3 is #49674C. Grayscale: #A3A3A3. Windows color (decimal): -4810573 or 11770038. OLE color: 11770038.
HSL color Cylindrical-coordinate representation of color #B698B3: hue angle of 306º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B698B3 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 152 | 179 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.29 |
| HSL | 306º | 0.17% | 0.65% | - |
| HSV(B) | 306º | 0.16% | 0.71% | - |
| XYZ | 38.66 | 35.66 | 47.49 | - |
| YUV | 164.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 179 | 0 | 0.16 | 0.02 | 0.29 | 306 | 0.17 | 0.65 |
| Hex | B6 | 98 | B3 | 0 | 10 | 2 | 1D | 132 | 11 | 41 |
| Octal | 266 | 230 | 263 | 0 | 20 | 2 | 35 | 462 | 21 | 101 |
| Binary | 10110110 | 10011000 | 10110011 | 0 | 10000 | 10 | 11101 | 100110010 | 10001 | 1000001 |
Color Harmonies of #B698B3
Complementary color
Monochromatic Colors of #B698B3
Black with #B698B3
Text Example
Text Example
White with #B698B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698B3; }
p { color: rgb(182,152,179); }
H1.HeaderClassName
{
color: #B698B3;
}
.AnyTagClassName
{
color: #B698B3;
}
</style>
background-color css
<style>
a { background-color: #B698B3; }
a { background-color: rgb(182,152,179); }
div.DivClassName
{
background-color: #B698B3;
}
.BgClassName
{
background-color: #B698B3;
}
</style>
border-color css
<style>
span { border-color: #B698B3; }
span { border-color: rgb(182,152,179); }
td.TdClassName
{
border-color: #B698B3;
}
.TagClassName
{
border-color: #B698B3;
}
</style>