#BC82CF

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

Shades of East Side #BC82CF

Tints of East Side #BC82CF

Color information

#BC82CF (or 0xBC82CF) is unknown color: approx East Side. HEX triplet: BC, 82 and CF. RGB value is (188,130,207). Sum of RGB (Red+Green+Blue) = 188+130+207=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82CF is #437D30. Grayscale: #9B9B9B. Windows color (decimal): -4422961 or 13599420. OLE color: 13599420.

HSL color Cylindrical-coordinate representation of color #BC82CF: hue angle of 285.19º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC82CF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188130207-
CMYK0.090.3700.19
HSL285.19º44.51%66.08%-
HSV(B)285.19º37.2%81.18%-
XYZ39.9831.1662.94-
YUV156.12156.72150.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=35.81%
G=24.76%
B=39.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881302070.090.3700.19285.1944.5166.08
HexBC82CF92501311d2d42
Octal274202317114502343555102
Binary10111100100000101100111110011001010100111000111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82CF; }

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

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

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

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

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

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

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

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