Shades of London Hue #BC83B6
Tints of London Hue #BC83B6
RGB
CMYK
RGB Variations
Color information
#BC83B6 (or 0xBC83B6) is known color: London Hue. HEX triplet: BC, 83 and B6. RGB value is (188,131,182). Sum of RGB (Red+Green+Blue) = 188+131+182=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83B6 is #437C49. Grayscale: #999999. Windows color (decimal): -4422730 or 11961276. OLE color: 11961276.
HSL color Cylindrical-coordinate representation of color #BC83B6: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83B6 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 182 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.26 |
| HSL | 306.32º | 0.3% | 0.63% | - |
| HSV(B) | 306.32º | 0.3% | 0.74% | - |
| XYZ | 37.3 | 30.3 | 48.14 | - |
| YUV | 153.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 182 | 0 | 0.30 | 0.03 | 0.26 | 306.32 | 0.3 | 0.63 |
| Hex | BC | 83 | B6 | 0 | 1E | 3 | 1A | 132 | 1E | 3F |
| Octal | 274 | 203 | 266 | 0 | 36 | 3 | 32 | 462 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10110110 | 0 | 11110 | 11 | 11010 | 100110010 | 11110 | 111111 |
Color Harmonies of #BC83B6
Complementary color
Monochromatic Colors of #BC83B6
Black with #BC83B6
Text Example
Text Example
White with #BC83B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83B6; }
p { color: rgb(188,131,182); }
H1.HeaderClassName
{
color: #BC83B6;
}
.AnyTagClassName
{
color: #BC83B6;
}
</style>
background-color css
<style>
a { background-color: #BC83B6; }
a { background-color: rgb(188,131,182); }
div.DivClassName
{
background-color: #BC83B6;
}
.BgClassName
{
background-color: #BC83B6;
}
</style>
border-color css
<style>
span { border-color: #BC83B6; }
span { border-color: rgb(188,131,182); }
td.TdClassName
{
border-color: #BC83B6;
}
.TagClassName
{
border-color: #BC83B6;
}
</style>