Shades of London Hue #B28CB0
Tints of London Hue #B28CB0
RGB
CMYK
RGB Variations
Color information
#B28CB0 (or 0xB28CB0) is known color: London Hue. HEX triplet: B2, 8C and B0. RGB value is (178,140,176). Sum of RGB (Red+Green+Blue) = 178+140+176=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CB0 is #4D734F. Grayscale: #9B9B9B. Windows color (decimal): -5075792 or 11570354. OLE color: 11570354.
HSL color Cylindrical-coordinate representation of color #B28CB0: hue angle of 303.16º 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 #B28CB0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 176 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.30 |
| HSL | 303.16º | 0.2% | 0.62% | - |
| HSV(B) | 303.16º | 0.21% | 0.7% | - |
| XYZ | 35.57 | 31.36 | 45.25 | - |
| YUV | 155.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 176 | 0 | 0.21 | 0.01 | 0.30 | 303.16 | 0.2 | 0.62 |
| Hex | B2 | 8C | B0 | 0 | 15 | 1 | 1E | 12F | 14 | 3E |
| Octal | 262 | 214 | 260 | 0 | 25 | 1 | 36 | 457 | 24 | 76 |
| Binary | 10110010 | 10001100 | 10110000 | 0 | 10101 | 1 | 11110 | 100101111 | 10100 | 111110 |
Color Harmonies of #B28CB0
Complementary color
Monochromatic Colors of #B28CB0
Black with #B28CB0
Text Example
Text Example
White with #B28CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CB0; }
p { color: rgb(178,140,176); }
H1.HeaderClassName
{
color: #B28CB0;
}
.AnyTagClassName
{
color: #B28CB0;
}
</style>
background-color css
<style>
a { background-color: #B28CB0; }
a { background-color: rgb(178,140,176); }
div.DivClassName
{
background-color: #B28CB0;
}
.BgClassName
{
background-color: #B28CB0;
}
</style>
border-color css
<style>
span { border-color: #B28CB0; }
span { border-color: rgb(178,140,176); }
td.TdClassName
{
border-color: #B28CB0;
}
.TagClassName
{
border-color: #B28CB0;
}
</style>