#BC82C2

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

Shades of East Side #BC82C2

Tints of East Side #BC82C2

Color information

#BC82C2 (or 0xBC82C2) is unknown color: approx East Side. HEX triplet: BC, 82 and C2. RGB value is (188,130,194). Sum of RGB (Red+Green+Blue) = 188+130+194=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC82C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82C2 is #437D3D. Grayscale: #9A9A9A. Windows color (decimal): -4422974 or 12747452. OLE color: 12747452.

HSL color Cylindrical-coordinate representation of color #BC82C2: hue angle of 294.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC82C2 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188130194-
CMYK0.030.3300.24
HSL294.38º34.41%63.53%-
HSV(B)294.38º32.99%76.08%-
XYZ38.4630.5554.91-
YUV154.64150.22151.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=36.72%
G=25.39%
B=37.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881301940.030.3300.24294.3834.4163.53
HexBC82C23210181262240
Octal27420230234103044642100
Binary101111001000001011000010111000010110001001001101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82C2; }

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

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

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

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

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

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

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

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