Shades of London Hue #B28DAA
Tints of London Hue #B28DAA
RGB
CMYK
RGB Variations
Color information
#B28DAA (or 0xB28DAA) is known color: London Hue. HEX triplet: B2, 8D and AA. RGB value is (178,141,170). Sum of RGB (Red+Green+Blue) = 178+141+170=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAA is #4D7255. Grayscale: #9B9B9B. Windows color (decimal): -5075542 or 11177394. OLE color: 11177394.
HSL color Cylindrical-coordinate representation of color #B28DAA: hue angle of 312.97º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28DAA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 170 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.30 |
| HSL | 312.97º | 0.19% | 0.63% | - |
| HSV(B) | 312.97º | 0.21% | 0.7% | - |
| XYZ | 35.14 | 31.42 | 42.24 | - |
| YUV | 155.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 170 | 0 | 0.21 | 0.04 | 0.30 | 312.97 | 0.19 | 0.63 |
| Hex | B2 | 8D | AA | 0 | 15 | 4 | 1E | 139 | 13 | 3F |
| Octal | 262 | 215 | 252 | 0 | 25 | 4 | 36 | 471 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10101010 | 0 | 10101 | 100 | 11110 | 100111001 | 10011 | 111111 |
Color Harmonies of #B28DAA
Complementary color
Monochromatic Colors of #B28DAA
Black with #B28DAA
Text Example
Text Example
White with #B28DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DAA; }
p { color: rgb(178,141,170); }
H1.HeaderClassName
{
color: #B28DAA;
}
.AnyTagClassName
{
color: #B28DAA;
}
</style>
background-color css
<style>
a { background-color: #B28DAA; }
a { background-color: rgb(178,141,170); }
div.DivClassName
{
background-color: #B28DAA;
}
.BgClassName
{
background-color: #B28DAA;
}
</style>
border-color css
<style>
span { border-color: #B28DAA; }
span { border-color: rgb(178,141,170); }
td.TdClassName
{
border-color: #B28DAA;
}
.TagClassName
{
border-color: #B28DAA;
}
</style>