#BC83C0

Color #BC83C0 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BC83C0

Tints of East Side #BC83C0

Color information

#BC83C0 (or 0xBC83C0) is unknown color: approx East Side. HEX triplet: BC, 83 and C0. RGB value is (188,131,192). Sum of RGB (Red+Green+Blue) = 188+131+192=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83C0 is #437C3F. Grayscale: #9A9A9A. Windows color (decimal): -4422720 or 12616636. OLE color: 12616636.

HSL color Cylindrical-coordinate representation of color #BC83C0: hue angle of 296.07º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC83C0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188131192-
CMYK0.020.3200.25
HSL296.07º32.62%63.33%-
HSV(B)296.07º31.77%75.29%-
XYZ38.3730.7353.78-
YUV155148.88151.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=36.79%
G=25.64%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881311920.020.3200.25296.0732.6263.33
HexBC83C0220019128213f
Octal2742033002400314504177
Binary10111100100000111100000010100000011001100101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83C0; }

 p { color: rgb(188,131,192); }

 H1.HeaderClassName
 {
   color: #BC83C0;
 }
 .AnyTagClassName
 {
   color: #BC83C0;
 }
</style>
background-color css

<style>
 a { background-color: #BC83C0; }

 a { background-color: rgb(188,131,192); }

 div.DivClassName
 {
   background-color: #BC83C0;
 }
 .BgClassName
 {
   background-color: #BC83C0;
 }
</style>
border-color css

<style>
 span { border-color: #BC83C0; }

 span { border-color: rgb(188,131,192); }

 td.TdClassName
 {
   border-color: #BC83C0;
 }
 .TagClassName
 {
   border-color: #BC83C0;
 }
</style>