#BC82CB

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

Shades of East Side #BC82CB

Tints of East Side #BC82CB

Color information

#BC82CB (or 0xBC82CB) is unknown color: approx East Side. HEX triplet: BC, 82 and CB. RGB value is (188,130,203). Sum of RGB (Red+Green+Blue) = 188+130+203=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82CB is #437D34. Grayscale: #9B9B9B. Windows color (decimal): -4422965 or 13337276. OLE color: 13337276.

HSL color Cylindrical-coordinate representation of color #BC82CB: hue angle of 287.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC82CB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188130203-
CMYK0.070.3600.20
HSL287.67º41.24%65.29%-
HSV(B)287.67º35.96%79.61%-
XYZ39.530.9760.4-
YUV155.66154.72151.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=36.08%
G=24.95%
B=38.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881302030.070.3600.20287.6741.2465.29
HexBC82CB7240141202941
Octal27420231374402444051101
Binary1011110010000010110010111111001000101001001000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82CB; }

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

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

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

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

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

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

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

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