Shades of London Hue #B69BB3
Tints of London Hue #B69BB3
RGB
CMYK
RGB Variations
Color information
#B69BB3 (or 0xB69BB3) is known color: London Hue. HEX triplet: B6, 9B and B3. RGB value is (182,155,179). Sum of RGB (Red+Green+Blue) = 182+155+179=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BB3 is #49644C. Grayscale: #A5A5A5. Windows color (decimal): -4809805 or 11770806. OLE color: 11770806.
HSL color Cylindrical-coordinate representation of color #B69BB3: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69BB3 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 179 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.29 |
| HSL | 306.67º | 0.16% | 0.66% | - |
| HSV(B) | 306.67º | 0.15% | 0.71% | - |
| XYZ | 39.15 | 36.64 | 47.66 | - |
| YUV | 165.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 179 | 0 | 0.15 | 0.02 | 0.29 | 306.67 | 0.16 | 0.66 |
| Hex | B6 | 9B | B3 | 0 | F | 2 | 1D | 133 | 10 | 42 |
| Octal | 266 | 233 | 263 | 0 | 17 | 2 | 35 | 463 | 20 | 102 |
| Binary | 10110110 | 10011011 | 10110011 | 0 | 1111 | 10 | 11101 | 100110011 | 10000 | 1000010 |
Color Harmonies of #B69BB3
Complementary color
Monochromatic Colors of #B69BB3
Black with #B69BB3
Text Example
Text Example
White with #B69BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BB3; }
p { color: rgb(182,155,179); }
H1.HeaderClassName
{
color: #B69BB3;
}
.AnyTagClassName
{
color: #B69BB3;
}
</style>
background-color css
<style>
a { background-color: #B69BB3; }
a { background-color: rgb(182,155,179); }
div.DivClassName
{
background-color: #B69BB3;
}
.BgClassName
{
background-color: #B69BB3;
}
</style>
border-color css
<style>
span { border-color: #B69BB3; }
span { border-color: rgb(182,155,179); }
td.TdClassName
{
border-color: #B69BB3;
}
.TagClassName
{
border-color: #B69BB3;
}
</style>