#BC8ACC

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

Shades of East Side #BC8ACC

Tints of East Side #BC8ACC

Color information

#BC8ACC (or 0xBC8ACC) is unknown color: approx East Side. HEX triplet: BC, 8A and CC. RGB value is (188,138,204). Sum of RGB (Red+Green+Blue) = 188+138+204=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ACC is #437533. Grayscale: #A0A0A0. Windows color (decimal): -4420916 or 13404860. OLE color: 13404860.

HSL color Cylindrical-coordinate representation of color #BC8ACC: hue angle of 285.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8ACC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188138204-
CMYK0.080.3200.2
HSL285.45º39.29%67.06%-
HSV(B)285.45º32.35%80%-
XYZ40.7333.2361.39-
YUV160.47152.56147.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=35.47%
G=26.04%
B=38.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881382040.080.3200.2285.4539.2967.06
HexBC8ACC82001411d2743
Octal274212314104002443547103
Binary10111100100010101100110010001000000101001000111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ACC; }

 p { color: rgb(188,138,204); }

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

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

 a { background-color: rgb(188,138,204); }

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

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

 span { border-color: rgb(188,138,204); }

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