Shades of East Side #BE85CB
Tints of East Side #BE85CB
RGB
CMYK
RGB Variations
Color information
#BE85CB (or 0xBE85CB) is known color: East Side. HEX triplet: BE, 85 and CB. RGB value is (190,133,203). Sum of RGB (Red+Green+Blue) = 190+133+203=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85CB is #417A34. Grayscale: #9D9D9D. Windows color (decimal): -4291125 or 13338046. OLE color: 13338046.
HSL color Cylindrical-coordinate representation of color #BE85CB: hue angle of 288.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE85CB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 133 | 203 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.20 |
| HSL | 288.86º | 0.4% | 0.66% | - |
| HSV(B) | 288.86º | 0.34% | 0.8% | - |
| XYZ | 40.4 | 32.03 | 60.55 | - |
| YUV | 158.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 203 | 0.06 | 0.34 | 0 | 0.20 | 288.86 | 0.4 | 0.66 |
| Hex | BE | 85 | CB | 6 | 22 | 0 | 14 | 121 | 28 | 42 |
| Octal | 276 | 205 | 313 | 6 | 42 | 0 | 24 | 441 | 50 | 102 |
| Binary | 10111110 | 10000101 | 11001011 | 110 | 100010 | 0 | 10100 | 100100001 | 101000 | 1000010 |
Color Harmonies of #BE85CB
Complementary color
Monochromatic Colors of #BE85CB
Black with #BE85CB
Text Example
Text Example
White with #BE85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85CB; }
p { color: rgb(190,133,203); }
H1.HeaderClassName
{
color: #BE85CB;
}
.AnyTagClassName
{
color: #BE85CB;
}
</style>
background-color css
<style>
a { background-color: #BE85CB; }
a { background-color: rgb(190,133,203); }
div.DivClassName
{
background-color: #BE85CB;
}
.BgClassName
{
background-color: #BE85CB;
}
</style>
border-color css
<style>
span { border-color: #BE85CB; }
span { border-color: rgb(190,133,203); }
td.TdClassName
{
border-color: #BE85CB;
}
.TagClassName
{
border-color: #BE85CB;
}
</style>