#BC8AC6

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

Shades of East Side #BC8AC6

Tints of East Side #BC8AC6

Color information

#BC8AC6 (or 0xBC8AC6) is unknown color: approx East Side. HEX triplet: BC, 8A and C6. RGB value is (188,138,198). Sum of RGB (Red+Green+Blue) = 188+138+198=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AC6 is #437539. Grayscale: #9F9F9F. Windows color (decimal): -4420922 or 13011644. OLE color: 13011644.

HSL color Cylindrical-coordinate representation of color #BC8AC6: hue angle of 290º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8AC6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188138198-
CMYK0.050.3000.22
HSL290º34.48%65.88%-
HSV(B)290º30.3%77.65%-
XYZ40.0232.9557.68-
YUV159.79149.56148.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=35.88%
G=26.34%
B=37.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881381980.050.3000.2229034.4865.88
HexBC8AC651E0161222242
Octal27421230653602644242102
Binary101111001000101011000110101111100101101001000101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AC6; }

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

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

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

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

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

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

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

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