Shades of London Hue #B28DAE
Tints of London Hue #B28DAE
RGB
CMYK
RGB Variations
Color information
#B28DAE (or 0xB28DAE) is known color: London Hue. HEX triplet: B2, 8D and AE. RGB value is (178,141,174). Sum of RGB (Red+Green+Blue) = 178+141+174=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAE is #4D7251. Grayscale: #9B9B9B. Windows color (decimal): -5075538 or 11439538. OLE color: 11439538.
HSL color Cylindrical-coordinate representation of color #B28DAE: hue angle of 306.49º 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 #B28DAE is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 174 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.30 |
| HSL | 306.49º | 0.19% | 0.63% | - |
| HSV(B) | 306.49º | 0.21% | 0.7% | - |
| XYZ | 35.52 | 31.57 | 44.27 | - |
| YUV | 155.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 174 | 0 | 0.21 | 0.02 | 0.30 | 306.49 | 0.19 | 0.63 |
| Hex | B2 | 8D | AE | 0 | 15 | 2 | 1E | 132 | 13 | 3F |
| Octal | 262 | 215 | 256 | 0 | 25 | 2 | 36 | 462 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10101110 | 0 | 10101 | 10 | 11110 | 100110010 | 10011 | 111111 |
Color Harmonies of #B28DAE
Complementary color
Monochromatic Colors of #B28DAE
Black with #B28DAE
Text Example
Text Example
White with #B28DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DAE; }
p { color: rgb(178,141,174); }
H1.HeaderClassName
{
color: #B28DAE;
}
.AnyTagClassName
{
color: #B28DAE;
}
</style>
background-color css
<style>
a { background-color: #B28DAE; }
a { background-color: rgb(178,141,174); }
div.DivClassName
{
background-color: #B28DAE;
}
.BgClassName
{
background-color: #B28DAE;
}
</style>
border-color css
<style>
span { border-color: #B28DAE; }
span { border-color: rgb(178,141,174); }
td.TdClassName
{
border-color: #B28DAE;
}
.TagClassName
{
border-color: #B28DAE;
}
</style>