Shades of East Side #B68EC0
Tints of East Side #B68EC0
RGB
CMYK
RGB Variations
Color information
#B68EC0 (or 0xB68EC0) is known color: East Side. HEX triplet: B6, 8E and C0. RGB value is (182,142,192). Sum of RGB (Red+Green+Blue) = 182+142+192=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #B68EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EC0 is #49713F. Grayscale: #9F9F9F. Windows color (decimal): -4813120 or 12619446. OLE color: 12619446.
HSL color Cylindrical-coordinate representation of color #B68EC0: hue angle of 288º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68EC0 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 142 | 192 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.25 |
| HSL | 288º | 0.28% | 0.65% | - |
| HSV(B) | 288º | 0.26% | 0.75% | - |
| XYZ | 38.48 | 33.1 | 54.23 | - |
| YUV | 159.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 142 | 192 | 0.05 | 0.26 | 0 | 0.25 | 288 | 0.28 | 0.65 |
| Hex | B6 | 8E | C0 | 5 | 1A | 0 | 19 | 120 | 1C | 41 |
| Octal | 266 | 216 | 300 | 5 | 32 | 0 | 31 | 440 | 34 | 101 |
| Binary | 10110110 | 10001110 | 11000000 | 101 | 11010 | 0 | 11001 | 100100000 | 11100 | 1000001 |
Color Harmonies of #B68EC0
Complementary color
Monochromatic Colors of #B68EC0
Black with #B68EC0
Text Example
Text Example
White with #B68EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68EC0; }
p { color: rgb(182,142,192); }
H1.HeaderClassName
{
color: #B68EC0;
}
.AnyTagClassName
{
color: #B68EC0;
}
</style>
background-color css
<style>
a { background-color: #B68EC0; }
a { background-color: rgb(182,142,192); }
div.DivClassName
{
background-color: #B68EC0;
}
.BgClassName
{
background-color: #B68EC0;
}
</style>
border-color css
<style>
span { border-color: #B68EC0; }
span { border-color: rgb(182,142,192); }
td.TdClassName
{
border-color: #B68EC0;
}
.TagClassName
{
border-color: #B68EC0;
}
</style>