Shades of London Hue #B68AB0
Tints of London Hue #B68AB0
RGB
CMYK
RGB Variations
Color information
#B68AB0 (or 0xB68AB0) is known color: London Hue. HEX triplet: B6, 8A and B0. RGB value is (182,138,176). Sum of RGB (Red+Green+Blue) = 182+138+176=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AB0 is #49754F. Grayscale: #9B9B9B. Windows color (decimal): -4814160 or 11569846. OLE color: 11569846.
HSL color Cylindrical-coordinate representation of color #B68AB0: hue angle of 308.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68AB0 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 176 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.29 |
| HSL | 308.18º | 0.23% | 0.63% | - |
| HSV(B) | 308.18º | 0.24% | 0.71% | - |
| XYZ | 36.22 | 31.26 | 45.2 | - |
| YUV | 155.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 176 | 0 | 0.24 | 0.03 | 0.29 | 308.18 | 0.23 | 0.63 |
| Hex | B6 | 8A | B0 | 0 | 18 | 3 | 1D | 134 | 17 | 3F |
| Octal | 266 | 212 | 260 | 0 | 30 | 3 | 35 | 464 | 27 | 77 |
| Binary | 10110110 | 10001010 | 10110000 | 0 | 11000 | 11 | 11101 | 100110100 | 10111 | 111111 |
Color Harmonies of #B68AB0
Complementary color
Monochromatic Colors of #B68AB0
Black with #B68AB0
Text Example
Text Example
White with #B68AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AB0; }
p { color: rgb(182,138,176); }
H1.HeaderClassName
{
color: #B68AB0;
}
.AnyTagClassName
{
color: #B68AB0;
}
</style>
background-color css
<style>
a { background-color: #B68AB0; }
a { background-color: rgb(182,138,176); }
div.DivClassName
{
background-color: #B68AB0;
}
.BgClassName
{
background-color: #B68AB0;
}
</style>
border-color css
<style>
span { border-color: #B68AB0; }
span { border-color: rgb(182,138,176); }
td.TdClassName
{
border-color: #B68AB0;
}
.TagClassName
{
border-color: #B68AB0;
}
</style>