Shades of London Hue #B28CAA
Tints of London Hue #B28CAA
RGB
CMYK
RGB Variations
Color information
#B28CAA (or 0xB28CAA) is known color: London Hue. HEX triplet: B2, 8C and AA. RGB value is (178,140,170). Sum of RGB (Red+Green+Blue) = 178+140+170=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CAA is #4D7355. Grayscale: #9A9A9A. Windows color (decimal): -5075798 or 11177138. OLE color: 11177138.
HSL color Cylindrical-coordinate representation of color #B28CAA: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CAA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 170 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.30 |
| HSL | 312.63º | 0.2% | 0.62% | - |
| HSV(B) | 312.63º | 0.21% | 0.7% | - |
| XYZ | 34.99 | 31.12 | 42.19 | - |
| YUV | 154.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 170 | 0 | 0.21 | 0.04 | 0.30 | 312.63 | 0.2 | 0.62 |
| Hex | B2 | 8C | AA | 0 | 15 | 4 | 1E | 139 | 14 | 3E |
| Octal | 262 | 214 | 252 | 0 | 25 | 4 | 36 | 471 | 24 | 76 |
| Binary | 10110010 | 10001100 | 10101010 | 0 | 10101 | 100 | 11110 | 100111001 | 10100 | 111110 |
Color Harmonies of #B28CAA
Complementary color
Monochromatic Colors of #B28CAA
Black with #B28CAA
Text Example
Text Example
White with #B28CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CAA; }
p { color: rgb(178,140,170); }
H1.HeaderClassName
{
color: #B28CAA;
}
.AnyTagClassName
{
color: #B28CAA;
}
</style>
background-color css
<style>
a { background-color: #B28CAA; }
a { background-color: rgb(178,140,170); }
div.DivClassName
{
background-color: #B28CAA;
}
.BgClassName
{
background-color: #B28CAA;
}
</style>
border-color css
<style>
span { border-color: #B28CAA; }
span { border-color: rgb(178,140,170); }
td.TdClassName
{
border-color: #B28CAA;
}
.TagClassName
{
border-color: #B28CAA;
}
</style>