#BC82C8

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

Shades of East Side #BC82C8

Tints of East Side #BC82C8

Color information

#BC82C8 (or 0xBC82C8) is unknown color: approx East Side. HEX triplet: BC, 82 and C8. RGB value is (188,130,200). Sum of RGB (Red+Green+Blue) = 188+130+200=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82C8 is #437D37. Grayscale: #9B9B9B. Windows color (decimal): -4422968 or 13140668. OLE color: 13140668.

HSL color Cylindrical-coordinate representation of color #BC82C8: hue angle of 289.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC82C8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188130200-
CMYK0.060.3500.22
HSL289.71º38.89%64.71%-
HSV(B)289.71º35%78.43%-
XYZ39.1530.8358.53-
YUV155.32153.22151.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=36.29%
G=25.10%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881302000.060.3500.22289.7138.8964.71
HexBC82C86230161222741
Octal27420231064302644247101
Binary1011110010000010110010001101000110101101001000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82C8; }

 p { color: rgb(188,130,200); }

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

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

 a { background-color: rgb(188,130,200); }

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

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

 span { border-color: rgb(188,130,200); }

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