Shades of London Hue #B68CAA
Tints of London Hue #B68CAA
RGB
CMYK
RGB Variations
Color information
#B68CAA (or 0xB68CAA) is known color: London Hue. HEX triplet: B6, 8C and AA. RGB value is (182,140,170). Sum of RGB (Red+Green+Blue) = 182+140+170=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CAA is #497355. Grayscale: #9B9B9B. Windows color (decimal): -4813654 or 11177142. OLE color: 11177142.
HSL color Cylindrical-coordinate representation of color #B68CAA: hue angle of 317.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CAA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 170 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.29 |
| HSL | 317.14º | 0.22% | 0.63% | - |
| HSV(B) | 317.14º | 0.23% | 0.71% | - |
| XYZ | 35.93 | 31.6 | 42.24 | - |
| YUV | 155.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 170 | 0 | 0.23 | 0.07 | 0.29 | 317.14 | 0.22 | 0.63 |
| Hex | B6 | 8C | AA | 0 | 17 | 7 | 1D | 13D | 16 | 3F |
| Octal | 266 | 214 | 252 | 0 | 27 | 7 | 35 | 475 | 26 | 77 |
| Binary | 10110110 | 10001100 | 10101010 | 0 | 10111 | 111 | 11101 | 100111101 | 10110 | 111111 |
Color Harmonies of #B68CAA
Complementary color
Monochromatic Colors of #B68CAA
Black with #B68CAA
Text Example
Text Example
White with #B68CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CAA; }
p { color: rgb(182,140,170); }
H1.HeaderClassName
{
color: #B68CAA;
}
.AnyTagClassName
{
color: #B68CAA;
}
</style>
background-color css
<style>
a { background-color: #B68CAA; }
a { background-color: rgb(182,140,170); }
div.DivClassName
{
background-color: #B68CAA;
}
.BgClassName
{
background-color: #B68CAA;
}
</style>
border-color css
<style>
span { border-color: #B68CAA; }
span { border-color: rgb(182,140,170); }
td.TdClassName
{
border-color: #B68CAA;
}
.TagClassName
{
border-color: #B68CAA;
}
</style>